XmlProcessor¶
-
php\xml\XmlProcessor extends: php\format\Processor
Class XmlProcessor
Methods
format($value)¶throws php\format\ProcessorException
Параметры:
- $value – php\xml\DomDocument
Результат:
stringxml
formatTo($value, $output)¶throws php\format\ProcessorException
Параметры:
- $value – php\xml\DomDocument
- $output – php\io\Stream
parse($string)¶throws php\format\ProcessorException
Параметры:
- $string – php\io\Stream,
string- stream of string of xmlРезультат:
createDocument()¶
Результат: php\xml\DomDocument