[domit-xmlparser] element index

Package indexes

All elements
a c d e f g h i l n o p r s t u v x _
_
top
_constructor
DOMIT_Lite_Node::_constructor() in xml_domit_lite_parser.php
DOMIT_Lite_Node constructor, assigns a uid
_getElementsByAttribute
Searches the element tree for an element with the specified attribute name and value.
_constructor
DOMIT_Node::_constructor() in xml_domit_parser.php
DOMIT_Node constructor, assigns a uid
_getElementByID
DOMIT_Element::_getElementByID() in xml_domit_parser.php
Returns the attribute node whose ID is given by elementId.
_getElementsByAttribute
Searches the element tree for an element with the specified attribute name and value.
_importNode
DOMIT_Document::_importNode() in xml_domit_parser.php
Imports a node (and optionally its children) from another DOM Document
a
top
$abortSearch
DOMIT_GetElementsByPath::$abortSearch in xml_domit_getelementsbypath.php
$arNodeList
DOMIT_NodeList::$arNodeList in xml_domit_nodemaps.php
$arNodeMap
DOMIT_NamedNodeMap::$arNodeMap in xml_domit_nodemaps.php
$arPathSegments
DOMIT_GetElementsByPath::$arPathSegments in xml_domit_getelementsbypath.php
appendNode
DOMIT_NodeList::appendNode() in xml_domit_nodemaps.php
Appends a node to the list
$attributes
DOMIT_Lite_Node::$attributes in xml_domit_lite_parser.php
appendChild
Appends a node to the childNodes list of the current node
appendChild
DOMIT_Lite_Document::appendChild() in xml_domit_lite_parser.php
Appends a node to the childNodes list of the current node
appendChild
DOMIT_Lite_Node::appendChild() in xml_domit_lite_parser.php
Appends a node to the childNodes list of the current node
appendEntityTranslationTable
Appends an array of entity mappings to the existing translation table
$attributes
DOMIT_Node::$attributes in xml_domit_parser.php
appendChild
DOMIT_Node::appendChild() in xml_domit_parser.php
Appends a node to the childNodes list of the current node
appendChild
DOMIT_Document::appendChild() in xml_domit_parser.php
Appends a node to the childNodes list of the current node
appendChild
Appends a node to the childNodes list of the current node
appendData
DOMIT_CharacterData::appendData() in xml_domit_parser.php
Appends the specified text to the current node text
appendEntityTranslationTable
Appends an array of entity mappings to the existing translation table
c
top
$callingNode
DOMIT_GetElementsByPath::$callingNode in xml_domit_getelementsbypath.php
$contextNode
DOMIT_GetElementsByPath::$contextNode in xml_domit_getelementsbypath.php
$counter
UIDGenerator::$counter in xml_domit_shared.php
cacheExists
DOMIT_cache::cacheExists() in xml_domit_cache.php
Determines whether a cached version of the specified document exists
convertEntities
DOMIT_Utilities::convertEntities() in xml_domit_utilities.php
Converts illegal XML characters to their entity representations
createClone
DOMIT_NodeList::createClone() in xml_domit_nodemaps.php
Copies a node and/or its children
createClone
DOMIT_NamedNodeMap::createClone() in xml_domit_nodemaps.php
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
DOMIT_Lite_Node::$childCount in xml_domit_lite_parser.php
$childNodes
DOMIT_Lite_Node::$childNodes in xml_domit_lite_parser.php
$currentNode
DOMIT_Lite_Parser::$currentNode in xml_domit_lite_parser.php
cdataElement
DOMIT_Lite_Parser::cdataElement() in xml_domit_lite_parser.php
Catches a CDATA Section event and processes the text
clearReferences
DOMIT_Lite_Node::clearReferences() in xml_domit_lite_parser.php
Clears previousSibling, nextSibling, and parentNode references from a node that has been removed
cloneNode
DOMIT_Lite_Node::cloneNode() in xml_domit_lite_parser.php
Copies a node and/or its children
cloneNode
DOMIT_Lite_Document::cloneNode() in xml_domit_lite_parser.php
Copies a node and/or its children
cloneNode
DOMIT_Lite_TextNode::cloneNode() in xml_domit_lite_parser.php
Copies a node and/or its children
cloneNode
DOMIT_Lite_Element::cloneNode() in xml_domit_lite_parser.php
Copies a node and/or its children
createCDATASection
DOMIT_Lite_Document::createCDATASection() in xml_domit_lite_parser.php
Creates a new DOMIT_Lite_CDATASection node
createElement
DOMIT_Lite_Document::createElement() in xml_domit_lite_parser.php
Creates a new DOMIT_Lite_Element node
createTextNode
DOMIT_Lite_Document::createTextNode() in xml_domit_lite_parser.php
Creates a new DOMIT_Text node
$childCount
DOMIT_Node::$childCount in xml_domit_parser.php
$childNodes
DOMIT_Node::$childNodes in xml_domit_parser.php
$currentNode
DOMIT_Parser::$currentNode in xml_domit_parser.php
cdataElement
DOMIT_Parser::cdataElement() in xml_domit_parser.php
Catches a CDATA Section event and processes the text
clearReferences
DOMIT_Node::clearReferences() in xml_domit_parser.php
Clears previousSibling, nextSibling, and parentNode references from a node that has been removed
cloneNode
DOMIT_DocumentType::cloneNode() in xml_domit_parser.php
Copies a node and/or its children
cloneNode
DOMIT_DocumentFragment::cloneNode() in xml_domit_parser.php
Copies a node and/or its children
cloneNode
DOMIT_Element::cloneNode() in xml_domit_parser.php
Copies a node and/or its children
cloneNode
Copies a node and/or its children
cloneNode
DOMIT_Node::cloneNode() in xml_domit_parser.php
Copies a node and/or its children
cloneNode
DOMIT_TextNode::cloneNode() in xml_domit_parser.php
Copies a node and/or its children
cloneNode
DOMIT_Attr::cloneNode() in xml_domit_parser.php
Copies a node and/or its children
cloneNode
DOMIT_Comment::cloneNode() in xml_domit_parser.php
Copies a node and/or its children
cloneNode
DOMIT_Document::cloneNode() in xml_domit_parser.php
Copies a node and/or its children
commentElement
DOMIT_Parser::commentElement() in xml_domit_parser.php
Catches a comment node event and processes the data
createAttribute
DOMIT_Document::createAttribute() in xml_domit_parser.php
Creates a new DOMIT_Attr node
createAttributeNS
DOMIT_Document::createAttributeNS() in xml_domit_parser.php
Creates a new DOMIT_Attr node (namespace aware)
createCDATASection
DOMIT_Document::createCDATASection() in xml_domit_parser.php
Creates a new DOMIT_CDataSection node
createComment
DOMIT_Document::createComment() in xml_domit_parser.php
Creates a new DOMIT_Comment node
createDocumentFragment
Creates a new DOMIT_DocumentFragment node
createElement
DOMIT_Document::createElement() in xml_domit_parser.php
Creates a new DOMIT_Element node
createElementNS
DOMIT_Document::createElementNS() in xml_domit_parser.php
Creates a new DOMIT_Element node (namespace aware)
createProcessingInstruction
Creates a new DOMIT_ProcessingInstruction node
createTextNode
DOMIT_Document::createTextNode() in xml_domit_parser.php
Creates a new DOMIT_Text node
d
top
determineSearchType
DOMIT_GetElementsByPath::determineSearchType() in xml_domit_getelementsbypath.php
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
DOMIT_ABSTRACT_METHOD_INVOCATION_ERR in xml_domit_shared.php
DOM error: attempt to call abstract method
DOMIT_ATTRIBUTE_NODE
DOMIT_ATTRIBUTE_NODE in xml_domit_shared.php
DOM Attr nodeType
DOMIT_cache
DOMIT_cache in xml_domit_cache.php
A simple caching mechanism for a DOMIT_Document
DOMIT_CDATA_SECTION_NODE
DOMIT_CDATA_SECTION_NODE in xml_domit_shared.php
DOM CDATA Section nodeType
DOMIT_COMMENT_NODE
DOMIT_COMMENT_NODE in xml_domit_shared.php
DOM Comment nodeType
domit_doctor
domit_doctor in xml_domit_doctor.php
A (static) class containing utilities for repairing malformed XML
DOMIT_DOCUMENT_FRAGMENT_ERR
DOMIT_DOCUMENT_FRAGMENT_ERR in xml_domit_shared.php
DOM error: can't perform this action on or with Document Fragment
DOMIT_DOCUMENT_FRAGMENT_NODE
DOMIT_DOCUMENT_FRAGMENT_NODE in xml_domit_shared.php
DOM Document Fragment nodeType
DOMIT_DOCUMENT_NODE
DOMIT_DOCUMENT_NODE in xml_domit_shared.php
DOM Document nodeType
DOMIT_DOCUMENT_TYPE_NODE
DOMIT_DOCUMENT_TYPE_NODE in xml_domit_shared.php
DOM DocType nodeType
DOMIT_DOMException
DOMIT_DOMException in xml_domit_shared.php
A DOMIT! exception handling class
DOMIT_DOMImplementation
DOMIT_DOMImplementation in xml_domit_shared.php
A class representing the DOM Implementation node
DOMIT_DOMSTRING_SIZE_ERR
DOMIT_DOMSTRING_SIZE_ERR in xml_domit_shared.php
DOM error: text doesn't fit into a DOMString
DOMIT_ELEMENT_NODE
DOMIT_ELEMENT_NODE in xml_domit_shared.php
DOM Element nodeType
DOMIT_ENTITY_NODE
DOMIT_ENTITY_NODE in xml_domit_shared.php
DOM Entity nodeType
DOMIT_ENTITY_REFERENCE_NODE
DOMIT_ENTITY_REFERENCE_NODE in xml_domit_shared.php
DOM Entity Reference nodeType
DOMIT_FILE_EXTENSION_CACHE
DOMIT_FILE_EXTENSION_CACHE in xml_domit_cache.php
Extension for cache files
DOMIT_GetElementsByAttributePath
Constructor - creates an empty DOMIT_NodeList to store matching nodes
DOMIT_GetElementsByAttributePath
DOMIT_GetElementsByAttributePath in xml_domit_getelementsbypath.php
getElementsByAttributePath is a temporary utility requested by a DOMIT! user for path-based access to attributes in a DOMIT! document.
DOMIT_GetElementsByPath
DOMIT_GetElementsByPath in xml_domit_getelementsbypath.php
getElementsByPath is a simple utility for path-based access to nodes in a DOMIT! document.
DOMIT_GetElementsByPath
DOMIT_GetElementsByPath::DOMIT_GetElementsByPath() in xml_domit_getelementsbypath.php
Constructor - creates an empty DOMIT_NodeList to store matching nodes
DOMIT_HIERARCHY_REQUEST_ERR
DOMIT_HIERARCHY_REQUEST_ERR in xml_domit_shared.php
DOM error: node can't be inserted at this location
DOMIT_INCLUDE_PATH
DOMIT_INCLUDE_PATH in xml_domit_getelementsbypath.php
DOMIT_INDEX_SIZE_ERR
DOMIT_INDEX_SIZE_ERR in xml_domit_shared.php
DOM error: array index out of bounds
DOMIT_INUSE_ATTRIBUTE_ERR
DOMIT_INUSE_ATTRIBUTE_ERR in xml_domit_shared.php
DOM error: attribute currently in use elsewhere
DOMIT_INVALID_ACCESS_ERR
DOMIT_INVALID_ACCESS_ERR in xml_domit_shared.php
DOM error: operation unsupported by underlying object
DOMIT_INVALID_CHARACTER_ERR
DOMIT_INVALID_CHARACTER_ERR in xml_domit_shared.php
DOM error: invalid character specified
DOMIT_INVALID_MODIFICATION_ERR
DOMIT_INVALID_MODIFICATION_ERR in xml_domit_shared.php
DOM error: can't modify underlying type of node
DOMIT_INVALID_STATE_ERR
DOMIT_INVALID_STATE_ERR in xml_domit_shared.php
DOM error: attempt made to use an object that is no longer usable
DOMIT_NamedNodeMap
DOMIT_NamedNodeMap in xml_domit_nodemaps.php
A DOM NamedNodeMap implementation
DOMIT_NamedNodeMap_Attr
DOMIT_NamedNodeMap_Attr in xml_domit_nodemaps.php
A NamedNodeMap with specialized funtionality for Attribute nodes
DOMIT_NAMESPACE_ERR
DOMIT_NAMESPACE_ERR in xml_domit_shared.php
DOM error: attempt to change node in a way incompatible with namespaces
DOMIT_NodeList
DOMIT_NodeList in xml_domit_nodemaps.php
A DOM NodeList implementation
DOMIT_NOTATION_NODE
DOMIT_NOTATION_NODE in xml_domit_shared.php
DOM Notation nodeType
DOMIT_NOT_FOUND_ERR
DOMIT_NOT_FOUND_ERR in xml_domit_shared.php
DOM error: node can't be found in specified context
DOMIT_NOT_SUPPORTED_ERR
DOMIT_NOT_SUPPORTED_ERR in xml_domit_shared.php
DOM error: operation not supported by current implementation
DOMIT_NO_DATA_ALLOWED_ERR
DOMIT_NO_DATA_ALLOWED_ERR in xml_domit_shared.php
DOM error: data can't be added to current node
DOMIT_NO_MODIFICATION_ALLOWED_ERR
DOMIT_NO_MODIFICATION_ALLOWED_ERR in xml_domit_shared.php
DOM error: node is read-only
DOMIT_PROCESSING_INSTRUCTION_NODE
DOMIT_PROCESSING_INSTRUCTION_NODE in xml_domit_shared.php
DOM Processing Instruction nodeType
DOMIT_SYNTAX_ERR
DOMIT_SYNTAX_ERR in xml_domit_shared.php
DOM error: invalid or illegal string specified
DOMIT_TEXT_NODE
DOMIT_TEXT_NODE in xml_domit_shared.php
DOM Text nodeType
DOMIT_Utilities
DOMIT_Utilities in xml_domit_utilities.php
A set of utilities for the DOMIT! parser
DOMIT_Utilities
DOMIT_Utilities::DOMIT_Utilities() in xml_domit_utilities.php
Raises an error if an attempt to instantiate the class is made
DOMIT_WRONG_DOCUMENT_ERR
DOMIT_WRONG_DOCUMENT_ERR in xml_domit_shared.php
DOM error: node not a child of target document
$definedEntities
DOMIT_Lite_Document::$definedEntities in xml_domit_lite_parser.php
$doctype
DOMIT_Lite_Document::$doctype in xml_domit_lite_parser.php
$documentElement
DOMIT_Lite_Document::$documentElement in xml_domit_lite_parser.php
$doExpandEmptyElementTags
$doResolveErrors
DOMIT_Lite_Document::$doResolveErrors in xml_domit_lite_parser.php
dataElement
DOMIT_Lite_Parser::dataElement() in xml_domit_lite_parser.php
Catches a data event and processes the text
defaultDataElement
DOMIT_Lite_Parser::defaultDataElement() in xml_domit_lite_parser.php
Catches a default data event and processes the data
DOMIT_Lite_CDATASection
DOMIT_Lite_CDATASection in xml_domit_lite_parser.php
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
DOMIT_Lite_ChildNodes_Interface in xml_domit_lite_parser.php
A parent class for nodes which possess child nodes
DOMIT_Lite_Document
DOMIT_Lite_Document in xml_domit_lite_parser.php
A class representing the DOM Document
DOMIT_Lite_Document
DOMIT_Lite_Document::DOMIT_Lite_Document() in xml_domit_lite_parser.php
DOM Document constructor
DOMIT_Lite_Element
DOMIT_Lite_Element::DOMIT_Lite_Element() in xml_domit_lite_parser.php
DOM Element constructor
DOMIT_Lite_Element
DOMIT_Lite_Element in xml_domit_lite_parser.php
A class representing the DOM Element
DOMIT_Lite_Node
DOMIT_Lite_Node::DOMIT_Lite_Node() in xml_domit_lite_parser.php
Raises error if abstract class is directly instantiated
DOMIT_Lite_Node
DOMIT_Lite_Node in xml_domit_lite_parser.php
The base class of all DOMIT node types
DOMIT_Lite_Parser
DOMIT_Lite_Parser in xml_domit_lite_parser.php
Manages the generation of a DOMIT! document from SAX events
DOMIT_Lite_TextNode
DOMIT_Lite_TextNode::DOMIT_Lite_TextNode() in xml_domit_lite_parser.php
DOM Text Node constructor
DOMIT_Lite_TextNode
DOMIT_Lite_TextNode in xml_domit_lite_parser.php
A class representing the DOM Text Node
DOMIT_LITE_VERSION
DOMIT_LITE_VERSION in xml_domit_lite_parser.php
current version of DOMIT! Lite
dumpTextNode
DOMIT_Lite_Parser::dumpTextNode() in xml_domit_lite_parser.php
Generates and appends a new text node from the parseContainer text
$definedEntities
DOMIT_Document::$definedEntities in xml_domit_parser.php
$doctype
DOMIT_Document::$doctype in xml_domit_parser.php
$documentElement
DOMIT_Document::$documentElement in xml_domit_parser.php
$doExpandEmptyElementTags
$doResolveErrors
DOMIT_Document::$doResolveErrors in xml_domit_parser.php
dataElement
DOMIT_Parser::dataElement() in xml_domit_parser.php
Catches a data event and processes the text
defaultDataElement
DOMIT_Parser::defaultDataElement() in xml_domit_parser.php
Catches a default data event and processes the data
deleteData
DOMIT_CharacterData::deleteData() in xml_domit_parser.php
Deletes a subset of the current node text
doctypeElement
DOMIT_Parser::doctypeElement() in xml_domit_parser.php
Catches a doctype event and processes the data
DOMIT_Attr
DOMIT_Attr in xml_domit_parser.php
A class representing the Attr node
DOMIT_Attr
DOMIT_Attr::DOMIT_Attr() in xml_domit_parser.php
DOM Attr node constructor
DOMIT_CDATASection
DOM CDATA Section node constructor
DOMIT_CDATASection
DOMIT_CDATASection in xml_domit_parser.php
A class representing the DOM CDATA Section
DOMIT_CharacterData
Prevents direct instantiation of DOMIT_CharacterData class
DOMIT_CharacterData
DOMIT_CharacterData in xml_domit_parser.php
A parent class for Text and CDATA Section nodes
DOMIT_ChildNodes_Interface
DOMIT_ChildNodes_Interface in xml_domit_parser.php
A parent class for nodes which possess child nodes
DOMIT_ChildNodes_Interface
Raises error if abstract class is directly instantiated
DOMIT_Comment
DOMIT_Comment in xml_domit_parser.php
A class representing the DOM Comment node
DOMIT_Comment
DOMIT_Comment::DOMIT_Comment() in xml_domit_parser.php
DOM Comment node constructor
DOMIT_Document
DOMIT_Document::DOMIT_Document() in xml_domit_parser.php
DOM Document constructor
DOMIT_Document
DOMIT_Document in xml_domit_parser.php
A class representing the DOM Document
DOMIT_DocumentFragment
DOM Document Fragment node constructor
DOMIT_DocumentFragment
DOMIT_DocumentFragment in xml_domit_parser.php
A class representing the DOM Document Fragment node
DOMIT_DocumentType
DOMIT_DocumentType in xml_domit_parser.php
A class representing the DOM Document Type node
DOMIT_DocumentType
DOM Document Type node constructor
DOMIT_Element
DOMIT_Element in xml_domit_parser.php
A class representing the DOM Element
DOMIT_Element
DOMIT_Element::DOMIT_Element() in xml_domit_parser.php
DOM Element constructor
DOMIT_Node
DOMIT_Node::DOMIT_Node() in xml_domit_parser.php
Raises error if abstract class is directly instantiated
DOMIT_Node
DOMIT_Node in xml_domit_parser.php
The base class of all DOMIT node types
DOMIT_Notation
DOMIT_Notation::DOMIT_Notation() in xml_domit_parser.php
DOM Notation node constructor (NOT YET IMPLEMENTED!)
DOMIT_Notation
DOMIT_Notation in xml_domit_parser.php
A class representing the DOM Notation node (NOT YET IMPLEMENTED!)
DOMIT_Parser
DOMIT_Parser in xml_domit_parser.php
Manages the generation of a DOMIT! document from SAX events
DOMIT_ProcessingInstruction
DOMIT_ProcessingInstruction in xml_domit_parser.php
A class representing the DOM Processing Instruction node
DOMIT_ProcessingInstruction
DOM Processing Instruction node constructor
DOMIT_TextNode
DOMIT_TextNode::DOMIT_TextNode() in xml_domit_parser.php
DOM Text Node constructor
DOMIT_TextNode
DOMIT_TextNode in xml_domit_parser.php
A class representing the DOM Text Node
DOMIT_VERSION
DOMIT_VERSION in xml_domit_parser.php
current version of DOMIT!
DOMIT_XML_NAMESPACE
DOMIT_XML_NAMESPACE in xml_domit_parser.php
current version of SAXY
dumpTextNode
DOMIT_Parser::dumpTextNode() in xml_domit_parser.php
Generates and appends a new text node from the parseContainer text
e
top
evaluateCharacter
domit_doctor::evaluateCharacter() in xml_domit_doctor.php
Evaluates whether an ampersand should be converted to an entity, and performs the conversion
$errorCode
DOMIT_Lite_Document::$errorCode in xml_domit_lite_parser.php
$errorString
DOMIT_Lite_Document::$errorString in xml_domit_lite_parser.php
$expandEmptyElementExceptions
endElement
DOMIT_Lite_Parser::endElement() in xml_domit_lite_parser.php
Catches an end element event and processes the data
expandEmptyElementTags
Specifies whether elements tags will be rendered to string as <element></element> rather than <element/>
$elements
DOMIT_DocumentType::$elements in xml_domit_parser.php
$entities
DOMIT_DocumentType::$entities in xml_domit_parser.php
$errorCode
DOMIT_Document::$errorCode in xml_domit_parser.php
$errorString
DOMIT_Document::$errorString in xml_domit_parser.php
$expandEmptyElementExceptions
endElement
DOMIT_Parser::endElement() in xml_domit_parser.php
Catches an end element event and processes the data
endNamespaceDeclaration
Catches an end namespace declaration event
expandEmptyElementTags
Specifies whether elements tags will be rendered to string as <element></element> rather than <element/>
f
top
fixAmpersands
domit_doctor::fixAmpersands() in xml_domit_doctor.php
Looks for illegal ampersands and converts them to entities
forHTML
DOMIT_Utilities::forHTML() in xml_domit_utilities.php
Formats a string for presentation as HTML
forHTML
DOMIT_NodeList::forHTML() in xml_domit_nodemaps.php
Formats a string for presentation as HTML
forHTML
DOMIT_NamedNodeMap::forHTML() in xml_domit_nodemaps.php
Formats a string for presentation as HTML
fromArray
DOMIT_Utilities::fromArray() in xml_domit_utilities.php
Generates a node tree from an array and appends it to the specified document or node
fromCache
DOMIT_cache::fromCache() in xml_domit_cache.php
Unserializes a cached DOMIT! document
$firstChild
DOMIT_Lite_Node::$firstChild in xml_domit_lite_parser.php
forHTML
DOMIT_Lite_Node::forHTML() in xml_domit_lite_parser.php
Formats a string for presentation as HTML
$firstChild
DOMIT_Node::$firstChild in xml_domit_parser.php
forHTML
DOMIT_Node::forHTML() in xml_domit_parser.php
Formats a string for presentation as HTML
g
top
generateUID
UIDGenerator::generateUID() in xml_domit_shared.php
Generates a unique id
getIndentation
DOMIT_Utilities::getIndentation() in xml_domit_utilities.php
Returns the indentation required for the specified node level
getKeyNS
DOMIT_NamedNodeMap::getKeyNS() in xml_domit_nodemaps.php
Returns the key of the NamedNodeMap, given the namespaceURI and localName
getLength
DOMIT_NamedNodeMap::getLength() in xml_domit_nodemaps.php
Returns the number of nodes in the map
getLength
DOMIT_NodeList::getLength() in xml_domit_nodemaps.php
Returns the number of nodes in the list
getNamedItem
DOMIT_NamedNodeMap::getNamedItem() in xml_domit_nodemaps.php
Gets a node with the specifed name
getNamedItemNS
DOMIT_NamedNodeMap::getNamedItemNS() in xml_domit_nodemaps.php
Gets a node with the specifed name, taking into account namespaces
getNormalizedElementString
Gets a normalized (formatted for readability) representation of the current element
getNormalizedString
DOMIT_Utilities::getNormalizedString() in xml_domit_utilities.php
Gets a normalized (formatted for readability) representation of the current node
GET_ELEMENTS_BY_PATH_SEARCH_ABSOLUTE
GET_ELEMENTS_BY_PATH_SEARCH_ABSOLUTE in xml_domit_getelementsbypath.php
Constant for an absolute path search (starting at the document root)
GET_ELEMENTS_BY_PATH_SEARCH_RELATIVE
GET_ELEMENTS_BY_PATH_SEARCH_RELATIVE in xml_domit_getelementsbypath.php
Constant for a relative path search (starting at the level of the calling node)
GET_ELEMENTS_BY_PATH_SEARCH_VARIABLE
GET_ELEMENTS_BY_PATH_SEARCH_VARIABLE in xml_domit_getelementsbypath.php
Constant for a variable path search (finds all matches, regardless of place in the hierarchy)
GET_ELEMENTS_BY_PATH_SEPARATOR
GET_ELEMENTS_BY_PATH_SEPARATOR in xml_domit_getelementsbypath.php
Separator for elements path
getAttribute
DOMIT_Lite_Element::getAttribute() in xml_domit_lite_parser.php
Gets the value of the specified attribute, if it exists
getChildNodeIndex
DOMIT_Lite_Node::getChildNodeIndex() in xml_domit_lite_parser.php
Returns the index of the specified node in a childNodes list
getDocType
DOMIT_Lite_Document::getDocType() in xml_domit_lite_parser.php
Returns the doctype text
getDOMImplementation
DOMIT_Lite_Document::getDOMImplementation() in xml_domit_lite_parser.php
Returns a reference to the DOMIT_DOMImplementation object
getElementsByAttribute
Searches the element tree for an element with the specified attribute name and value.
getElementsByPath
DOMIT_Lite_Node::getElementsByPath() in xml_domit_lite_parser.php
Retrieves an element or DOMIT_NodeList of elements corresponding to an Xpath-like expression.
getElementsByPath
DOMIT_Lite_Document::getElementsByPath() in xml_domit_lite_parser.php
Retrieves an element or DOMIT_NodeList of elements corresponding to an Xpath-like expression.
getElementsByPath
DOMIT_Lite_Element::getElementsByPath() in xml_domit_lite_parser.php
Retrieves an element or DOMIT_NodeList of elements corresponding to an Xpath-like expression.
getElementsByTagName
DOMIT_Lite_Document::getElementsByTagName() in xml_domit_lite_parser.php
Retrieves a NodeList of child elements with the specified tag name
getElementsByTagName
DOMIT_Lite_Element::getElementsByTagName() in xml_domit_lite_parser.php
Retrieves a NodeList of child elements with the specified tag name
getErrorCode
DOMIT_Lite_Document::getErrorCode() in xml_domit_lite_parser.php
Returns the error code from the underlying SAX parser
getErrorString
DOMIT_Lite_Document::getErrorString() in xml_domit_lite_parser.php
Returns the error string from the underlying SAX parser
getNamedElements
DOMIT_Lite_Node::getNamedElements() in xml_domit_lite_parser.php
Adds elements with the specified tag name to a NodeList collection
getNamedElements
DOMIT_Lite_Element::getNamedElements() in xml_domit_lite_parser.php
Adds elements with the specified tag name to a NodeList collection
getTagName
DOMIT_Lite_Element::getTagName() in xml_domit_lite_parser.php
Returns the tag name of the element
getText
DOMIT_Lite_Node::getText() in xml_domit_lite_parser.php
Returns the concatented text of the current node and its children
getText
DOMIT_Lite_TextNode::getText() in xml_domit_lite_parser.php
Returns the text contained in the current node
getText
DOMIT_Lite_Document::getText() in xml_domit_lite_parser.php
Returns the concatented text of the current node and its children
getText
DOMIT_Lite_Element::getText() in xml_domit_lite_parser.php
Returns the concatented text of the current node and its children
getTextFromFile
DOMIT_Lite_Document::getTextFromFile() in xml_domit_lite_parser.php
Retrieves text from a file
getVersion
DOMIT_Lite_Document::getVersion() in xml_domit_lite_parser.php
Returns the current version of DOMIT! Lite
getXMLDeclaration
DOMIT_Lite_Document::getXMLDeclaration() in xml_domit_lite_parser.php
Returns the xml declaration text
getAttribute
DOMIT_Element::getAttribute() in xml_domit_parser.php
Gets the value of the specified attribute, if it exists
getAttributeNode
DOMIT_Element::getAttributeNode() in xml_domit_parser.php
Gets a reference to the specified attribute node
getAttributeNodeNS
DOMIT_Element::getAttributeNodeNS() in xml_domit_parser.php
Gets a reference to the specified attribute node
getAttributeNS
DOMIT_Element::getAttributeNS() in xml_domit_parser.php
Gets the value of the attribute with the specified namespaceURI and localName, if it exists
getChildNodeIndex
DOMIT_Node::getChildNodeIndex() in xml_domit_parser.php
Returns the index of the specified node in a childNodes list
getData
Returns the processing instruction data
getData
DOMIT_CharacterData::getData() in xml_domit_parser.php
Gets the node value of the current text node
getDocType
DOMIT_Document::getDocType() in xml_domit_parser.php
Returns a doctype object
getDOMImplementation
Returns a reference to the DOMIT_DOMImplementation object
getElementByID
DOMIT_Document::getElementByID() in xml_domit_parser.php
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
DOMIT_Node::getElementsByPath() in xml_domit_parser.php
Retrieves an element or DOMIT_NodeList of elements corresponding to an Xpath-like expression.
getElementsByPath
DOMIT_Document::getElementsByPath() in xml_domit_parser.php
Retrieves an element or DOMIT_NodeList of elements corresponding to an Xpath-like expression.
getElementsByPath
DOMIT_Element::getElementsByPath() in xml_domit_parser.php
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
DOMIT_Document::getErrorCode() in xml_domit_parser.php
Returns the error code from the underlying SAX parser
getErrorString
DOMIT_Document::getErrorString() in xml_domit_parser.php
Returns the error string from the underlying SAX parser
getLength
DOMIT_CharacterData::getLength() in xml_domit_parser.php
Gets the length of the text in the current node
getName
DOMIT_Attr::getName() in xml_domit_parser.php
Returns the name of the attribute
getName
DOMIT_DocumentType::getName() in xml_domit_parser.php
Returns the name of the doctype node
getNamedElements
DOMIT_Element::getNamedElements() in xml_domit_parser.php
Adds elements with the specified tag name to a NodeList collection
getNamedElements
DOMIT_Node::getNamedElements() in xml_domit_parser.php
Adds elements with the specified tag name to a NodeList collection
getNamedElementsNS
DOMIT_Element::getNamedElementsNS() in xml_domit_parser.php
Adds elements with the specified tag name to a NodeList collection
getNodesByNodeType
DOMIT_Document::getNodesByNodeType() in xml_domit_parser.php
Retrieves all child nodes of the specified nodeType
getNodesByNodeValue
Retrieves all child nodes of the specified nodeValue
getSpecified
DOMIT_Attr::getSpecified() in xml_domit_parser.php
Indicates whether an attribute has been modified since parsing
getTagName
DOMIT_Element::getTagName() in xml_domit_parser.php
Returns the tag name of the element
getTarget
Returns the processing instruction target
getText
Returns the text contained in the current node
getText
DOMIT_Node::getText() in xml_domit_parser.php
Returns the concatented text of the current node and its children
getText
DOMIT_TextNode::getText() in xml_domit_parser.php
Returns the text contained in the current node
getText
DOMIT_DocumentType::getText() in xml_domit_parser.php
Returns the text contained in the current node
getText
DOMIT_Comment::getText() in xml_domit_parser.php
Returns the text contained in the current node
getText
DOMIT_Element::getText() in xml_domit_parser.php
Returns the concatented text of the current node and its children
getText
DOMIT_Attr::getText() in xml_domit_parser.php
Returns the text contained in the current node
getText
DOMIT_Document::getText() in xml_domit_parser.php
Returns the concatented text of the current node and its children
getTextFromFile
DOMIT_Document::getTextFromFile() in xml_domit_parser.php
Retrieves text from a file
getTypedNodes
DOMIT_Element::getTypedNodes() in xml_domit_parser.php
Adds all child nodes of the specified nodeType to the NodeList
getTypedNodes
DOMIT_Node::getTypedNodes() in xml_domit_parser.php
Adds all child nodes of the specified nodeType to the NodeList
getValue
DOMIT_Attr::getValue() in xml_domit_parser.php
Returns the value of the attribute
getValuedNodes
DOMIT_Node::getValuedNodes() in xml_domit_parser.php
Adds all child nodes of the specified nodeValue to the NodeList
getValuedNodes
DOMIT_Element::getValuedNodes() in xml_domit_parser.php
Adds all child nodes of the specified nodeValue to the NodeList
getVersion
DOMIT_Document::getVersion() in xml_domit_parser.php
Returns the current version of DOMIT!
getXMLDeclaration
DOMIT_Document::getXMLDeclaration() in xml_domit_parser.php
Returns the xml declaration processing instruction
h
top
hasFeature
$httpConnection
DOMIT_Lite_Document::$httpConnection in xml_domit_lite_parser.php
hasAttribute
DOMIT_Lite_Element::hasAttribute() in xml_domit_lite_parser.php
Determines whether an attribute with the specified name exists
hasChildNodes
DOMIT_Lite_Node::hasChildNodes() in xml_domit_lite_parser.php
Determines whether a node has any children
$httpConnection
DOMIT_Document::$httpConnection in xml_domit_parser.php
hasAttribute
DOMIT_Element::hasAttribute() in xml_domit_parser.php
Determines whether an attribute with the specified name exists
hasAttributeNS
DOMIT_Element::hasAttributeNS() in xml_domit_parser.php
Determines whether an attribute with the specified namespaceURI and localName exists
hasAttributes
DOMIT_Element::hasAttributes() in xml_domit_parser.php
Determines whether the element has any atributes
hasAttributes
DOMIT_Node::hasAttributes() in xml_domit_parser.php
Determines whether a node has any attributes
hasChildNodes
DOMIT_Node::hasChildNodes() in xml_domit_parser.php
Determines whether a node has any children
i
top
$indexedNodeMap
DOMIT_NamedNodeMap::$indexedNodeMap in xml_domit_nodemaps.php
$isDirty
DOMIT_NamedNodeMap::$isDirty in xml_domit_nodemaps.php
isTextNode
DOMIT_Utilities::isTextNode() in xml_domit_utilities.php
Determines whether the specified node is a Text node
item
DOMIT_NamedNodeMap::item() in xml_domit_nodemaps.php
Return the node at the specified index
item
DOMIT_NodeList::item() in xml_domit_nodemaps.php
Return the node at the specified index
$implementation
DOMIT_Lite_Document::$implementation in xml_domit_lite_parser.php
$inCDATASection
DOMIT_Lite_Parser::$inCDATASection in xml_domit_lite_parser.php
$inTextNode
DOMIT_Lite_Parser::$inTextNode in xml_domit_lite_parser.php
insertBefore
DOMIT_Lite_Document::insertBefore() in xml_domit_lite_parser.php
Inserts a node to the childNodes list of the current node
insertBefore
Inserts a node to the childNodes list of the current node
insertBefore
DOMIT_Lite_Node::insertBefore() in xml_domit_lite_parser.php
Inserts a node to the childNodes list of the current node
$implementation
DOMIT_Document::$implementation in xml_domit_parser.php
$inCDATASection
DOMIT_Parser::$inCDATASection in xml_domit_parser.php
$internalSubset
DOMIT_DocumentType::$internalSubset in xml_domit_parser.php
$inTextNode
DOMIT_Parser::$inTextNode in xml_domit_parser.php
$isModified
DOMIT_Document::$isModified in xml_domit_parser.php
$isNamespaceAware
DOMIT_Document::$isNamespaceAware in xml_domit_parser.php
importNode
DOMIT_Document::importNode() in xml_domit_parser.php
Imports a node (and optionally its children) from another DOM Document
insertBefore
DOMIT_Document::insertBefore() in xml_domit_parser.php
Inserts a node to the childNodes list of the current node
insertBefore
DOMIT_Node::insertBefore() in xml_domit_parser.php
Inserts a node to the childNodes list of the current node
insertBefore
Inserts a node to the childNodes list of the current node
insertData
DOMIT_CharacterData::insertData() in xml_domit_parser.php
Inserts text at the sepecified offset
isSupported
DOMIT_Node::isSupported() in xml_domit_parser.php
Indicates whether the specified feature is supported by the DOM implementation and this node
l
top
$lastChild
DOMIT_Lite_Node::$lastChild in xml_domit_lite_parser.php
$lastChild
DOMIT_Lite_Parser::$lastChild in xml_domit_lite_parser.php
load
DOMIT_Lite_Document::load() in xml_domit_lite_parser.php
Manages the firing of the onLoad() event
loadXML
DOMIT_Lite_Document::loadXML() in xml_domit_lite_parser.php
Parses an xml file
loadXML_utf8
DOMIT_Lite_Document::loadXML_utf8() in xml_domit_lite_parser.php
Parses an xml file; first encodes text as UTF-8
$lastChild
DOMIT_Parser::$lastChild in xml_domit_parser.php
$lastChild
DOMIT_Node::$lastChild in xml_domit_parser.php
$localname
DOMIT_Node::$localname in xml_domit_parser.php
load
DOMIT_Document::load() in xml_domit_parser.php
Manages the firing of the onLoad() event
loadXML
DOMIT_Document::loadXML() in xml_domit_parser.php
Parses an xml file
n
top
$nodeList
DOMIT_GetElementsByPath::$nodeList in xml_domit_getelementsbypath.php
$nodeList
DOMIT_GetElementsByAttributePath::$nodeList in xml_domit_getelementsbypath.php
$nextSibling
DOMIT_Lite_Node::$nextSibling in xml_domit_lite_parser.php
$nodeName
DOMIT_Lite_Node::$nodeName in xml_domit_lite_parser.php
$nodeType
DOMIT_Lite_Node::$nodeType in xml_domit_lite_parser.php
$nodeValue
DOMIT_Lite_Node::$nodeValue in xml_domit_lite_parser.php
normalize
DOMIT_Lite_Element::normalize() in xml_domit_lite_parser.php
Collapses adjacent text nodes in entire element subtree
nvl
DOMIT_Lite_Node::nvl() in xml_domit_lite_parser.php
Tests whether a value is null, and if so, returns a default value
$name
DOMIT_DocumentType::$name in xml_domit_parser.php
$namespaceURI
DOMIT_Node::$namespaceURI in xml_domit_parser.php
$namespaceURIMap
DOMIT_Parser::$namespaceURIMap in xml_domit_parser.php
$nextSibling
DOMIT_Node::$nextSibling in xml_domit_parser.php
$nodeName
DOMIT_Node::$nodeName in xml_domit_parser.php
$nodeType
DOMIT_Node::$nodeType in xml_domit_parser.php
$nodeValue
DOMIT_Node::$nodeValue in xml_domit_parser.php
$notations
DOMIT_DocumentType::$notations in xml_domit_parser.php
normalize
DOMIT_Node::normalize() in xml_domit_parser.php
Collapses adjacent text nodes in entire node subtree
normalize
DOMIT_Element::normalize() in xml_domit_parser.php
Collapses adjacent text nodes in entire element subtree
notationElement
DOMIT_Parser::notationElement() in xml_domit_parser.php
Catches a notation node event and processes the data
nvl
DOMIT_Node::nvl() in xml_domit_parser.php
Tests whether a value is null, and if so, returns a default value
o
top
$ownerDocument
DOMIT_Lite_Node::$ownerDocument in xml_domit_lite_parser.php
onLoad
DOMIT_Lite_Node::onLoad() in xml_domit_lite_parser.php
A node event that can be set to fire upon document loading, used for node initialization
$ownerDocument
DOMIT_Node::$ownerDocument in xml_domit_parser.php
$ownerElement
DOMIT_Attr::$ownerElement in xml_domit_parser.php
onLoad
DOMIT_Node::onLoad() in xml_domit_parser.php
A node event that can be set to fire upon document loading, used for node initialization
p
top
parsePattern
DOMIT_GetElementsByAttributePath::parsePattern() in xml_domit_getelementsbypath.php
Matches the current path segment against the child nodes of the current context node
parsePattern
DOMIT_GetElementsByPath::parsePattern() in xml_domit_getelementsbypath.php
Parses the supplied "path"-based pattern
printUTF8Header
DOMIT_Utilities::printUTF8Header() in xml_domit_utilities.php
Set the browser header to interpret data as UTF-8 formatted
$parentNode
DOMIT_Lite_Node::$parentNode in xml_domit_lite_parser.php
$parseContainer
DOMIT_Lite_Parser::$parseContainer in xml_domit_lite_parser.php
$parseItem
DOMIT_Lite_Parser::$parseItem in xml_domit_lite_parser.php
$parser
DOMIT_Lite_Document::$parser in xml_domit_lite_parser.php
$preserveCDATA
DOMIT_Lite_Parser::$preserveCDATA in xml_domit_lite_parser.php
$previousSibling
DOMIT_Lite_Node::$previousSibling in xml_domit_lite_parser.php
parse
DOMIT_Lite_Parser::parse() in xml_domit_lite_parser.php
Parses xml text using Expat
parsedBy
DOMIT_Lite_Document::parsedBy() in xml_domit_lite_parser.php
Indicates the SAX parser used to parse the current document
parseSAXY
DOMIT_Lite_Parser::parseSAXY() in xml_domit_lite_parser.php
Parses xml text using SAXY
parseXML
DOMIT_Lite_Document::parseXML() in xml_domit_lite_parser.php
Parses an xml string
parseXML_utf8
DOMIT_Lite_Document::parseXML_utf8() in xml_domit_lite_parser.php
Parses an xml string; first encodes string as UTF-8
$parentNode
DOMIT_Node::$parentNode in xml_domit_parser.php
$parseContainer
DOMIT_Parser::$parseContainer in xml_domit_parser.php
$parseItem
DOMIT_Parser::$parseItem in xml_domit_parser.php
$parser
DOMIT_Document::$parser in xml_domit_parser.php
$prefix
DOMIT_Node::$prefix in xml_domit_parser.php
$preserveCDATA
DOMIT_Parser::$preserveCDATA in xml_domit_parser.php
$preserveWhiteSpace
DOMIT_Document::$preserveWhiteSpace in xml_domit_parser.php
$previousSibling
DOMIT_Node::$previousSibling in xml_domit_parser.php
$publicID
DOMIT_DocumentType::$publicID in xml_domit_parser.php
parse
DOMIT_Parser::parse() in xml_domit_parser.php
Parses xml text using Expat
parsedBy
DOMIT_Document::parsedBy() in xml_domit_parser.php
Indicates the SAX parser used to parse the current document
parseSAXY
DOMIT_Parser::parseSAXY() in xml_domit_parser.php
Parses xml text using SAXY
parseXML
DOMIT_Document::parseXML() in xml_domit_parser.php
Parses an xml string
processingInstructionElement
Catches a processing instruction node event and processes the data
r
top
raiseException
DOMIT_DOMException::raiseException() in xml_domit_shared.php
Raises the specified exception
reindexNodeMap
DOMIT_NamedNodeMap::reindexNodeMap() in xml_domit_nodemaps.php
Reindexes the numerical index for the named node map
removeExtension
DOMIT_Utilities::removeExtension() in xml_domit_utilities.php
Removes the extension from the specified file name
removeFromCache
DOMIT_cache::removeFromCache() in xml_domit_cache.php
Removes a cache of the specified document
removeNamedItem
DOMIT_NamedNodeMap::removeNamedItem() in xml_domit_nodemaps.php
Removes a node from the list, by name
removeNamedItemNS
DOMIT_NamedNodeMap::removeNamedItemNS() in xml_domit_nodemaps.php
Removes a node from the list, by name, by local name and namespace URI
removeNode
DOMIT_NodeList::removeNode() in xml_domit_nodemaps.php
Removes the specified node from the list
removeAttribute
DOMIT_Lite_Element::removeAttribute() in xml_domit_lite_parser.php
Removes the specified attribute
removeChild
DOMIT_Lite_Node::removeChild() in xml_domit_lite_parser.php
Removes a node from the childNodes list of the current node
removeChild
DOMIT_Lite_Document::removeChild() in xml_domit_lite_parser.php
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
DOMIT_Lite_Document::replaceChild() in xml_domit_lite_parser.php
Replaces a node with another
replaceChild
DOMIT_Lite_Node::replaceChild() in xml_domit_lite_parser.php
Replaces a node with another
resolveErrors
DOMIT_Lite_Document::resolveErrors() in xml_domit_lite_parser.php
Specifies whether DOMIT! Lite will try to fix invalid XML before parsing begins
removeAttribute
DOMIT_Element::removeAttribute() in xml_domit_parser.php
Removes the specified attribute
removeAttributeNode
DOMIT_Element::removeAttributeNode() in xml_domit_parser.php
Removes an attribute node from the current element
removeAttributeNS
DOMIT_Element::removeAttributeNS() in xml_domit_parser.php
Removes the specified attribute
removeChild
DOMIT_Document::removeChild() in xml_domit_parser.php
Removes a node from the childNodes list of the current node
removeChild
DOMIT_Node::removeChild() in xml_domit_parser.php
Removes a node from the childNodes list of the current node
removeChild
Removes a node from the childNodes list of the current node
replaceChild
DOMIT_Node::replaceChild() in xml_domit_parser.php
Replaces a node with another
replaceChild
DOMIT_Document::replaceChild() in xml_domit_parser.php
Replaces a node with another
replaceChild
Replaces a node with another
replaceData
DOMIT_CharacterData::replaceData() in xml_domit_parser.php
Replaces a subset of the current node text with the specified text
resolveErrors
DOMIT_Document::resolveErrors() in xml_domit_parser.php
Specifies whether DOMIT! will try to fix invalid XML before parsing begins
s
top
$searchType
DOMIT_GetElementsByPath::$searchType in xml_domit_getelementsbypath.php
$seed
UIDGenerator::$seed in xml_domit_shared.php
selectNamedChild
DOMIT_GetElementsByPath::selectNamedChild() in xml_domit_getelementsbypath.php
Matches the current path segment against the child nodes of the current context node
setContextNode
DOMIT_GetElementsByPath::setContextNode() in xml_domit_getelementsbypath.php
Sets the context node, i.e., the node from which the search begins
setNamedItem
DOMIT_NamedNodeMap::setNamedItem() in xml_domit_nodemaps.php
Assigns a node to the list
setNamedItemNS
DOMIT_NamedNodeMap::setNamedItemNS() in xml_domit_nodemaps.php
Assigns a node to the list, using its namespaceURI and localName
splitPattern
DOMIT_GetElementsByPath::splitPattern() in xml_domit_getelementsbypath.php
Splits the supplied pattern into searchable segments
saveTextToFile
DOMIT_Lite_Document::saveTextToFile() in xml_domit_lite_parser.php
Saves text to a file
saveXML
DOMIT_Lite_Document::saveXML() in xml_domit_lite_parser.php
Saves the current DOM document as an xml file
saveXML_utf8
DOMIT_Lite_Document::saveXML_utf8() in xml_domit_lite_parser.php
Saves the current DOM document as an xml file; first encodes text as UTF-8
setAttribute
DOMIT_Lite_Element::setAttribute() in xml_domit_lite_parser.php
Sets the value of the specified attribute; creates a new attribute if one doesn't exist
setAuthorization
DOMIT_Lite_Document::setAuthorization() in xml_domit_lite_parser.php
Specifies basic authentication for an http connection
setConnection
DOMIT_Lite_Document::setConnection() in xml_domit_lite_parser.php
Specifies the parameters of the http conection used to obtain the xml data
setDocumentElement
DOMIT_Lite_Document::setDocumentElement() in xml_domit_lite_parser.php
Set the specified node as document element
setOwnerDocument
DOMIT_Lite_Node::setOwnerDocument() in xml_domit_lite_parser.php
Sets the ownerDocument property of a node to the containing DOMIT_Document
setProxyAuthorization
Specifies basic authentication for the proxy
setProxyConnection
DOMIT_Lite_Document::setProxyConnection() in xml_domit_lite_parser.php
Specifies that a proxy is to be used to obtain the xml data
setText
DOMIT_Lite_Element::setText() in xml_domit_lite_parser.php
If a child text node exists, sets the nodeValue to $data. A child text node is created if none exists
setText
DOMIT_Lite_TextNode::setText() in xml_domit_lite_parser.php
Sets the text contained in the current node to $data.
setXMLDeclaration
DOMIT_Lite_Document::setXMLDeclaration() in xml_domit_lite_parser.php
Returns the xml declaration text
startElement
DOMIT_Lite_Parser::startElement() in xml_domit_lite_parser.php
Catches a start element event and processes the data
$specified
DOMIT_Attr::$specified in xml_domit_parser.php
$systemID
DOMIT_DocumentType::$systemID in xml_domit_parser.php
saveTextToFile
DOMIT_Document::saveTextToFile() in xml_domit_parser.php
Saves text to a file
saveXML
DOMIT_Document::saveXML() in xml_domit_parser.php
Saves the current DOM document as an xml file
selectNodes
Performs an XPath query
setAttribute
DOMIT_Element::setAttribute() in xml_domit_parser.php
Sets the value of the specified attribute; creates a new attribute if one doesn't exist
setAttributeNode
DOMIT_Element::setAttributeNode() in xml_domit_parser.php
Adds an attribute node to the current element
setAttributeNodeNS
DOMIT_Element::setAttributeNodeNS() in xml_domit_parser.php
Adds an attribute node to the current element (namespace aware)
setAttributeNS
DOMIT_Element::setAttributeNS() in xml_domit_parser.php
Sets the value of the specified attribute; creates a new attribute if one doesn't exist
setAuthorization
DOMIT_Document::setAuthorization() in xml_domit_parser.php
Specifies basic authentication for an http connection
setConnection
DOMIT_Document::setConnection() in xml_domit_parser.php
Specifies the parameters of the http conection used to obtain the xml data
setDocumentElement
DOMIT_Document::setDocumentElement() in xml_domit_parser.php
Set the specified node as document element
setNamespaceAwareness
Specifies whether DOMIT! processes namespace information
setOwnerDocument
DOMIT_Node::setOwnerDocument() in xml_domit_parser.php
Sets the ownerDocument property of a node to the containing DOMIT_Document
setProxyAuthorization
Specifies basic authentication for the proxy
setProxyConnection
DOMIT_Document::setProxyConnection() in xml_domit_parser.php
Specifies that a proxy is to be used to obtain the xml data
setText
DOMIT_TextNode::setText() in xml_domit_parser.php
Sets the text contained in the current node to $data.
setText
DOMIT_Element::setText() in xml_domit_parser.php
If a child text node exists, sets the nodeValue to $data. A child text node is created if none exists
setText
DOMIT_Attr::setText() in xml_domit_parser.php
Sets the text contained in the current node to $data.
setText
DOMIT_Comment::setText() in xml_domit_parser.php
Sets the text contained in the current node to $data.
setValue
DOMIT_Attr::setValue() in xml_domit_parser.php
Sets the value of the attribute
splitText
DOMIT_TextNode::splitText() in xml_domit_parser.php
Splits a single node into multiple nodes, based on the specified offset
startElement
DOMIT_Parser::startElement() in xml_domit_parser.php
Catches a start element event and processes the data
startElementNS
DOMIT_Parser::startElementNS() in xml_domit_parser.php
Catches a start element event and processes the data
startNamespaceDeclaration
Catches a start namespace declaration event and processes the data
substringData
DOMIT_CharacterData::substringData() in xml_domit_parser.php
Gets a subset of the current node text
t
top
$targetIndex
DOMIT_GetElementsByPath::$targetIndex in xml_domit_getelementsbypath.php
toArray
DOMIT_NodeList::toArray() in xml_domit_nodemaps.php
Generates an array representation of the node and its children
toArray
DOMIT_NamedNodeMap_Attr::toArray() in xml_domit_nodemaps.php
Generates an array representation of the node and its children
toArray
DOMIT_NamedNodeMap::toArray() in xml_domit_nodemaps.php
Generates an array representation of the node and its children
toCache
DOMIT_cache::toCache() in xml_domit_cache.php
Serializes and caches the specified DOMIT! document
toNormalizedString
DOMIT_Utilities::toNormalizedString() in xml_domit_utilities.php
Generates a normalized (formatted for readability) representation of the node and its children
toString
DOMIT_NodeList::toString() in xml_domit_nodemaps.php
Generates a string representation of the node and its children
toString
DOMIT_NamedNodeMap_Attr::toString() in xml_domit_nodemaps.php
Generates a string representation of the node and its children
toString
DOMIT_NamedNodeMap::toString() in xml_domit_nodemaps.php
Generates a string representation of the node and its children
toArray
DOMIT_Lite_Element::toArray() in xml_domit_lite_parser.php
Generates an array representation of the node and its children
toArray
DOMIT_Lite_Node::toArray() in xml_domit_lite_parser.php
Generates an array representation of the node and its children
toArray
DOMIT_Lite_Document::toArray() in xml_domit_lite_parser.php
Generates an array representation of the node and its children
toArray
DOMIT_Lite_TextNode::toArray() in xml_domit_lite_parser.php
Generates an array representation of the node and its children
toNormalizedString
DOMIT_Lite_Node::toNormalizedString() in xml_domit_lite_parser.php
Generates a normalized (formatted for readability) representation of the node and its children
toString
DOMIT_Lite_TextNode::toString() in xml_domit_lite_parser.php
Generates a string representation of the node and its children
toString
DOMIT_Lite_Element::toString() in xml_domit_lite_parser.php
Generates a string representation of the node and its children
toString
DOMIT_Lite_Document::toString() in xml_domit_lite_parser.php
Generates a string representation of the node and its children
toString
DOMIT_Lite_CDATASection::toString() in xml_domit_lite_parser.php
Generates a string representation of the node and its children
$text
DOMIT_DocumentType::$text in xml_domit_parser.php
toArray
DOMIT_Element::toArray() in xml_domit_parser.php
Generates an array representation of the node and its children
toArray
DOMIT_Node::toArray() in xml_domit_parser.php
Generates an array representation of the node and its children
toArray
Generates an array representation of the node and its children
toArray
DOMIT_TextNode::toArray() in xml_domit_parser.php
Generates an array representation of the node and its children
toArray
DOMIT_DocumentFragment::toArray() in xml_domit_parser.php
Generates an array representation of the node and its children
toArray
DOMIT_DocumentType::toArray() in xml_domit_parser.php
Generates an array representation of the node and its children
toArray
DOMIT_Document::toArray() in xml_domit_parser.php
Generates an array representation of the node and its children
toArray
DOMIT_Comment::toArray() in xml_domit_parser.php
Generates an array representation of the node and its children
toNormalizedString
DOMIT_Node::toNormalizedString() in xml_domit_parser.php
Generates a normalized (formatted for readability) representation of the node and its children
toString
DOMIT_CDATASection::toString() in xml_domit_parser.php
Generates a string representation of the node and its children
toString
DOMIT_TextNode::toString() in xml_domit_parser.php
Generates a string representation of the node and its children
toString
Generates a string representation of the node and its children
toString
DOMIT_Element::toString() in xml_domit_parser.php
Generates a string representation of the node and its children
toString
DOMIT_Document::toString() in xml_domit_parser.php
Generates a string representation of the node and its children
toString
DOMIT_Attr::toString() in xml_domit_parser.php
Generates a string representation of the node and its children
toString
DOMIT_DocumentType::toString() in xml_domit_parser.php
Generates a string representation of the node and its children
toString
DOMIT_DocumentFragment::toString() in xml_domit_parser.php
Generates a string representation of the node and its children
toString
DOMIT_Comment::toString() in xml_domit_parser.php
Generates a string representation of the node and its children
u
top
UIDGenerator
UIDGenerator::UIDGenerator() in xml_domit_shared.php
UIDGenerator constructor
UIDGenerator
UIDGenerator in xml_domit_shared.php
Generates unique ids for each node
$uid
DOMIT_Lite_Node::$uid in xml_domit_lite_parser.php
$uid
DOMIT_Node::$uid in xml_domit_parser.php
v
top
validateXML
DOMIT_Utilities::validateXML() in xml_domit_utilities.php
Determines whether the XML string is valid (NOT FULLY IMPLEMENTED!)
x
top
xml_domit_cache.php
xml_domit_cache.php in xml_domit_cache.php
xml_domit_doctor.php
xml_domit_doctor.php in xml_domit_doctor.php
xml_domit_getelementsbypath.php
xml_domit_getelementsbypath.php in xml_domit_getelementsbypath.php
xml_domit_include.php
xml_domit_include.php in xml_domit_include.php
xml_domit_nodemaps.php
xml_domit_nodemaps.php in xml_domit_nodemaps.php
xml_domit_shared.php
xml_domit_shared.php in xml_domit_shared.php
xml_domit_utilities.php
xml_domit_utilities.php in xml_domit_utilities.php
$xmlDeclaration
DOMIT_Lite_Document::$xmlDeclaration in xml_domit_lite_parser.php
$xmlDoc
DOMIT_Lite_Parser::$xmlDoc in xml_domit_lite_parser.php
xml_domit_lite_include.php
xml_domit_lite_include.php in xml_domit_lite_include.php
xml_domit_lite_parser.php
xml_domit_lite_parser.php in xml_domit_lite_parser.php
$xmlDeclaration
DOMIT_Document::$xmlDeclaration in xml_domit_parser.php
$xmlDoc
DOMIT_Parser::$xmlDoc in xml_domit_parser.php
xml_domit_parser.php
xml_domit_parser.php in xml_domit_parser.php
a c d e f g h i l n o p r s t u v x _