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)
**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. |