| Package | Description |
|---|---|
| org.iso_relax.verifier | |
| org.iso_relax.verifier.impl |
| 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.
|
static VerifierFactory |
VerifierFactory.newInstance()
Deprecated.
|
static VerifierFactory |
VerifierFactory.newInstance(String language) |
static VerifierFactory |
VerifierFactory.newInstance(String language,
ClassLoader classLoader)
Creates a new instance of a VerifierFactory for the specified schema
language.
|
Verifier |
Schema.newVerifier()
creates a new Verifier object that validates documents with this schema.
|
Verifier |
VerifierFactory.newVerifier(File file)
parses a schema from the specified file and returns a Verifier object that
validates documents by using that schema.
|
Verifier |
VerifierFactory.newVerifier(InputSource source)
parses a schema from the specified InputSource and returns a Verifier
object that validates documents by using that schema.
|
Verifier |
VerifierFactory.newVerifier(InputStream stream)
parses a schema from the specified InputStream and returns a Verifier
object that validates documents by using that schema.
|
Verifier |
VerifierFactory.newVerifier(InputStream stream,
String systemId)
parses a schema from the specified InputStream and returns a Verifier
object that validates documents by using that schema.
|
Verifier |
VerifierFactory.newVerifier(String uri)
parses a schema at the specified location and returns a Verifier object
that validates documents by using that schema.
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
VerifierImpl.prepareXMLReader()
Creates and sets a sole instance of XMLReader which will be used by this
verifier.
|
| Constructor and Description |
|---|
VerifierImpl() |
Copyright © 2016 Philip Helger. All rights reserved.