Property | Type | Description | |
---|---|---|---|
$_attributeDTD | |||
$_ch | Currently just outputs raw XML. | ||
$_dpi | Document Public Identifier Used with dpiType. | ||
$_dtdManager | Horde_Xml_Wbxml_DtdManager | The DTD Manager. | |
$_error | |||
$_isAttribute | |||
$_isData | |||
$_prevAttributeDTD | |||
$_stringTable | String table as defined in 5.7 | ||
$_strpos | integer | The string position. | |
$_tagDTD | |||
$_tagStack | State variables. |
Method | Description | |
---|---|---|
__construct ( ) | Constructor. | |
decode ( string $wbxml ) | Takes a WBXML input document and decodes it. | |
decodeToString ( string $wbxml ) : string | Takes a WBXML input document and returns decoded XML. | |
endTag ( ) | ||
entity ( $entity ) | Return the hex version of the base 10 $entity. | |
getAttribute ( $attribute ) | ||
getAttributes ( $input ) | ||
getByte ( string $input ) | Return one byte from the input stream. | |
getCharset ( $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 | |
getCurrentURI ( ) | ||
getDocumentPublicIdentifier ( $input ) | ||
getDocumentPublicIdentifierImpl ( $dpiType, $dpiNumber ) | ||
getStringTableEntry ( $index ) | ||
getTag ( $tag ) | ||
getVersionNumber ( $input ) | ||
parseTag ( $input, $tag, $hasAttributes, $hasContent ) | ||
retrieveStringTable ( $input ) | Retrieves the string table. | |
setContentHandler ( Horde_Xml_Wbxml_ContentHandler $ch ) | Sets the contentHandler that will receive the output of the decoding. | |
startGetAttributes ( ) | ||
stopGetAttributes ( ) | ||
switchAttributeCodePage ( $codePage ) | ||
switchElementCodePage ( $codePage ) | ||
termstr ( $input ) | Reads a null terminated string. | |
writeString ( $str ) |
Method | Description | |
---|---|---|
_decode ( $input ) |
public decodeToString ( string $wbxml ) : string | ||
$wbxml | string | The WBXML document to decode. |
return | string | The decoded XML document. |
public getCharset ( $input ) |
public getDocumentPublicIdentifierImpl ( $dpiType, $dpiNumber ) |
public retrieveStringTable ( $input ) |
public setContentHandler ( Horde_Xml_Wbxml_ContentHandler $ch ) | ||
$ch | Horde_Xml_Wbxml_ContentHandler | The contentHandler |
protected Horde_Xml_Wbxml_DtdManager $_dtdManager | ||
return | Horde_Xml_Wbxml_DtdManager |