| Package | Description |
|---|---|
| org.iso_relax.verifier | |
| org.iso_relax.verifier.impl |
| Modifier and Type | Method and Description |
|---|---|
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 | Class and Description |
|---|---|
class |
VerifierImpl
Partial implementation of
Verifier. |
| Constructor and Description |
|---|
VerifierFilterImpl(Verifier _verifier) |
Copyright © 2016 Philip Helger. All rights reserved.