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

Packages that use XSLTInputSource
org.apache.xalan.xslt The main Xalan-Java 1 compatability package -- facilities for setting up and performing XSL transformations. 
 

Uses of XSLTInputSource in org.apache.xalan.xslt
 

Methods in org.apache.xalan.xslt with parameters of type XSLTInputSource
 void XSLTProcessor.process(XSLTInputSource xmlSource, XSLTInputSource xslStylesheet, XSLTResultTarget resultTree)
          Deprecated. Use the XSL stylesheet to transform the XML input, placing the result in the result tree.
 StylesheetRoot XSLTProcessor.processStylesheet(XSLTInputSource stylesheetSource)
          Deprecated. 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)
          Deprecated. Get the DOM Node from the XSLTInputSource object.
 StylesheetSpec XSLTProcessor.getAssociatedStylesheet(XSLTInputSource source, java.lang.String media, java.lang.String charset)
          Deprecated. 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)
          Deprecated. 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)
          Deprecated. Transform the source tree to the output in the given result tree target.
 StylesheetRoot XSLTEngineImpl.processStylesheet(XSLTInputSource stylesheetSource)
          Deprecated. Given a URI to an XSL stylesheet, Compile the stylesheet into an internal representation.
 org.w3c.dom.Node XSLTEngineImpl.getSourceTreeFromInput(XSLTInputSource inputSource)
          Deprecated. Given an input source, get the source tree.
 StylesheetSpec XSLTEngineImpl.getAssociatedStylesheet(XSLTInputSource source, java.lang.String media, java.lang.String charset)
          Deprecated. 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 XSLTEngineImpl.getAssociatedStylesheets(XSLTInputSource source, java.lang.String media, java.lang.String charset)
          Deprecated. 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 StylesheetRoot.process(XSLTInputSource xmlSource, XSLTResultTarget outputTarget)
          Deprecated. Transform the XML source tree and place the output in the result tree target.
 void StylesheetRoot.process(XSLTProcessor iprocessor, XSLTInputSource xmlSource, XSLTResultTarget outputTarget)
          Deprecated. Transform the XML source tree and place the output in the result tree target.
 



Copyright © 2001 Apache XML Project. All Rights Reserved.