BEA Systems, Inc.

WebLogic Server 6.0sp2 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
 

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

Methods in weblogic.apache.xalan.xslt with parameters of type XSLTInputSource
 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 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)
          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.
 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.
 


Documentation is available at
http://download.oracle.com/docs/cd/E13222_01/wls/docs60