| Package | Description |
|---|---|
| org.iso_relax.jaxp | |
| org.iso_relax.verifier |
| Modifier and Type | Field and Description |
|---|---|
protected Schema |
ValidatingSAXParserFactory._Schema |
protected Schema |
ValidatingDocumentBuilderFactory._Schema |
| Constructor and Description |
|---|
ValidatingDocumentBuilderFactory(DocumentBuilderFactory wrapped,
Schema schema)
creates a new instance with an internal DocumentBuilderFactory and Schema.
|
ValidatingDocumentBuilderFactory(Schema schema)
creates a new instance that wraps the default DocumentBuilderFactory
|
ValidatingSAXParserFactory(SAXParserFactory wrapped,
Schema schema)
creates a new instance with an internal SAXParserFactory and Schema.
|
ValidatingSAXParserFactory(Schema schema)
creates a new instance that wraps the default DocumentBuilderFactory
|
| Modifier and Type | Method and Description |
|---|---|
Schema |
VerifierFactory.compileSchema(File f)
processes a schema into a Schema object, which is a compiled representation
of a schema.
|
abstract Schema |
VerifierFactory.compileSchema(InputSource is)
processes a schema into a Schema object, which is a compiled representation
of a schema.
|
Schema |
VerifierFactory.compileSchema(InputStream stream)
processes a schema into a Schema object, which is a compiled representation
of a schema.
|
Schema |
VerifierFactory.compileSchema(InputStream stream,
String systemId)
processes a schema into a Schema object, which is a compiled representation
of a schema.
|
Schema |
VerifierFactory.compileSchema(String url)
processes a schema into a Schema object, which is a compiled representation
of a schema.
|
Copyright © 2016 Philip Helger. All rights reserved.