NAME ^

php_simplexml.pir - PHP simplexml Library

DESCRIPTION ^

Functions ^

SimpleXMLElement::__construct(string data [, int options [, bool data_is_url [, string ns [, bool is_prefix]]]])
SimpleXMLElement constructorNOT IMPLEMENTED.
void SimpleXMLElement::addAttribute(string qName, string value [,string ns])
Add Attribute with optional namespace informationNOT IMPLEMENTED.
void SimpleXMLElement::addChild(string qName [, string value [, string ns]])
Add Element with optional namespace informationNOT IMPLEMENTED.
string SimpleXMLElement::asXML([string filename])
Return a well-formed XML string based on SimpleXML elementNOT IMPLEMENTED.
array SimpleXMLElement::attributes([string ns [, bool is_prefix]])
Identifies an element's attributesNOT IMPLEMENTED.
object SimpleXMLElement::children([string ns [, bool is_prefix]])
Finds children of given nodeNOT IMPLEMENTED.
string SimpleXMLElement::getDocNamespaces([bool recursive])
Return all namespaces registered with documentNOT IMPLEMENTED.
object SimpleXMLElement::getName()
Finds children of given nodeNOT IMPLEMENTED.
string SimpleXMLElement::getNamespaces([bool recursve])
Return all namespaces in useNOT IMPLEMENTED.
bool SimpleXMLElement::registerXPathNamespace(string prefix, string ns)
Creates a prefix/ns context for the next XPath queryNOT IMPLEMENTED.
array SimpleXMLElement::xpath(string path)
Runs XPath query on the XML dataNOT IMPLEMENTED.
simplemxml_element simplexml_import_dom(domNode node [, string class_name])
Get a simplexml_element object from dom to allow for processingNOT IMPLEMENTED.
simplemxml_element simplexml_load_file(string filename [, string class_name [, int options [, string ns [, bool is_prefix]]]])
Load a filename and return a simplexml_element object to allow for processingNOT IMPLEMENTED.
simplemxml_element simplexml_load_string(string data [, string class_name [, int options [, string ns [, bool is_prefix]]]])
Load a string and return a simplexml_element object to allow for processingNOT IMPLEMENTED.


parrot