[Horde_DOM] element index

Package indexes

All elements
a c d f g h n r s t x _
_
top
Variable $_xpath
Method _importNode
Private function to import DOMNode from another DOMDocument.
Method _newDOMElement
Return a node of this class type.
Method _newDOMElement
Return a node of this class type.
Method __get
Method __get
a
top
Method append_child
Append a new node
Method attributes
Return the attributes of this node.
c
top
Method child_nodes
Method clone_node
Method create_attribute
Create a new attribute for this document
Method create_element
Create a new element for this document
Method create_text_node
Create a new text node for this document
d
top
Variable $document
Method document_element
Return the document element.
Page DOM.php
DOM.php in DOM.php
Method dump_mem
Return the document as a text string.
f
top
Method factory
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.
Method factory
Method first_child
g
top
Method get_attribute
Get the value of specified attribute.
Method get_content
Return the content of this node.
Method get_elements_by_tagname
Return the node represented by the requested tagname.
Method get_elements_by_tagname
Return the node represented by the requested tagname.
h
top
Method has_attribute
Determine if an attribute of this name is present on the node.
Method has_child_nodes
Class Horde_DOM_Attribute
Class Horde_DOM_Document
Method Horde_DOM_Document
Constructor. Determine if we are trying to load a file or xml string based on the parameters.
Class Horde_DOM_Element
Constant HORDE_DOM_LOAD_RECOVER
Recover from load errors
Constant HORDE_DOM_LOAD_REMOVE_BLANKS
Remove redundant whitespace
Constant HORDE_DOM_LOAD_SUBSTITUTE_ENTITIES
Substitute XML entities
Constant HORDE_DOM_LOAD_VALIDATE
Validate against the DTD
Method Horde_DOM_Node
Wrap a DOMNode into the Horde_DOM_Node class.
Class Horde_DOM_Node
Horde_DOM_Node in DOM.php
Class Horde_DOM_Text
Horde_DOM_Text in DOM.php
Method Horde_DOM_XPath
Class Horde_DOM_XPath
Horde_DOM_XPath in DOM.php
n
top
Variable $node
Method next_sibling
Method node_name
Method node_type
Return the type of this node.
Method node_value
r
top
Method remove_child
Remove a child node
Method root
Return the root document element.
s
top
Method set_attribute
Set the specified attribute on this node.
Method set_content
Set the content of this node.
Method set_content
Set the content of this node.
t
top
Method tagname
x
top
Method xpath_eval
Method xpath_new_context
Method xpath_register_ns
a c d f g h n r s t x _