wt.dataops.archivesystem.tools
Class ReverseHierarchy
java.lang.Object
wt.dataops.archivesystem.tools.ReverseHierarchy
- class ReverseHierarchy
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DEBUG
private static final boolean DEBUG
- See Also:
- Constant Field Values
thisItem
private String thisItem
parents
private ArrayList parents
thisElem
private DTDElement thisElem
ATT
private static final String ATT
- See Also:
- Constant Field Values
ReverseHierarchy
public ReverseHierarchy(String thisItem)
ReverseHierarchy
public ReverseHierarchy(String thisItem,
DTDElement thisElem)
addParent
public void addParent(String parent)
addParent
public void addParent(ReverseHierarchy parent)
getInputAttributeFromSearch
public String getInputAttributeFromSearch()
getAttribute
public static String getAttribute(DTDAttribute attr)
print
public void print(XMLNode doc,
String spaces)