wt.dataops.archivesystem.search
Class ASTTopNode

java.lang.Object
  extended bywt.dataops.archivesystem.search.SimpleNode
      extended bywt.dataops.archivesystem.search.ASTTopNode
All Implemented Interfaces:
Node

public class ASTTopNode
extends SimpleNode


Field Summary
private  Document docNew
           
private static String RESOURCE
           
 
Fields inherited from class wt.dataops.archivesystem.search.SimpleNode
children, id, parent, parser
 
Constructor Summary
ASTTopNode(ArchiveQueryParser p, int id)
           
ASTTopNode(int id)
           
 
Method Summary
 Document getSearchHintsDoc(ParentList pl)
           
 XMLNode outputSearchHints(XMLNode nd, String pl)
           
 
Methods inherited from class wt.dataops.archivesystem.search.SimpleNode
dump, extractParantVals, getDictDoc, getName, jjtAddChild, jjtClose, jjtGetChild, jjtGetNumChildren, jjtGetParent, jjtOpen, jjtSetParent, pp, setName, toString, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

docNew

private Document docNew

RESOURCE

private static final String RESOURCE
See Also:
Constant Field Values
Constructor Detail

ASTTopNode

public ASTTopNode(int id)

ASTTopNode

public ASTTopNode(ArchiveQueryParser p,
                  int id)
Method Detail

outputSearchHints

public XMLNode outputSearchHints(XMLNode nd,
                                 String pl)
                          throws WTArchiveSystemException
Overrides:
outputSearchHints in class SimpleNode
Throws:
WTArchiveSystemException

getSearchHintsDoc

public Document getSearchHintsDoc(ParentList pl)
                           throws WTArchiveSystemException
Throws:
WTArchiveSystemException