-
$callingNode
-
-
$contextNode
-
-
$counter
-
-
cacheExists
-
Determines whether a cached version of the specified document exists
-
convertEntities
-
Converts illegal XML characters to their entity representations
-
createClone
-
Copies a node and/or its children
-
createClone
-
Copies a node and/or its children
-
createDocument
-
Creates a new DOMIT_Document node and appends a documentElement with the specified info
-
createDocumentType
-
Creates a new DOMIT_DocumentType node (not yet implemented!)
-
$childCount
-
-
$childNodes
-
-
$currentNode
-
-
cdataElement
-
Catches a CDATA Section event and processes the text
-
clearReferences
-
Clears previousSibling, nextSibling, and parentNode references from a node that has been removed
-
cloneNode
-
Copies a node and/or its children
-
cloneNode
-
Copies a node and/or its children
-
cloneNode
-
Copies a node and/or its children
-
cloneNode
-
Copies a node and/or its children
-
createCDATASection
-
Creates a new DOMIT_Lite_CDATASection node
-
createElement
-
Creates a new DOMIT_Lite_Element node
-
createTextNode
-
Creates a new DOMIT_Text node
-
$childCount
-
-
$childNodes
-
-
$currentNode
-
-
cdataElement
-
Catches a CDATA Section event and processes the text
-
clearReferences
-
Clears previousSibling, nextSibling, and parentNode references from a node that has been removed
-
cloneNode
-
Copies a node and/or its children
-
cloneNode
-
Copies a node and/or its children
-
cloneNode
-
Copies a node and/or its children
-
cloneNode
-
Copies a node and/or its children
-
cloneNode
-
Copies a node and/or its children
-
cloneNode
-
Copies a node and/or its children
-
cloneNode
-
Copies a node and/or its children
-
cloneNode
-
Copies a node and/or its children
-
cloneNode
-
Copies a node and/or its children
-
commentElement
-
Catches a comment node event and processes the data
-
createAttribute
-
Creates a new DOMIT_Attr node
-
createAttributeNS
-
Creates a new DOMIT_Attr node (namespace aware)
-
createCDATASection
-
Creates a new DOMIT_CDataSection node
-
createComment
-
Creates a new DOMIT_Comment node
-
createDocumentFragment
-
Creates a new DOMIT_DocumentFragment node
-
createElement
-
Creates a new DOMIT_Element node
-
createElementNS
-
Creates a new DOMIT_Element node (namespace aware)
-
createProcessingInstruction
-
Creates a new DOMIT_ProcessingInstruction node
-
createTextNode
-
Creates a new DOMIT_Text node
-
determineSearchType
-
Determines the type of search to be performed: absolute, relative, or variable
-
DOMIT_ABSTRACT_CLASS_INSTANTIATION_ERR
-
DOM error: attempt to instantiate abstract class
-
DOMIT_ABSTRACT_METHOD_INVOCATION_ERR
-
DOM error: attempt to call abstract method
-
DOMIT_ATTRIBUTE_NODE
-
DOM Attr nodeType
-
DOMIT_cache
-
A simple caching mechanism for a DOMIT_Document
-
DOMIT_CDATA_SECTION_NODE
-
DOM CDATA Section nodeType
-
DOMIT_COMMENT_NODE
-
DOM Comment nodeType
-
domit_doctor
-
A (static) class containing utilities for repairing malformed XML
-
DOMIT_DOCUMENT_FRAGMENT_ERR
-
DOM error: can't perform this action on or with Document Fragment
-
DOMIT_DOCUMENT_FRAGMENT_NODE
-
DOM Document Fragment nodeType
-
DOMIT_DOCUMENT_NODE
-
DOM Document nodeType
-
DOMIT_DOCUMENT_TYPE_NODE
-
DOM DocType nodeType
-
DOMIT_DOMException
-
A DOMIT! exception handling class
-
DOMIT_DOMImplementation
-
A class representing the DOM Implementation node
-
DOMIT_DOMSTRING_SIZE_ERR
-
DOM error: text doesn't fit into a DOMString
-
DOMIT_ELEMENT_NODE
-
DOM Element nodeType
-
DOMIT_ENTITY_NODE
-
DOM Entity nodeType
-
DOMIT_ENTITY_REFERENCE_NODE
-
DOM Entity Reference nodeType
-
DOMIT_FILE_EXTENSION_CACHE
-
Extension for cache files
-
DOMIT_GetElementsByAttributePath
-
Constructor - creates an empty DOMIT_NodeList to store matching nodes
-
DOMIT_GetElementsByAttributePath
-
getElementsByAttributePath is a temporary utility requested by a DOMIT! user for path-based access to attributes in a DOMIT! document.
-
DOMIT_GetElementsByPath
-
getElementsByPath is a simple utility for path-based access to nodes in a DOMIT! document.
-
DOMIT_GetElementsByPath
-
Constructor - creates an empty DOMIT_NodeList to store matching nodes
-
DOMIT_HIERARCHY_REQUEST_ERR
-
DOM error: node can't be inserted at this location
-
DOMIT_INCLUDE_PATH
-
-
DOMIT_INDEX_SIZE_ERR
-
DOM error: array index out of bounds
-
DOMIT_INUSE_ATTRIBUTE_ERR
-
DOM error: attribute currently in use elsewhere
-
DOMIT_INVALID_ACCESS_ERR
-
DOM error: operation unsupported by underlying object
-
DOMIT_INVALID_CHARACTER_ERR
-
DOM error: invalid character specified
-
DOMIT_INVALID_MODIFICATION_ERR
-
DOM error: can't modify underlying type of node
-
DOMIT_INVALID_STATE_ERR
-
DOM error: attempt made to use an object that is no longer usable
-
DOMIT_NamedNodeMap
-
A DOM NamedNodeMap implementation
-
DOMIT_NamedNodeMap_Attr
-
A NamedNodeMap with specialized funtionality for Attribute nodes
-
DOMIT_NAMESPACE_ERR
-
DOM error: attempt to change node in a way incompatible with namespaces
-
DOMIT_NodeList
-
A DOM NodeList implementation
-
DOMIT_NOTATION_NODE
-
DOM Notation nodeType
-
DOMIT_NOT_FOUND_ERR
-
DOM error: node can't be found in specified context
-
DOMIT_NOT_SUPPORTED_ERR
-
DOM error: operation not supported by current implementation
-
DOMIT_NO_DATA_ALLOWED_ERR
-
DOM error: data can't be added to current node
-
DOMIT_NO_MODIFICATION_ALLOWED_ERR
-
DOM error: node is read-only
-
DOMIT_PROCESSING_INSTRUCTION_NODE
-
DOM Processing Instruction nodeType
-
DOMIT_SYNTAX_ERR
-
DOM error: invalid or illegal string specified
-
DOMIT_TEXT_NODE
-
DOM Text nodeType
-
DOMIT_Utilities
-
A set of utilities for the DOMIT! parser
-
DOMIT_Utilities
-
Raises an error if an attempt to instantiate the class is made
-
DOMIT_WRONG_DOCUMENT_ERR
-
DOM error: node not a child of target document
-
$definedEntities
-
-
$doctype
-
-
$documentElement
-
-
$doExpandEmptyElementTags
-
-
$doResolveErrors
-
-
dataElement
-
Catches a data event and processes the text
-
defaultDataElement
-
Catches a default data event and processes the data
-
DOMIT_Lite_CDATASection
-
A class representing the DOM CDATA Section
-
DOMIT_Lite_CDATASection
-
DOM CDATA Section node constructor
-
DOMIT_Lite_ChildNodes_Interface
-
Raises error if abstract class is directly instantiated
-
DOMIT_Lite_ChildNodes_Interface
-
A parent class for nodes which possess child nodes
-
DOMIT_Lite_Document
-
A class representing the DOM Document
-
DOMIT_Lite_Document
-
DOM Document constructor
-
DOMIT_Lite_Element
-
DOM Element constructor
-
DOMIT_Lite_Element
-
A class representing the DOM Element
-
DOMIT_Lite_Node
-
Raises error if abstract class is directly instantiated
-
DOMIT_Lite_Node
-
The base class of all DOMIT node types
-
DOMIT_Lite_Parser
-
Manages the generation of a DOMIT! document from SAX events
-
DOMIT_Lite_TextNode
-
DOM Text Node constructor
-
DOMIT_Lite_TextNode
-
A class representing the DOM Text Node
-
DOMIT_LITE_VERSION
-
current version of DOMIT! Lite
-
dumpTextNode
-
Generates and appends a new text node from the parseContainer text
-
$definedEntities
-
-
$doctype
-
-
$documentElement
-
-
$doExpandEmptyElementTags
-
-
$doResolveErrors
-
-
dataElement
-
Catches a data event and processes the text
-
defaultDataElement
-
Catches a default data event and processes the data
-
deleteData
-
Deletes a subset of the current node text
-
doctypeElement
-
Catches a doctype event and processes the data
-
DOMIT_Attr
-
A class representing the Attr node
-
DOMIT_Attr
-
DOM Attr node constructor
-
DOMIT_CDATASection
-
DOM CDATA Section node constructor
-
DOMIT_CDATASection
-
A class representing the DOM CDATA Section
-
DOMIT_CharacterData
-
Prevents direct instantiation of DOMIT_CharacterData class
-
DOMIT_CharacterData
-
A parent class for Text and CDATA Section nodes
-
DOMIT_ChildNodes_Interface
-
A parent class for nodes which possess child nodes
-
DOMIT_ChildNodes_Interface
-
Raises error if abstract class is directly instantiated
-
DOMIT_Comment
-
A class representing the DOM Comment node
-
DOMIT_Comment
-
DOM Comment node constructor
-
DOMIT_Document
-
DOM Document constructor
-
DOMIT_Document
-
A class representing the DOM Document
-
DOMIT_DocumentFragment
-
DOM Document Fragment node constructor
-
DOMIT_DocumentFragment
-
A class representing the DOM Document Fragment node
-
DOMIT_DocumentType
-
A class representing the DOM Document Type node
-
DOMIT_DocumentType
-
DOM Document Type node constructor
-
DOMIT_Element
-
A class representing the DOM Element
-
DOMIT_Element
-
DOM Element constructor
-
DOMIT_Node
-
Raises error if abstract class is directly instantiated
-
DOMIT_Node
-
The base class of all DOMIT node types
-
DOMIT_Notation
-
DOM Notation node constructor (NOT YET IMPLEMENTED!)
-
DOMIT_Notation
-
A class representing the DOM Notation node (NOT YET IMPLEMENTED!)
-
DOMIT_Parser
-
Manages the generation of a DOMIT! document from SAX events
-
DOMIT_ProcessingInstruction
-
A class representing the DOM Processing Instruction node
-
DOMIT_ProcessingInstruction
-
DOM Processing Instruction node constructor
-
DOMIT_TextNode
-
DOM Text Node constructor
-
DOMIT_TextNode
-
A class representing the DOM Text Node
-
DOMIT_VERSION
-
current version of DOMIT!
-
DOMIT_XML_NAMESPACE
-
current version of SAXY
-
dumpTextNode
-
Generates and appends a new text node from the parseContainer text
-
generateUID
-
Generates a unique id
-
getIndentation
-
Returns the indentation required for the specified node level
-
getKeyNS
-
Returns the key of the NamedNodeMap, given the namespaceURI and localName
-
getLength
-
Returns the number of nodes in the map
-
getLength
-
Returns the number of nodes in the list
-
getNamedItem
-
Gets a node with the specifed name
-
getNamedItemNS
-
Gets a node with the specifed name, taking into account namespaces
-
getNormalizedElementString
-
Gets a normalized (formatted for readability) representation of the current element
-
getNormalizedString
-
Gets a normalized (formatted for readability) representation of the current node
-
GET_ELEMENTS_BY_PATH_SEARCH_ABSOLUTE
-
Constant for an absolute path search (starting at the document root)
-
GET_ELEMENTS_BY_PATH_SEARCH_RELATIVE
-
Constant for a relative path search (starting at the level of the calling node)
-
GET_ELEMENTS_BY_PATH_SEARCH_VARIABLE
-
Constant for a variable path search (finds all matches, regardless of place in the hierarchy)
-
GET_ELEMENTS_BY_PATH_SEPARATOR
-
Separator for elements path
-
getAttribute
-
Gets the value of the specified attribute, if it exists
-
getChildNodeIndex
-
Returns the index of the specified node in a childNodes list
-
getDocType
-
Returns the doctype text
-
getDOMImplementation
-
Returns a reference to the DOMIT_DOMImplementation object
-
getElementsByAttribute
-
Searches the element tree for an element with the specified attribute name and value.
-
getElementsByPath
-
Retrieves an element or DOMIT_NodeList of elements corresponding to an Xpath-like expression.
-
getElementsByPath
-
Retrieves an element or DOMIT_NodeList of elements corresponding to an Xpath-like expression.
-
getElementsByPath
-
Retrieves an element or DOMIT_NodeList of elements corresponding to an Xpath-like expression.
-
getElementsByTagName
-
Retrieves a NodeList of child elements with the specified tag name
-
getElementsByTagName
-
Retrieves a NodeList of child elements with the specified tag name
-
getErrorCode
-
Returns the error code from the underlying SAX parser
-
getErrorString
-
Returns the error string from the underlying SAX parser
-
getNamedElements
-
Adds elements with the specified tag name to a NodeList collection
-
getNamedElements
-
Adds elements with the specified tag name to a NodeList collection
-
getTagName
-
Returns the tag name of the element
-
getText
-
Returns the concatented text of the current node and its children
-
getText
-
Returns the text contained in the current node
-
getText
-
Returns the concatented text of the current node and its children
-
getText
-
Returns the concatented text of the current node and its children
-
getTextFromFile
-
Retrieves text from a file
-
getVersion
-
Returns the current version of DOMIT! Lite
-
getXMLDeclaration
-
Returns the xml declaration text
-
getAttribute
-
Gets the value of the specified attribute, if it exists
-
getAttributeNode
-
Gets a reference to the specified attribute node
-
getAttributeNodeNS
-
Gets a reference to the specified attribute node
-
getAttributeNS
-
Gets the value of the attribute with the specified namespaceURI and localName, if it exists
-
getChildNodeIndex
-
Returns the index of the specified node in a childNodes list
-
getData
-
Returns the processing instruction data
-
getData
-
Gets the node value of the current text node
-
getDocType
-
Returns a doctype object
-
getDOMImplementation
-
Returns a reference to the DOMIT_DOMImplementation object
-
getElementByID
-
Returns the element whose ID is given by elementId.
-
getElementsByAttribute
-
Searches the element tree for an element with the specified attribute name and value.
-
getElementsByAttributePath
-
Retrieves an element or DOMIT_NodeList of elements corresponding to an Xpath-like attribute expression (NOT YET IMPLEMENTED!)
-
getElementsByAttributePath
-
Retrieves an element or DOMIT_NodeList of elements corresponding to an Xpath-like attribute expression (NOT YET IMPLEMENTED!)
-
getElementsByAttributePath
-
Retrieves an element or DOMIT_NodeList of elements corresponding to an Xpath-like attribute expression (NOT YET IMPLEMENTED!)
-
getElementsByPath
-
Retrieves an element or DOMIT_NodeList of elements corresponding to an Xpath-like expression.
-
getElementsByPath
-
Retrieves an element or DOMIT_NodeList of elements corresponding to an Xpath-like expression.
-
getElementsByPath
-
Retrieves an element or DOMIT_NodeList of elements corresponding to an Xpath-like expression.
-
getElementsByTagName
-
Retrieves a NodeList of child elements with the specified tag name
-
getElementsByTagName
-
Retrieves a NodeList of child elements with the specified tag name
-
getElementsByTagNameNS
-
Retrieves a NodeList of child elements with the specified namespaceURI and localName
-
getElementsByTagNameNS
-
Retrieves a NodeList of child elements with the specified namespaceURI and localName
-
getErrorCode
-
Returns the error code from the underlying SAX parser
-
getErrorString
-
Returns the error string from the underlying SAX parser
-
getLength
-
Gets the length of the text in the current node
-
getName
-
Returns the name of the attribute
-
getName
-
Returns the name of the doctype node
-
getNamedElements
-
Adds elements with the specified tag name to a NodeList collection
-
getNamedElements
-
Adds elements with the specified tag name to a NodeList collection
-
getNamedElementsNS
-
Adds elements with the specified tag name to a NodeList collection
-
getNodesByNodeType
-
Retrieves all child nodes of the specified nodeType
-
getNodesByNodeValue
-
Retrieves all child nodes of the specified nodeValue
-
getSpecified
-
Indicates whether an attribute has been modified since parsing
-
getTagName
-
Returns the tag name of the element
-
getTarget
-
Returns the processing instruction target
-
getText
-
Returns the text contained in the current node
-
getText
-
Returns the concatented text of the current node and its children
-
getText
-
Returns the text contained in the current node
-
getText
-
Returns the text contained in the current node
-
getText
-
Returns the text contained in the current node
-
getText
-
Returns the concatented text of the current node and its children
-
getText
-
Returns the text contained in the current node
-
getText
-
Returns the concatented text of the current node and its children
-
getTextFromFile
-
Retrieves text from a file
-
getTypedNodes
-
Adds all child nodes of the specified nodeType to the NodeList
-
getTypedNodes
-
Adds all child nodes of the specified nodeType to the NodeList
-
getValue
-
Returns the value of the attribute
-
getValuedNodes
-
Adds all child nodes of the specified nodeValue to the NodeList
-
getValuedNodes
-
Adds all child nodes of the specified nodeValue to the NodeList
-
getVersion
-
Returns the current version of DOMIT!
-
getXMLDeclaration
-
Returns the xml declaration processing instruction
-
raiseException
-
Raises the specified exception
-
reindexNodeMap
-
Reindexes the numerical index for the named node map
-
removeExtension
-
Removes the extension from the specified file name
-
removeFromCache
-
Removes a cache of the specified document
-
removeNamedItem
-
Removes a node from the list, by name
-
removeNamedItemNS
-
Removes a node from the list, by name, by local name and namespace URI
-
removeNode
-
Removes the specified node from the list
-
removeAttribute
-
Removes the specified attribute
-
removeChild
-
Removes a node from the childNodes list of the current node
-
removeChild
-
Removes a node from the childNodes list of the current node
-
removeChild
-
Removes a node from the childNodes list of the current node
-
replaceChild
-
Replaces a node with another
-
replaceChild
-
Replaces a node with another
-
replaceChild
-
Replaces a node with another
-
resolveErrors
-
Specifies whether DOMIT! Lite will try to fix invalid XML before parsing begins
-
removeAttribute
-
Removes the specified attribute
-
removeAttributeNode
-
Removes an attribute node from the current element
-
removeAttributeNS
-
Removes the specified attribute
-
removeChild
-
Removes a node from the childNodes list of the current node
-
removeChild
-
Removes a node from the childNodes list of the current node
-
removeChild
-
Removes a node from the childNodes list of the current node
-
replaceChild
-
Replaces a node with another
-
replaceChild
-
Replaces a node with another
-
replaceChild
-
Replaces a node with another
-
replaceData
-
Replaces a subset of the current node text with the specified text
-
resolveErrors
-
Specifies whether DOMIT! will try to fix invalid XML before parsing begins
-
$searchType
-
-
$seed
-
-
selectNamedChild
-
Matches the current path segment against the child nodes of the current context node
-
setContextNode
-
Sets the context node, i.e., the node from which the search begins
-
setNamedItem
-
Assigns a node to the list
-
setNamedItemNS
-
Assigns a node to the list, using its namespaceURI and localName
-
splitPattern
-
Splits the supplied pattern into searchable segments
-
saveTextToFile
-
Saves text to a file
-
saveXML
-
Saves the current DOM document as an xml file
-
saveXML_utf8
-
Saves the current DOM document as an xml file; first encodes text as UTF-8
-
setAttribute
-
Sets the value of the specified attribute; creates a new attribute if one doesn't exist
-
setAuthorization
-
Specifies basic authentication for an http connection
-
setConnection
-
Specifies the parameters of the http conection used to obtain the xml data
-
setDocumentElement
-
Set the specified node as document element
-
setOwnerDocument
-
Sets the ownerDocument property of a node to the containing DOMIT_Document
-
setProxyAuthorization
-
Specifies basic authentication for the proxy
-
setProxyConnection
-
Specifies that a proxy is to be used to obtain the xml data
-
setText
-
If a child text node exists, sets the nodeValue to $data. A child text node is created if none exists
-
setText
-
Sets the text contained in the current node to $data.
-
setXMLDeclaration
-
Returns the xml declaration text
-
startElement
-
Catches a start element event and processes the data
-
$specified
-
-
$systemID
-
-
saveTextToFile
-
Saves text to a file
-
saveXML
-
Saves the current DOM document as an xml file
-
selectNodes
-
Performs an XPath query
-
setAttribute
-
Sets the value of the specified attribute; creates a new attribute if one doesn't exist
-
setAttributeNode
-
Adds an attribute node to the current element
-
setAttributeNodeNS
-
Adds an attribute node to the current element (namespace aware)
-
setAttributeNS
-
Sets the value of the specified attribute; creates a new attribute if one doesn't exist
-
setAuthorization
-
Specifies basic authentication for an http connection
-
setConnection
-
Specifies the parameters of the http conection used to obtain the xml data
-
setDocumentElement
-
Set the specified node as document element
-
setNamespaceAwareness
-
Specifies whether DOMIT! processes namespace information
-
setOwnerDocument
-
Sets the ownerDocument property of a node to the containing DOMIT_Document
-
setProxyAuthorization
-
Specifies basic authentication for the proxy
-
setProxyConnection
-
Specifies that a proxy is to be used to obtain the xml data
-
setText
-
Sets the text contained in the current node to $data.
-
setText
-
If a child text node exists, sets the nodeValue to $data. A child text node is created if none exists
-
setText
-
Sets the text contained in the current node to $data.
-
setText
-
Sets the text contained in the current node to $data.
-
setValue
-
Sets the value of the attribute
-
splitText
-
Splits a single node into multiple nodes, based on the specified offset
-
startElement
-
Catches a start element event and processes the data
-
startElementNS
-
Catches a start element event and processes the data
-
startNamespaceDeclaration
-
Catches a start namespace declaration event and processes the data
-
substringData
-
Gets a subset of the current node text
-
$targetIndex
-
-
toArray
-
Generates an array representation of the node and its children
-
toArray
-
Generates an array representation of the node and its children
-
toArray
-
Generates an array representation of the node and its children
-
toCache
-
Serializes and caches the specified DOMIT! document
-
toNormalizedString
-
Generates a normalized (formatted for readability) representation of the node and its children
-
toString
-
Generates a string representation of the node and its children
-
toString
-
Generates a string representation of the node and its children
-
toString
-
Generates a string representation of the node and its children
-
toArray
-
Generates an array representation of the node and its children
-
toArray
-
Generates an array representation of the node and its children
-
toArray
-
Generates an array representation of the node and its children
-
toArray
-
Generates an array representation of the node and its children
-
toNormalizedString
-
Generates a normalized (formatted for readability) representation of the node and its children
-
toString
-
Generates a string representation of the node and its children
-
toString
-
Generates a string representation of the node and its children
-
toString
-
Generates a string representation of the node and its children
-
toString
-
Generates a string representation of the node and its children
-
$text
-
-
toArray
-
Generates an array representation of the node and its children
-
toArray
-
Generates an array representation of the node and its children
-
toArray
-
Generates an array representation of the node and its children
-
toArray
-
Generates an array representation of the node and its children
-
toArray
-
Generates an array representation of the node and its children
-
toArray
-
Generates an array representation of the node and its children
-
toArray
-
Generates an array representation of the node and its children
-
toArray
-
Generates an array representation of the node and its children
-
toNormalizedString
-
Generates a normalized (formatted for readability) representation of the node and its children
-
toString
-
Generates a string representation of the node and its children
-
toString
-
Generates a string representation of the node and its children
-
toString
-
Generates a string representation of the node and its children
-
toString
-
Generates a string representation of the node and its children
-
toString
-
Generates a string representation of the node and its children
-
toString
-
Generates a string representation of the node and its children
-
toString
-
Generates a string representation of the node and its children
-
toString
-
Generates a string representation of the node and its children
-
toString
-
Generates a string representation of the node and its children