Represents a tagged XML element. Elements are characterized by having children, attributes, and names, and can themselves be children.
Constants
UNDEFINED = "UNDEFINED";
Attributes
[R] | attributes | Mechanisms for accessing attributes and child elements of this element. |
[R] | elements | Mechanisms for accessing attributes and child elements of this element. |
[RW] | context | The context holds information about the processing environment, such as whitespace handling. |