From Binary XML Content Format Specification Version 1.3, 25 July 2001 found at http://www.wapforum.org
$Horde: framework/XML_WBXML/WBXML/Decoder.php,v 1.22.10.12 2009/01/06 15:23:50 jan Exp $
Copyright 2003-2009 The Horde Project (http://www.horde.org/)
See the enclosed file COPYING for license information (LGPL). If you did not receive this file, see http://www.fsf.org/copyleft/lgpl.html.
Located in /XML_WBXML/WBXML/Decoder.php (line 21)
XML_WBXML_ContentHandler | --XML_WBXML_Decoder
Content handler.
Currently just outputs raw XML.
Document Public Identifier type
Document Public Identifier Used with dpiType.
The DTD Manager.
String table as defined in 5.7
The string position.
State variables.
Inherited from XML_WBXML_ContentHandler
XML_WBXML_ContentHandler::$_charset
XML_WBXML_ContentHandler::$_currentUri
XML_WBXML_ContentHandler::$_opaqueHandler
XML_WBXML_ContentHandler::$_output
XML_WBXML_ContentHandler::$_wbxmlVersion
Constructor.
Takes a WBXML input document and decodes it.
Decoding result is directly passed to the contentHandler. A contenthandler must be set using setContentHandler prior to invocation of this method
Takes a WBXML input document and returns decoded XML.
However the preferred and more effecient method is to use decode() rather than decodeToString() and have an appropriate contentHandler deal with the decoded data.
Return the hex version of the base 10 $entity.
Return one byte from the input stream.
Returns the character encoding. Only default character
encodings from J2SE are supported. From http://www.iana.org/assignments/character-sets and http://java.sun.com/j2se/1.4.2/docs/api/java/nio/charset/Charset.html
Retrieves the string table.
The string table consists of an mb_u_int32 length and then length bytes forming the table. References to the string table refer to the starting position of the (null terminated) string in this table.
Sets the contentHandler that will receive the output of the decoding.
Reads a null terminated string.
Inherited From XML_WBXML_ContentHandler
XML_WBXML_ContentHandler::XML_WBXML_ContentHandler()
XML_WBXML_ContentHandler::characters()
XML_WBXML_ContentHandler::createSubHandler()
XML_WBXML_ContentHandler::endElement()
XML_WBXML_ContentHandler::getCharsetStr()
XML_WBXML_ContentHandler::getOutput()
XML_WBXML_ContentHandler::getOutputSize()
XML_WBXML_ContentHandler::getVersion()
XML_WBXML_ContentHandler::opaque()
XML_WBXML_ContentHandler::raiseError()
XML_WBXML_ContentHandler::removeOpaqueHandler()
XML_WBXML_ContentHandler::setCharset()
XML_WBXML_ContentHandler::setOpaqueHandler()
XML_WBXML_ContentHandler::setVersion()
XML_WBXML_ContentHandler::startElement()
Documentation generated on Sun, 30 Jan 2011 05:16:42 +0000 by phpDocumentor 1.4.3