Class DomNamespaceNode

java.lang.Object
org.htmlunit.html.DomNode
org.htmlunit.html.DomNamespaceNode
All Implemented Interfaces:
Serializable, Cloneable, Node
Direct Known Subclasses:
DomAttr, DomElement

public abstract class DomNamespaceNode extends DomNode
Intermediate base class for DOM Nodes that have namespaces. That includes HtmlElement and HtmlAttr.
See Also: