| Package | Description |
|---|---|
| com.sun.msv.verifier.jarv |
Implementation of JARV (Java API for RELAX
Verifier).
|
| com.sun.msv.verifier.jaxp | |
| org.iso_relax.verifier | |
| org.iso_relax.verifier.impl |
| Modifier and Type | Method and Description |
|---|---|
Schema |
FactoryImpl.compileSchema(InputSource source) |
Verifier |
SchemaImpl.newVerifier() |
protected Grammar |
TheFactoryImpl.parse(InputSource is,
GrammarReaderController controller) |
protected abstract Grammar |
FactoryImpl.parse(InputSource source,
GrammarReaderController controller)
parses a Grammar from the specified source.
|
protected Grammar |
DTDFactoryImpl.parse(InputSource is,
GrammarReaderController controller) |
protected Grammar |
TheFactoryImpl.parse(String source,
GrammarReaderController controller) |
protected Grammar |
DTDFactoryImpl.parse(String source,
GrammarReaderController controller) |
| Constructor and Description |
|---|
SAXParserFactoryImpl(File schemaAsFile)
Creates a new instance that validates documents against the specified schema.
|
SAXParserFactoryImpl(InputSource _schema)
Creates a new instance that validates documents against the specified schema.
|
SAXParserFactoryImpl(String schemaUrl)
Creates a new instance that validates documents against the specified schema.
|
| Modifier and Type | Method and Description |
|---|---|
Schema |
VerifierFactory.compileSchema(File file) |
abstract Schema |
VerifierFactory.compileSchema(InputSource inputsource) |
Schema |
VerifierFactory.compileSchema(InputStream inputstream) |
Schema |
VerifierFactory.compileSchema(InputStream inputstream,
String s) |
Schema |
VerifierFactory.compileSchema(String s) |
static VerifierFactory |
VerifierFactory.newInstance()
Deprecated.
Method newInstance is deprecated
|
static VerifierFactory |
VerifierFactory.newInstance(String s) |
Verifier |
Schema.newVerifier() |
Verifier |
VerifierFactory.newVerifier(File file) |
Verifier |
VerifierFactory.newVerifier(InputSource inputsource) |
Verifier |
VerifierFactory.newVerifier(InputStream inputstream) |
Verifier |
VerifierFactory.newVerifier(InputStream inputstream,
String s) |
Verifier |
VerifierFactory.newVerifier(String s) |
| 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 © 2017 Oracle Corporation. All rights reserved.