com.nwalsh.xslt.saxon
Class DFS

java.lang.Object
  |
  +--com.nwalsh.xslt.saxon.Search
        |
        +--com.nwalsh.xslt.saxon.DFS

public class DFS
extends Search


Field Summary
protected  com.nwalsh.xslt.saxon.DFS.DFSNode root
           
protected  java.util.Hashtable seen
           
 
Fields inherited from class com.nwalsh.xslt.saxon.Search
emptyNamespaces, maxDepth, model, namespaceHash, nsCount, nsOutput, resource
 
Constructor Summary
DFS(com.hp.hpl.mesa.rdf.jena.model.Resource rsrc, int depth)
           
 
Method Summary
 void build(com.icl.saxon.output.Emitter emitter)
           
 
Methods inherited from class com.nwalsh.xslt.saxon.Search
buildEmptyTwig, hasType
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

seen

protected java.util.Hashtable seen

root

protected com.nwalsh.xslt.saxon.DFS.DFSNode root
Constructor Detail

DFS

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

build

public void build(com.icl.saxon.output.Emitter emitter)


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