| Package | Description |
|---|---|
| com.sun.msv.reader.relax.core |
parses RELAX Core into AGM.
|
| com.sun.msv.reader.trex.ng |
parses RELAX NG into AGM.
|
| com.sun.msv.reader.xmlschema |
parses XML representation of XML Schema into AGM.
|
| com.sun.msv.verifier.jarv |
Implementation of JARV (Java API for RELAX
Verifier).
|
| com.sun.msv.verifier.jaxp | |
| org.iso_relax.jaxp | |
| org.iso_relax.verifier |
| Modifier and Type | Field and Description |
|---|---|
protected static Schema |
RELAXCoreReader.relaxCoreSchema4Schema
Schema for schema of RELAX Core.
|
| Modifier and Type | Method and Description |
|---|---|
static Schema |
RELAXCoreReader.getRELAXCoreSchema4Schema() |
| Modifier and Type | Field and Description |
|---|---|
protected static Schema |
RELAXNGReader.relaxNGSchema4Schema
Schema for schema of RELAX NG.
|
| Modifier and Type | Method and Description |
|---|---|
static Schema |
RELAXNGReader.getRELAXNGSchema4Schema() |
| Modifier and Type | Field and Description |
|---|---|
protected static Schema |
XMLSchemaReader.xmlSchema4XmlSchema
Schema for schema of W3C XML Schema.
|
| Modifier and Type | Method and Description |
|---|---|
static Schema |
XMLSchemaReader.getXmlSchemaForXmlSchema() |
| Modifier and Type | Class and Description |
|---|---|
class |
SchemaImpl
base implementation of RELAXFactoryImpl and TREXFactoryImpl
|
| Modifier and Type | Method and Description |
|---|---|
Schema |
FactoryImpl.compileSchema(InputSource source) |
| Constructor and Description |
|---|
DocumentBuilderFactoryImpl(DocumentBuilderFactory _factory,
Schema _schema) |
SAXParserFactoryImpl(SAXParserFactory _factory,
Schema _schema) |
SAXParserFactoryImpl(Schema schema)
Creates a new instance by using a default SAXParserFactory implementation
and the specified schema object.
|
| Modifier and Type | Field and Description |
|---|---|
protected Schema |
ValidatingSAXParserFactory._Schema |
protected Schema |
ValidatingDocumentBuilderFactory._Schema |
| Modifier and Type | Method and Description |
|---|---|
static ValidatingSAXParserFactory |
ValidatingSAXParserFactory.newInstance(Schema schema) |
static ValidatingDocumentBuilderFactory |
ValidatingDocumentBuilderFactory.newInstance(Schema schema) |
| Constructor and Description |
|---|
ValidatingDocumentBuilderFactory(DocumentBuilderFactory documentbuilderfactory,
Schema schema) |
ValidatingSAXParserFactory(SAXParserFactory saxparserfactory,
Schema 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) |
Copyright © 2017 Oracle Corporation. All rights reserved.