PHP Class Horde_Xml_Wbxml_ContentHandler, horde

Copyright 2003-2016 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.
Author: Anthony Mills ([email protected])
Mostra file Open project: horde/horde Class Usage Examples

Protected Properties

Property Type Description
$_charset Charset.
$_currentUri
$_opaqueHandler
$_output
$_wbxmlVersion 1, 2, or 3 supported

Public Methods

Method Description
__construct ( )
characters ( $str )
createSubHandler ( )
endElement ( $uri, $element )
getCharsetStr ( )
getOutput ( )
getOutputSize ( )
getVersion ( )
opaque ( $o )
removeOpaqueHandler ( )
setCharset ( $cs )
setOpaqueHandler ( $opaqueHandler )
setVersion ( $v )
startElement ( $uri, $element, $attrs = [] )

Method Details

__construct() public method

public __construct ( )

characters() public method

public characters ( $str )

createSubHandler() public method

public createSubHandler ( )

endElement() public method

public endElement ( $uri, $element )

getCharsetStr() public method

public getCharsetStr ( )

getOutput() public method

public getOutput ( )

getOutputSize() public method

public getOutputSize ( )

getVersion() public method

public getVersion ( )

opaque() public method

public opaque ( $o )

removeOpaqueHandler() public method

public removeOpaqueHandler ( )

setCharset() public method

public setCharset ( $cs )

setOpaqueHandler() public method

public setOpaqueHandler ( $opaqueHandler )

setVersion() public method

public setVersion ( $v )

startElement() public method

public startElement ( $uri, $element, $attrs = [] )

Property Details

$_charset protected_oe property

Charset.
protected $_charset

$_currentUri protected_oe property

protected $_currentUri

$_opaqueHandler protected_oe property

protected $_opaqueHandler

$_output protected_oe property

protected $_output

$_wbxmlVersion protected_oe property

1, 2, or 3 supported
protected $_wbxmlVersion