Uses of Class
jd.xml.util.XmlSource

Packages that use XmlSource
jd.xml.util Contains utility classes. 
jd.xml.util.resolver   
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.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.trax Contains a implementation of the Transformation API for XML (TraAX). 
jd.xml.xslt.util Contains XSLT related utility classes. 
 

Uses of XmlSource in jd.xml.util
 

Methods in jd.xml.util that return XmlSource
static XmlSource UriUtil.resolveUri(String href, String baseUri, UriResolver resolver)
          Resolve a uri.
 XmlSource UriResolver.resolveUri(String href, String baseUri)
          Resolve a uri.
 XmlSource DefaultUriResolver.resolveUri(String href, String baseUri)
          Try to build a new uri from the href and baseUri parameter and open a InputStream from a file or an url.
 

Uses of XmlSource in jd.xml.util.resolver
 

Methods in jd.xml.util.resolver that return XmlSource
protected  XmlSource Text2XmlResolver.resolve(String uri, BufferedReader in)
           
 XmlSource ResolverChain.resolveUri(String href, String baseUri)
           
 XmlSource ConvertingResolver.resolveUri(String href, String baseUri)
           
protected abstract  XmlSource ConvertingResolver.resolve(String uri, BufferedReader in)
           
 

Uses of XmlSource in jd.xml.xpath.model
 

Methods in jd.xml.xpath.model with parameters of type XmlSource
 XPathRootNode ModelReader.read(XmlSource source)
          Read a xml document.
 XPathRootNode ModelReader.read(XmlSource source, NodeNamePool nodeNamePool)
          Read a xml document.
 

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

Methods in jd.xml.xpath.model.build with parameters of type XmlSource
static ModelBuilder ModelBuilderFactory.getModelBuilder(XmlSource source, ModelBuilder lastBuilder)
          Get a ModelBuilder which is suitable for the given document source.
abstract  boolean ModelBuilderFactory.canBeUsedFor(XmlSource source)
          Test if a ModelBuilder created by this factory is suitable for documents denoted by the source.
 

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

Methods in jd.xml.xpath.model.build.normal with parameters of type XmlSource
 boolean NormalModelBuilderFactory.canBeUsedFor(XmlSource source)
           
 

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

Methods in jd.xml.xpath.model.parse with parameters of type XmlSource
protected  InputSource SaxParseHandler.getInputSource(XmlSource source)
           
protected  void Sax2ParseHandler.parse(XmlSource source)
           
protected  void Sax1ParseHandler.parse(XmlSource source)
           
protected  void PullParseHandler.parse(XmlSource source)
           
 XPathRootNode ParseHandler.parse(XmlSource source, NodeNamePool nodeNamePool, ModelBuilder modelBuilder, int documentId, boolean collectLineNumbers)
           
protected abstract  void ParseHandler.parse(XmlSource source)
           
 

Uses of XmlSource in jd.xml.xslt
 

Methods in jd.xml.xslt that return XmlSource
protected  XmlSource CommandLine.getAssocStylesheetSource()
           
protected  XmlSource CommandLine.getSource(String uri)
           
 

Methods in jd.xml.xslt with parameters of type XmlSource
 void TransformationChain.transform(XmlSource source, XsltResult result, int repeat)
          Transform the source to the result.
 void Transformation.transform(XmlSource source, XsltResult result)
          Transform the source to the result.
abstract  void Transformation.transform(XmlSource source, XsltResult result, int repeat)
          Transform the source to the result.
 void Stylesheet.setup(XmlSource xslSource)
          Setup the stylesheet from the given stylesheet document.
protected  void Stylesheet.transformInternal(XmlSource source, XsltResult result, int repeat)
          Transform the source to the result.
 void IdentityTransformation.transform(XmlSource source, XsltResult result, int repeat)
          Transform the source to the result.
 void AbstractStylesheet.transform(XmlSource source, XsltResult result, int repeat)
          Transform the source to the result.
protected abstract  void AbstractStylesheet.transformInternal(XmlSource source, XsltResult result, int repeat)
           
 

Uses of XmlSource in jd.xml.xslt.parser
 

Methods in jd.xml.xslt.parser with parameters of type XmlSource
 StylesheetData StylesheetParser.parseStylesheet(XmlSource source)
          Parse a stylesheet.
 

Uses of XmlSource in jd.xml.xslt.trax
 

Methods in jd.xml.xslt.trax that return XmlSource
 XmlSource UriResolverAdapter.resolveUri(String href, String base)
           
static XmlSource TraxUtil.getXmlSource(Source source)
          Create a XmlSource from a javax.xml.transform.Source.
 

Methods in jd.xml.xslt.trax with parameters of type XmlSource
 Templates TransformerFactoryImpl.newTemplates(XmlSource source)
          Process the Source into a Templates object, which is a a compiled representation of the source.
 

Uses of XmlSource in jd.xml.xslt.util
 

Methods in jd.xml.xslt.util that return XmlSource
 XmlSource AssocStylesheetBuilder.getStylesheetSource(XmlSource source)
          Get the associated stylesheet as a String.
 

Methods in jd.xml.xslt.util with parameters of type XmlSource
 void ModelCache.initMainModel(XmlSource source)
          Initialize the main model of the ModelCache.
 String AssocStylesheetBuilder.getStylesheetString(XmlSource source)
          Get the associated stylesheet as a String.
 XmlSource AssocStylesheetBuilder.getStylesheetSource(XmlSource source)
          Get the associated stylesheet as a String.