Class IndexMark


  • public final class IndexMark
    extends java.lang.Object

    This class contains static methods to read an index-mark.

    • Constructor Summary

      Constructors 
      Constructor Description
      IndexMark()  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static java.lang.String getIndexValue​(org.w3c.dom.Node node)  
      static java.lang.String getKey1​(org.w3c.dom.Node node)  
      static java.lang.String getKey2​(org.w3c.dom.Node node)  
      • Methods inherited from class java.lang.Object

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

      • IndexMark

        public IndexMark()
    • Method Detail

      • getIndexValue

        public static final java.lang.String getIndexValue​(org.w3c.dom.Node node)
      • getKey1

        public static final java.lang.String getKey1​(org.w3c.dom.Node node)
      • getKey2

        public static final java.lang.String getKey2​(org.w3c.dom.Node node)