Class NodeContainer


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

      Fields 
      Modifier and Type Field Description
      private long id  
      private org.w3c.dom.Node node  
      private org.w3c.dom.NodeList nodeList  
    • Constructor Summary

      Constructors 
      Constructor Description
      NodeContainer​(long id, org.w3c.dom.Node node)  
      NodeContainer​(long id, org.w3c.dom.NodeList list)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      long getId()  
      org.w3c.dom.Node getNode()  
      org.w3c.dom.NodeList getNodeList()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • node

        private final org.w3c.dom.Node node
      • nodeList

        private final org.w3c.dom.NodeList nodeList
      • id

        private final long id
    • Constructor Detail

      • NodeContainer

        public NodeContainer​(long id,
                             org.w3c.dom.Node node)
      • NodeContainer

        public NodeContainer​(long id,
                             org.w3c.dom.NodeList list)
    • Method Detail

      • getNodeList

        public org.w3c.dom.NodeList getNodeList()
      • getNode

        public org.w3c.dom.Node getNode()
      • getId

        public long getId()