com.nwalsh.xslt.xalan
Class Search

java.lang.Object
  |
  +--com.nwalsh.xslt.xalan.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  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(org.apache.xml.utils.DOMBuilder rtf)
           
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

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(org.apache.xml.utils.DOMBuilder rtf)

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.