Php/docs/class.simplexmliterator
(PHP 5 >= 5.1.3, PHP 7)
类摘要
SimpleXMLIterator extends SimpleXMLElement implements RecursiveIterator , Countable {
public getChildren ( ) : SimpleXMLIterator
public hasChildren ( ) : bool
public next ( ) : void
public rewind ( ) : void
public valid ( ) : bool
/* 继承的方法 */
final public SimpleXMLElement::__construct
( string $data
[, int $options
= 0
[, bool $data_is_url
= false
[, string $ns
= ""
[, bool $is_prefix
= false
]]]] )
public SimpleXMLElement::addAttribute
( string $name
[, string $value
[, string $namespace
]] ) : void
public SimpleXMLElement::addChild
( string $name
[, string $value
[, string $namespace
]] ) : SimpleXMLElement
public SimpleXMLElement::asXML
([ string $filename
] ) : mixed
public SimpleXMLElement::attributes
([ string $ns
= null
[, bool $is_prefix
= false
]] ) : SimpleXMLElement
public SimpleXMLElement::children
([ string $ns
[, bool $is_prefix
= false
]] ) : SimpleXMLElement
public SimpleXMLElement::count ( ) : int
public SimpleXMLElement::getDocNamespaces
([ bool $recursive
= false
[, bool $from_root
= true
]] ) : array
public SimpleXMLElement::getName ( ) : string
public SimpleXMLElement::getNamespaces
([ bool $recursive
= false
] ) : array
public SimpleXMLElement::registerXPathNamespace
( string $prefix
, string $ns
) : bool
public SimpleXMLElement::__toString ( ) : string
public SimpleXMLElement::xpath
( string $path
) : array
}
Table of Contents
- 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
/* 方法 */