Class NodeContainer

java.lang.Object
com.igormaznitsa.jcp.expression.functions.xml.NodeContainer

public class NodeContainer extends Object
It's a special auxiliary class to save XML node data in a preprocessor storage
  • Field Details

    • node

      private final Node node
    • nodeList

      private final NodeList nodeList
    • id

      private final long id
  • Constructor Details

    • NodeContainer

      public NodeContainer(long id, Node node)
    • NodeContainer

      public NodeContainer(long id, NodeList list)
  • Method Details

    • getNodeList

      public NodeList getNodeList()
    • getNode

      public Node getNode()
    • getId

      public long getId()