Interface XmlNode

All Superinterfaces:
GenericNode<XmlNode>, Node, Reportable

public interface XmlNode extends GenericNode<XmlNode>
This interface represents all XML AST nodes. They are essentially thin wrappers around the underlying DOM nodes.
  • Method Details

    • getNode

      Node getNode()
      Provide access to the underlying DOM node.
      Returns:
      The DOM node.