Class DocumentDescriptor.Entry

    • Constructor Summary

      Constructors 
      Constructor Description
      Entry​(int hash, org.w3c.dom.Element element, int locationLine, int locationColumn, DocumentDescriptor.Entry next)
      Creates a new entry
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void cleared()  
      • Methods inherited from class java.lang.ref.Reference

        clear, clone, enqueue, get, isEnqueued, reachabilityFence
      • Methods inherited from class java.lang.Object

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

      • hash

        public int hash
        The hash code
      • locationLine

        public int locationLine
        The line number.
      • locationColumn

        public int locationColumn
        The column number.
    • Constructor Detail

      • Entry

        public Entry​(int hash,
                     org.w3c.dom.Element element,
                     int locationLine,
                     int locationColumn,
                     DocumentDescriptor.Entry next)
        Creates a new entry
    • Method Detail

      • cleared

        public void cleared()