Class Horde_Xml_Wbxml_Decoder
From Binary XML Content Format Specification Version 1.3, 25 July 2001 found at http://www.wapforum.org
Copyright 2003-2012 Horde LLC (http://www.horde.org/)
See the enclosed file COPYING for license information (LGPL). If you did not receive this file, see http://www.horde.org/licenses/lgpl21.
- Horde_Xml_Wbxml_ContentHandler
- Horde_Xml_Wbxml_Decoder
public
|
|
public
|
#
setContentHandler(
Sets the contentHandler that will receive the output of the decoding. |
public
|
|
public
string
|
#
decodeToString( string $wbxml )
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. |
public
|
|
public
|
|
public
|
|
public
|
|
public
|
#
getCharset( mixed $input )
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 |
public
|
#
retrieveStringTable( mixed $input )
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. |
public
|
|
public
|
|
public
|
|
public
|
|
public
|
|
public
|
|
public
|
|
public
|
|
public
|
|
public
|
|
public
|
|
public
|
|
public
|
|
public
|