SimpleXMLElement 类 |
SimpleXMLElement::addAttribute
|
向SimpleXML元素添加属性 |
SimpleXMLElement::addChild
|
将子元素添加到XML节点 |
SimpleXMLElement::asXML
|
返回基于SimpleXML元素的格式正确的XML字符串 |
SimpleXMLElement::attributes
|
标识元素的属性 |
SimpleXMLElement::children
|
查找给定节点的子代 |
SimpleXMLElement::__construct
|
创建一个新的SimpleXMLElement对象 |
SimpleXMLElement::count
|
计算元素的子代 |
SimpleXMLElement::getDocNamespaces
|
返回文档中声明的名称空间 |
SimpleXMLElement::getName
|
获取XML元素的名称 |
SimpleXMLElement::getNamespaces
|
返回文档中使用的名称空间 |
SimpleXMLElement::registerXPathNamespace
|
为下一个XPath查询创建一个前缀/ns上下文 |
SimpleXMLElement::__toString
|
返回字符串内容 |
SimpleXMLElement::xpath
|
对XML数据运行XPath查询 |
SimpleXMLIterator 类 |
SimpleXMLIterator::current
|
返回当前元素 |
SimpleXMLIterator::getChildren
|
返回当前元素的子元素 |
SimpleXMLIterator::hasChildren
|
检查当前元素是否具有子元素 |
SimpleXMLIterator::key
|
返回当前密钥 |
SimpleXMLIterator::next
|
移至下一个元素 |
SimpleXMLIterator::rewind
|
倒回到第一个元素 |
SimpleXMLIterator::valid
|
检查当前元素是否有效 |
SimpleXML 函数 |
simplexml_import_dom
|
从DOM节点获取SimpleXMLElement对象 |
simplexml_load_file
|
将XML文件解释为对象 |
simplexml_load_string
|
将XML字符串解释为对象 |