oracle.xml.xsql
Class XSQLStylesheetProcessor
java.lang.Object
|
+--oracle.xml.xsql.XSQLStylesheetProcessor
- public final class XSQLStylesheetProcessor
- extends java.lang.Object
XSLT Stylesheet Processing Engine
Methods inherited from class java.lang.Object |
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait |
QUOTE
public static final char QUOTE
APOS
public static final char APOS
XSQLStylesheetProcessor
public XSQLStylesheetProcessor()
processToDocument
public static Document processToDocument(Document xml,
java.lang.String xslURI,
XSQLPageRequest env)
throws java.lang.Exception,
SAXParseException,
XSLException,
java.io.FileNotFoundException
processToWriter
public static void processToWriter(Document xml,
java.lang.String xslURI,
XSQLPageRequest env)
throws java.lang.Exception,
SAXParseException,
XSLException,
java.io.FileNotFoundException