com.nwalsh.xslt.xalan
Class BFS

java.lang.Object
  |
  +--com.nwalsh.xslt.xalan.Search
        |
        +--com.nwalsh.xslt.xalan.BFS

public class BFS
extends Search


Field Summary
protected  java.util.LinkedList queue
           
protected  com.nwalsh.xslt.xalan.BFS.BFSNode root
           
protected  java.util.Hashtable seen
           
 
Fields inherited from class com.nwalsh.xslt.xalan.Search
emptyNamespaces, maxDepth, model, namespaceHash, resource
 
Constructor Summary
BFS(com.hp.hpl.mesa.rdf.jena.model.Resource rsrc, boolean uniqueNodes, int depth)
           
 
Method Summary
 void build(org.apache.xml.utils.DOMBuilder rtf)
           
 
Methods inherited from class com.nwalsh.xslt.xalan.Search
buildEmptyTwig, hasType
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

queue

protected java.util.LinkedList queue

seen

protected java.util.Hashtable seen

root

protected com.nwalsh.xslt.xalan.BFS.BFSNode root
Constructor Detail

BFS

public BFS(com.hp.hpl.mesa.rdf.jena.model.Resource rsrc,
           boolean uniqueNodes,
           int depth)
Method Detail

build

public void build(org.apache.xml.utils.DOMBuilder rtf)


Copyright ? 2002, 2003 Norman Walsh. All Rights Reserved.