getParam(java.lang.String name) | Uses getParam(String, String); |
getParam(java.lang.String uri, java.lang.String name) | Gets the value of a top-level stylesheet parameter. |
XSLStylesheet newXSLStylesheet(java.io.InputStream xsl) | Constructs an XSLStylesheet using the given Inputstream XSL function document(”) is not supported as there is no way to re-access the input Stylesheet as XMLDocument. |
XSLStylesheet newXSLStylesheet(java.io.Reader xsl) | Constructs an XSLStylesheet using the given Reader XSL function document(”) is not supported as there is no way to re-access the input Stylesheet as XMLDocument. |
newXSLStylesheet(java.net.URL xsl) | Constructs an XSLStylesheet using the given URL |
newXSLStylesheet(XMLDocument xsl) | Constructs an XSLStylesheet using the given XMLDocument |
processXSL(XSLStylesheet xsl, java.io.InputStream xml, java.net.URL ref) | Transforms the input XML document using given InputStream and stylesheet. |
processXSL(XSLStylesheet xsl, java.io.Reader xml, java.net.URL ref) | Transforms the input XML document using given Reader and stylesheet. |
processXSL(XSLStylesheet xsl, java.net.URL xml, java.net.URL ref) | Transforms the input XML document using given URL and stylesheet. |
processXSL(XSLStylesheet xsl, XMLDocument xml) | Transforms the input XML document using given XMLDocument and stylesheet. |
processXSL(XSLStylesheet xsl, XMLDocument xml, ContentHandler handler) | Transforms the input XML document using given XMLDocument and stylesheet. |
processXSL(XSLStylesheet xsl, XMLDocumentFragment inp) | Transforms the input XML document using given XMLDocument and stylesheet. |
processXSL(XSLStylesheet xsl, XMLDocumentFragment xml, java.io.OutputStream os) | Transforms the input XML using given XMLDocumentFragment and stylesheet. |
processXSL(XSLStylesheet xsl, XMLDocumentFragment xml, java.io.PrintWriter pw) | Transforms the input XML using given XMLDocumentFragment and stylesheet. |
processXSL(XSLStylesheet xsl, XMLDocumentFragment inp, XMLDocumentHandler handler) | Transforms the input XML document using given XMLDocument and stylesheet. |
processXSL(XSLStylesheet xsl, XMLDocument xml, java.io.OutputStream os) | Transforms the input XML document using given XMLDocument and stylesheet. |
processXSL(XSLStylesheet xsl, XMLDocument xml, java.io.PrintWriter pw) | Transforms the input XML document using given XMLDocument and stylesheet. |
processXSL(XSLStylesheet xsl, XMLDocument xml, XMLDocumentHandler handler) | Transforms the input XML document using given XMLDocument and stylesheet. |
processXSL(XSLStylesheet xsl, XMLElement inp) | Transforms the input XML document using given XMLDocument and stylesheet. |
processXSL(XSLStylesheet xsl, XMLElement inp, ContentHandler handler) | Transforms the input XML document using given XMLElement and stylesheet. |
processXSL(XSLStylesheet xsl, XMLElement xml, java.io.OutputStream os) | Transforms the input XML using given XMLElement and stylesheet. |
processXSL(XSLStylesheet xsl, XMLElement xml, java.io.PrintWriter pw) | Transforms the input XML using given XMLElement and stylesheet. |
processXSL(XSLStylesheet xsl, XMLElement xml, XMLDocumentHandler handler) | Transforms the input XML document using given XMLElement and stylesheet. |
removeParam(java.lang.String uri, java.lang.String name) | Removes the value of a top-level stylesheet parameter. |
resetParams() | Resets all the params set. |
setBaseURL(java.net.URL url) | Sets the base url to resolve include/import hrefs EntityResolver if set is used before using the base url. |
setEntityResolver(EntityResolver eResolver) | Sets the entity resolver to resolve include/import hrefs if not set, base url (if set) is used. |
setErrorStream(java.io.OutputStream out) | Generate an output stream for the output of warnings. |
setLocale(java.util.Locale locale) | This method applications can use this to set the locale for error reporting. |
setOutputEncoding(java.lang.String externalenc) | In this method if output encoding is not specified in XSL document, output charset as “UTF-8” in META element by default. |
setParam(java.lang.String uri, java.lang.String name, java.lang.Object value) | Sets the value of a top-level stylesheet parameter. |
setXSLTVersion(XSLProcessor.XSLTVersion version) | Sets the specification version to be used for transformation. |
showWarnings(boolean flag) | Used when switching to determine whether to output warnings. |