The base class of all DOMIT node types
Located in /includes/domit/xml_domit_parser.php (line 40)
Class | Description |
---|---|
DOMIT_ChildNodes_Interface | A parent class for nodes which possess child nodes |
DOMIT_CharacterData | A parent class for Text and CDATA Section nodes |
DOMIT_Attr | A class representing the Attr node |
DOMIT_ProcessingInstruction | A class representing the DOM Processing Instruction node |
DOMIT_DocumentType | A class representing the DOM Document Type node |
DOMIT_Notation | A class representing the DOM Notation node (NOT YET IMPLEMENTED!) |
Raises error if abstract class is directly instantiated
Appends a node to the childNodes list of the current node
Clears previousSibling, nextSibling, and parentNode references from a node that has been removed
Copies a node and/or its children
Formats a string for presentation as HTML
Returns the index of the specified node in a childNodes list
Retrieves an element or DOMIT_NodeList of elements corresponding to an Xpath-like attribute expression (NOT YET IMPLEMENTED!)
Retrieves an element or DOMIT_NodeList of elements corresponding to an Xpath-like expression.
Adds elements with the specified tag name to a NodeList collection
Returns the concatented text of the current node and its children
Adds all child nodes of the specified nodeType to the NodeList
Adds all child nodes of the specified nodeValue to the NodeList
Determines whether a node has any attributes
Determines whether a node has any children
Inserts a node to the childNodes list of the current node
Indicates whether the specified feature is supported by the DOM implementation and this node
Collapses adjacent text nodes in entire node subtree
Tests whether a value is null, and if so, returns a default value
A node event that can be set to fire upon document loading, used for node initialization
Removes a node from the childNodes list of the current node
Replaces a node with another
Sets the ownerDocument property of a node to the containing DOMIT_Document
Generates an array representation of the node and its children
Generates a normalized (formatted for readability) representation of the node and its children
DOMIT_Node constructor, assigns a uid
Documentation generated on Fri, 4 Mar 2005 13:57:50 +1000 by phpDocumentor 1.3.0RC3