Located in /DOM/DOM.php (line 37)
Horde_DOM_Node | --Horde_DOM_Document
Constructor. Determine if we are trying to load a file or xml string based on the parameters.
Create a new attribute for this document
Create a new element for this document
Create a new text node for this document
Return the document element.
Return the document as a text string.
Creates an appropriate object based on the version of PHP that is running and the requested xml source. This function should be passed an array containing either 'filename' => $filename | 'xml' => $xmlstring depending on the source of the XML document.
You can pass an optional 'options' parameter to enable extra features like DTD validation or removal of whitespaces. For a list of available features see the HORDE_DOM_LOAD defines. Multiple options are added by bitwise OR.
Return the node represented by the requested tagname.
Return the root document element.
Inherited From Horde_DOM_Node
Horde_DOM_Node::Horde_DOM_Node()
Horde_DOM_Node::append_child()
Horde_DOM_Node::attributes()
Horde_DOM_Node::child_nodes()
Horde_DOM_Node::clone_node()
Horde_DOM_Node::first_child()
Horde_DOM_Node::get_content()
Horde_DOM_Node::has_child_nodes()
Horde_DOM_Node::next_sibling()
Horde_DOM_Node::node_name()
Horde_DOM_Node::node_type()
Horde_DOM_Node::node_value()
Horde_DOM_Node::remove_child()
Horde_DOM_Node::set_content()
Horde_DOM_Node::_importNode()
Horde_DOM_Node::_newDOMElement()
Horde_DOM_Node::__get()
Documentation generated on Sun, 30 Jan 2011 05:16:52 +0000 by phpDocumentor 1.4.3