|
MIOLO25
|
Membros públicos | |
| __construct ($input, $output, Array $options=array()) | |
| format () | |
Membros protegidos | |
| _getPaddingStr () | |
| _cbElementStart ($parser, $name, Array $attributes) | |
| _cbElementEnd ($parser, $name) | |
| _cbCharacterData ($parser, $data) | |
Atributos Protegidos | |
| $_parser = null | |
| $_input = null | |
| $_output = null | |
| $_offset = 0 | |
| $_depth = 0 | |
| $_empty = false | |
| $_buffer = "" | |
| $_options | |
| __construct | ( | $input, | |
| $output, | |||
| Array | $options = array() ) |
Constructor
| resource | $input | Input stream |
| resource | $output | Output stream |
|
protected |
Character data callback
| resource | $parser | xml parser |
| string | $data | character data |
|
protected |
Element end callback
| resource | $parser | xml parser |
| string | $name | element name |
|
protected |
Element start callback
| resource | $parser | xml parser |
| string | $name | element name |
| array | $attributes | element attributes |
|
protected |
Get padding string relative to XML depth index
| void |
| format | ( | ) |
Main format method
| void |
| Exception |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |