Uses of Class
org.apache.xalan.xslt.XSLTInputSource

Packages that use XSLTInputSource
org.apache.xalan.xslt   
 

Uses of XSLTInputSource in org.apache.xalan.xslt
 

Subclasses of XSLTInputSource in org.apache.xalan.xslt
 class StylesheetSpec
           This class implements the representation of a stylesheet specification via xml-stylesheet in an XML document.
 

Methods in org.apache.xalan.xslt with parameters of type XSLTInputSource
 void XSLTProcessor.process(XSLTInputSource xmlSource, XSLTInputSource xslStylesheet, XSLTResultTarget resultTree)
          Use the XSL stylesheet to transform the XML input, placing the result in the result tree.
 StylesheetRoot XSLTProcessor.processStylesheet(XSLTInputSource stylesheetSource)
          Compile the XSL stylesheet represented by an XSLTInputSource object into an internal representation, and use it to set the XSLTProcessor Stylesheet property.
 org.w3c.dom.Node XSLTProcessor.getSourceTreeFromInput(XSLTInputSource inputSource)
          Get the DOM Node from the XSLTInputSource object.
 StylesheetSpec XSLTProcessor.getAssociatedStylesheet(XSLTInputSource source, java.lang.String media, java.lang.String charset)
          Get the preferred stylesheet for the XSLTInputSource XML document, as identified by the xml-stylesheet PI, and matching the media and charset criteria.
 java.util.Vector XSLTProcessor.getAssociatedStylesheets(XSLTInputSource source, java.lang.String media, java.lang.String charset)
          Get a list of stylesheet specifications for the XSLTInputSource XML document, as identified by the xml-stylesheet PI, and matching the media and charset criteria.
 void XSLTEngineImpl.process(XSLTInputSource inputSource, XSLTInputSource stylesheetSource, XSLTResultTarget outputTarget)
          **For advanced use only** Transform the source tree to the output in the given result tree target.
 StylesheetRoot XSLTEngineImpl.processStylesheet(XSLTInputSource stylesheetSource)
          **For advanced use only** Given a URI to an XSL stylesheet, Compile the stylesheet into an internal representation.
 org.w3c.dom.Node XSLTEngineImpl.getSourceTreeFromInput(XSLTInputSource inputSource)
          **For advanced use only** Given an input source, get the source tree.
 StylesheetSpec XSLTEngineImpl.getAssociatedStylesheet(XSLTInputSource source, java.lang.String media, java.lang.String charset)
          **For advanced use only** Get the preferred InputSource specification that is associated with a given document specified in the source param, via the xml-stylesheet processing instruction (see http://www.w3.org/TR/xml-stylesheet/), and that matches the given criteria.
 java.util.Vector XSLTEngineImpl.getAssociatedStylesheets(XSLTInputSource source, java.lang.String mediaRequest, java.lang.String charsetRequest)
          **For advanced use only** Get the InputSource specifications that are associated with a given document specified in the source param, via the xml-stylesheet processing instruction (see http://www.w3.org/TR/xml-stylesheet/), and that matches the given criteria.
 void StylesheetRoot.process(XSLTInputSource xmlSource, XSLTResultTarget outputTarget)
          Transform the XML source tree and place the output in the result tree target.
 void StylesheetRoot.process(XSLTProcessor iprocessor, XSLTInputSource xmlSource, XSLTResultTarget outputTarget)
          Transform the XML source tree and place the output in the result tree target.
 



Copyright © 2000 Apache XML Project. All Rights Reserved.