writer2latex.office
Class IndexMark

java.lang.Object
  extended by writer2latex.office.IndexMark

public final class IndexMark
extends java.lang.Object

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


Constructor Summary
IndexMark()
           
 
Method Summary
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)