public class SchematronSchemaReaderFactory extends java.lang.Object implements SchemaReaderFactory, TransformerFactoryInitializer
Constructor and Description |
---|
SchematronSchemaReaderFactory() |
Modifier and Type | Method and Description |
---|---|
SchemaReader |
createSchemaReader(java.lang.String namespaceUri)
Creates a SchemaReader for a particular schema language.
|
Option |
getOption(java.lang.String uri) |
void |
initTransformerFactory(javax.xml.transform.TransformerFactory factory) |
javax.xml.transform.sax.SAXTransformerFactory |
newTransformerFactory() |
public SchemaReader createSchemaReader(java.lang.String namespaceUri)
SchemaReaderFactory
createSchemaReader
in interface SchemaReaderFactory
namespaceUri
- a String identifing the schema language; must not be null
;
for schema languages that use XML, this should be the namespace URI
of the root element if the root element has a non-absent namespace URInull
,
if this SchemaReaderFactory cannot create a SchemaReader for the specified
schema languagepublic Option getOption(java.lang.String uri)
getOption
in interface SchemaReaderFactory
public javax.xml.transform.sax.SAXTransformerFactory newTransformerFactory()
public void initTransformerFactory(javax.xml.transform.TransformerFactory factory)
initTransformerFactory
in interface TransformerFactoryInitializer