Die SimpleXMLIterator-Klasse
(PHP 5 >= 5.1.0)
Einführung
Der SimpleXMLIterator verwaltet rekursive Interation über alle Knotenpunkte eines SimpleXMLElement-Objektes.
Klassenbeschreibung
/* Methoden */
/* Geerbte Methoden */
final public SimpleXMLElement::__construct
( string
$data
[, int $options = 0
[, bool $data_is_url = false
[, string $ns = ""
[, bool $is_prefix = false
]]]] )
public void SimpleXMLElement::addAttribute
( string
$name
[, string $value
[, string $namespace
]] )
public SimpleXMLElement SimpleXMLElement::addChild
( string
$name
[, string $value
[, string $namespace
]] )
public SimpleXMLElement SimpleXMLElement::attributes
([ string
$ns = NULL
[, bool $is_prefix = false
]] )
public array SimpleXMLElement::getDocNamespaces
([ bool
}$recursive = false
[, bool $from_root = true
]] )Inhaltsverzeichnis
- SimpleXMLIterator::current — Returns the current element
- SimpleXMLIterator::getChildren — Returns the sub-elements of the current element
- SimpleXMLIterator::hasChildren — Checks whether the current element has sub elements.
- SimpleXMLIterator::key — Return current key
- SimpleXMLIterator::next — Move to next element
- SimpleXMLIterator::rewind — Rewind to the first element
- SimpleXMLIterator::valid — Check whether the current element is valid