Uses of Interface
jd.xml.xpath.model.XPathRootNode

Packages that use XPathRootNode
jd.xml.xpath.expr.function Contains the XPath functions. 
jd.xml.xpath.model Contains classes for the XPath node model. 
jd.xml.xpath.model.build Contains classes to build a XPath model. 
jd.xml.xpath.model.build.normal Contains the default implementation for XPath node model. 
jd.xml.xpath.model.parse Contains classes to parse a XML document and construct a XPath model. 
jd.xml.xpath.model.visit Contains NodeVisitor implementations. 
jd.xml.xslt Contains a XSLT Version 1.1 implementation. 
jd.xml.xslt.parser Contains parser classes for stylesheets, stylesheet templates elements and patterns. 
jd.xml.xslt.result Contains classes to output the result of an XSLT tranformation. 
jd.xml.xslt.result.pipe Contains classes to transform a XML document representation into ResultBuilder events. 
jd.xml.xslt.trace   
jd.xml.xslt.trax Contains a implementation of the Transformation API for XML (TraAX). 
jd.xml.xslt.util Contains XSLT related utility classes. 
 

Uses of XPathRootNode in jd.xml.xpath.expr.function
 

Methods in jd.xml.xpath.expr.function with parameters of type XPathRootNode
 void Id.toNodeSet(XPathRootNode root, String ids, XMutableNodeSet result)
           
 

Uses of XPathRootNode in jd.xml.xpath.model
 

Methods in jd.xml.xpath.model that return XPathRootNode
 XPathRootNode XPathRootNode.getFragment(String fragmentId)
          Build a fragment tree
 XPathRootNode XPathNode.getRoot()
          Return the root of this node.
 XPathRootNode ModelReader.read(String uri)
          Read a xml document.
 XPathRootNode ModelReader.read(XmlSource source)
          Read a xml document.
 XPathRootNode ModelReader.read(XmlSource source, NodeNamePool nodeNamePool)
          Read a xml document.
 XPathRootNode ModelReader.getTextNodeFragment(String text, NodeNamePool nodeNamePool)
          Return a text node fragment, i.e.
 

Methods in jd.xml.xpath.model with parameters of type XPathRootNode
 void NodeVisitor.root(XPathRootNode node)
           
 

Uses of XPathRootNode in jd.xml.xpath.model.build
 

Methods in jd.xml.xpath.model.build that return XPathRootNode
 XPathRootNode ModelBuilderFactory.createTextNodeFragment(String text, NodeNamePool pool, int documentId)
          Create a text node fragment.
abstract  XPathRootNode ModelBuilder.endBuild()
           
 

Uses of XPathRootNode in jd.xml.xpath.model.build.normal
 

Classes in jd.xml.xpath.model.build.normal that implement XPathRootNode
(package private)  class RootNode
          An implementation for the XPath root node.
 

Methods in jd.xml.xpath.model.build.normal that return XPathRootNode
 XPathRootNode RootNode.getRoot()
          Return the root.
 XPathRootNode RootNode.getFragment(String fragmentId)
          Build a fragment with this node as document node.
 XPathRootNode NormalModelBuilderFactory.createTextNodeFragment(String text, NodeNamePool pool, int documentId)
           
 XPathRootNode NormalModelBuilder.endBuild()
          Receive notification of the end of a document.
 XPathRootNode Node.getRoot()
          Return the root.
 

Uses of XPathRootNode in jd.xml.xpath.model.parse
 

Methods in jd.xml.xpath.model.parse that return XPathRootNode
 XPathRootNode ParseHandler.parse(XmlSource source, NodeNamePool nodeNamePool, ModelBuilder modelBuilder, int documentId, boolean collectLineNumbers)
           
 

Uses of XPathRootNode in jd.xml.xpath.model.visit
 

Methods in jd.xml.xpath.model.visit with parameters of type XPathRootNode
 void Serializer.root(XPathRootNode root)
           
 

Uses of XPathRootNode in jd.xml.xslt
 

Methods in jd.xml.xslt that return XPathRootNode
 XPathRootNode XsltContext.getModel(String href, String baseUri)
          Get a document.
 

Uses of XPathRootNode in jd.xml.xslt.parser
 

Methods in jd.xml.xslt.parser with parameters of type XPathRootNode
 void ParseListener.startParseStylesheet(XsltParseContext context, XPathRootNode root)
           
 void ParseListener.endParseStylesheet(XsltParseContext context, XPathRootNode root)
           
 

Uses of XPathRootNode in jd.xml.xslt.result
 

Methods in jd.xml.xslt.result that return XPathRootNode
 XPathRootNode ModelResultBuilder.getDocumentRoot()
          Return the result root.
 

Uses of XPathRootNode in jd.xml.xslt.result.pipe
 

Methods in jd.xml.xslt.result.pipe that return XPathRootNode
static XPathRootNode Dom2ResultPipe.getRoot(String baseUri, Node domNode, NodeNamePool nodeNamePool)
           
 

Methods in jd.xml.xslt.result.pipe with parameters of type XPathRootNode
 void Model2ResultPipe.copy(XPathRootNode root)
           
 

Uses of XPathRootNode in jd.xml.xslt.trace
 

Methods in jd.xml.xslt.trace with parameters of type XPathRootNode
 void TraceParseListener.startParseStylesheet(XsltParseContext context, XPathRootNode root)
           
 void TraceParseListener.endParseStylesheet(XsltParseContext context, XPathRootNode root)
           
 

Uses of XPathRootNode in jd.xml.xslt.trax
 

Methods in jd.xml.xslt.trax that return XPathRootNode
 XPathRootNode TraxModelXmlSource.getRoot()
           
 

Constructors in jd.xml.xslt.trax with parameters of type XPathRootNode
TraxModelXmlSource(String systemId, XPathRootNode root)
           
 

Uses of XPathRootNode in jd.xml.xslt.util
 

Methods in jd.xml.xslt.util that return XPathRootNode
 XPathRootNode ModelCache.getMainModel()
          Return the main model.
 XPathRootNode ModelCache.getModel(String href, String baseUri)
          Get a document.
 XPathRootNode ModelCache.getModel(String href, String baseUri, XsltSecurityManager securityManager)
           
 

Methods in jd.xml.xslt.util with parameters of type XPathRootNode
 Object ModelCache.putItem(XPathRootNode root, Object key, Object value)
          Cache a value associated with a document.
 Object ModelCache.getItem(XPathRootNode root, Object key)
          Return a cached value.
 KeyMap[] ModelCache.getKeyMaps(XPathRootNode root)
          Return the KeyMaps of a document.
 void ModelCache.setKeyMaps(XPathRootNode root, KeyMap[] maps)
          Set the KeyMaps of a document.