Class MacGenerator.NodeEntry

  • Enclosing class:
    MacGenerator

    static class MacGenerator.NodeEntry
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      private java.util.ArrayList<org.w3c.dom.Node> children  
      private org.w3c.dom.Node parent  
    • Constructor Summary

      Constructors 
      Constructor Description
      NodeEntry​(org.w3c.dom.Node parent, java.util.ArrayList<org.w3c.dom.Node> children)  
    • Method Summary

      • Methods inherited from class java.lang.Object

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

      • parent

        private final org.w3c.dom.Node parent
      • children

        private final java.util.ArrayList<org.w3c.dom.Node> children
    • Constructor Detail

      • NodeEntry

        public NodeEntry​(org.w3c.dom.Node parent,
                         java.util.ArrayList<org.w3c.dom.Node> children)