BEA Systems, Inc.

WebLogic Server 6.1 API Reference

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

Packages that use XSLTInputSource
weblogic.apache.xalan.xslt   
 

Uses of XSLTInputSource in weblogic.apache.xalan.xslt
 

Methods in weblogic.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 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.
 void XSLTEngineImpl.process(XSLTInputSource inputSource, XSLTInputSource stylesheetSource, XSLTResultTarget outputTarget)
          Transform the source tree to the output in the given result tree target.
 StylesheetRoot XSLTEngineImpl.processStylesheet(XSLTInputSource stylesheetSource)
          Given a URI to an XSL stylesheet, Compile the stylesheet into an internal representation.
 org.w3c.dom.Node XSLTEngineImpl.getSourceTreeFromInput(XSLTInputSource inputSource)
          Given an input source, get the source tree.
 StylesheetSpec XSLTEngineImpl.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 XSLTEngineImpl.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.
 


Documentation is available at
http://e-docs.bea.com/wls/docs61

WebLogic classes and methods that do not appear in this reference are not public and are not supported.