wt.dataops.archivesystem.tools
Class ReverseHierarchy

java.lang.Object
  extended bywt.dataops.archivesystem.tools.ReverseHierarchy

class ReverseHierarchy
extends Object


Field Summary
private static String ATT
           
private static boolean DEBUG
           
private  ArrayList parents
           
private  DTDElement thisElem
           
private  String thisItem
           
 
Constructor Summary
ReverseHierarchy(String thisItem)
           
ReverseHierarchy(String thisItem, DTDElement thisElem)
           
 
Method Summary
 void addParent(ReverseHierarchy parent)
           
 void addParent(String parent)
           
static String getAttribute(DTDAttribute attr)
           
 String getInputAttributeFromSearch()
           
 void print(XMLNode doc, String spaces)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

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
Constructor Detail

ReverseHierarchy

public ReverseHierarchy(String thisItem)

ReverseHierarchy

public ReverseHierarchy(String thisItem,
                        DTDElement thisElem)
Method Detail

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)