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

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

Uses of StylesheetSpec in org.apache.xalan.xslt
 

Methods in org.apache.xalan.xslt that return StylesheetSpec
 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.
 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.
 



Copyright © 2000 Apache XML Project. All Rights Reserved.