XMLDOMParser Object Properties
See Also Example Applies To
Attributes
Attributes - Attributes of the base node.
Count
Count - The number of sub-nodes in the base node.
DTD
DTD - The Document Type Definition for the XML Document.
Level
Level - The base node's level in the tree.
NodeType
NodeType - The base node's type.
Position
Position - The base node's position in the XML file.
RawDocument
RawDocument - The raw document as a long string.
RootElement
RootElement - The root element for DTD validation.
ValidationRule
ValidationRule - The validation rule that is used to validate the file.
Value
Value - The value of the base node - whether it be the name or some data.
|