Class Element

All Implemented Interfaces:
Child, Node, Parent, TextNode

public class Element extends NodeWithChildren implements Child, TextNode
An element in a XML document.

Elements can have attributes and they have children like a document.

See Also: