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

