|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjavax.xml.transform.TransformerFactory
javax.xml.transform.sax.SAXTransformerFactory
net.sf.saxon.TransformerFactoryImpl
com.saxonica.SchemaAwareTransformerFactory
The is the JAXP TransformerFactory implementation for the schema-aware version of Saxon. It can be invoked by setting the system property java.xml.transform.TransformerFactory to the value com.saxonica.SchemaAwareTransformerFactory
Field Summary |
Fields inherited from class javax.xml.transform.sax.SAXTransformerFactory |
FEATURE, FEATURE_XMLFILTER |
Constructor Summary | |
SchemaAwareTransformerFactory()
|
Method Summary | |
void |
addSchema(javax.xml.transform.Source schemaSource)
Load a schema, which will be available for use by all subsequent operations using this TransformerFactory. |
Methods inherited from class javax.xml.transform.TransformerFactory |
newInstance |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public SchemaAwareTransformerFactory()
Method Detail |
public void addSchema(javax.xml.transform.Source schemaSource) throws javax.xml.transform.TransformerException
schemaSource
- the JAXP Source object identifying the schema document to be loaded
javax.xml.transform.TransformerException
- if the schema cannot be read or parsed or if it is invalid
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |