com.nwalsh.xslt.saxon
Class Search

java.lang.Object
  |
  +--com.nwalsh.xslt.saxon.Search
Direct Known Subclasses:
BFS, DFS

public class Search
extends java.lang.Object


Field Summary
protected static int[] emptyNamespaces
           
protected  int maxDepth
           
protected  com.hp.hpl.mesa.rdf.jena.model.Model model
           
protected  java.util.Hashtable namespaceHash
           
protected  int nsCount
           
protected  boolean nsOutput
           
protected  com.hp.hpl.mesa.rdf.jena.model.Resource resource
           
 
Constructor Summary
Search(com.hp.hpl.mesa.rdf.jena.model.Resource rsrc, int depth)
           
 
Method Summary
static void buildEmptyTwig(com.icl.saxon.output.Emitter emitter)
           
protected static boolean hasType(com.hp.hpl.mesa.rdf.jena.model.Model model, com.hp.hpl.mesa.rdf.jena.model.Resource rsrc, java.lang.String type)
          Convenience method for testing resources.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

emptyNamespaces

protected static int[] emptyNamespaces

namespaceHash

protected java.util.Hashtable namespaceHash

nsCount

protected int nsCount

nsOutput

protected boolean nsOutput

model

protected com.hp.hpl.mesa.rdf.jena.model.Model model

maxDepth

protected int maxDepth

resource

protected com.hp.hpl.mesa.rdf.jena.model.Resource resource
Constructor Detail

Search

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

buildEmptyTwig

public static void buildEmptyTwig(com.icl.saxon.output.Emitter emitter)

hasType

protected static boolean hasType(com.hp.hpl.mesa.rdf.jena.model.Model model,
                                 com.hp.hpl.mesa.rdf.jena.model.Resource rsrc,
                                 java.lang.String type)
Convenience method for testing resources.



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