Package | Description |
---|---|
com.sun.msv.grammar.util |
Miscellaneous utility classes.
|
com.sun.msv.reader |
reads XML representation of grammar and creates AGM.
|
com.sun.msv.reader.relax |
common parts for parseing RELAX Core/Namespace into AGM.
|
com.sun.msv.reader.relax.core |
parses RELAX Core into AGM.
|
com.sun.msv.reader.trex |
shared code between RELAX NG reader and TREX reader.
|
com.sun.msv.reader.trex.classic |
parses TREX pattern into AGM.
|
com.sun.msv.reader.trex.ng |
parses RELAX NG into AGM.
|
com.sun.msv.reader.trex.ng.comp |
parses RELAX NG with DTD compatibility annotation into AGM.
|
com.sun.msv.reader.xmlschema |
parses XML representation of XML Schema into AGM.
|
com.sun.msv.relaxns.reader |
parses XML representation of RELAX Namespace.
|
com.sun.msv.relaxns.reader.relax |
parses XML representation of RELAXNS-extended RELAX Core.
|
com.sun.msv.util |
Miscellaneous utilities
|
com.sun.msv.verifier |
Contains abstract model for grammar-based schema and
concrete verifier implementation for the abstract schema.
|
com.sun.msv.verifier.identity |
Verifier with XML Schema's identity constraint check.
|
com.sun.msv.verifier.psvi |
Type-assignment engine
that can be used by application programs.
|
com.sun.msv.verifier.regexp |
VGM implementation by using regular expression derivation algorithm.
|
Modifier and Type | Class and Description |
---|---|
class |
IDContextProviderWrapper
Wraps
IDContextProvider so that it can be used
where IDContextProvider2 is expected. |
Modifier and Type | Method and Description |
---|---|
static IDContextProvider2 |
IDContextProviderWrapper.create(IDContextProvider core) |
Modifier and Type | Class and Description |
---|---|
class |
GrammarReader
base implementation of grammar readers that read grammar from SAX2 stream.
|
Modifier and Type | Class and Description |
---|---|
class |
RELAXReader
reads RELAX grammar/module by SAX2 and constructs abstract grammar model.
|
Modifier and Type | Class and Description |
---|---|
class |
RELAXCoreReader
reads RELAX module (classic RELAX module; no namespace extension)
by SAX2 and constructs abstract grammar model.
|
Modifier and Type | Class and Description |
---|---|
class |
TREXBaseReader
reads TREX grammar from SAX2 and constructs abstract grammar model.
|
Modifier and Type | Class and Description |
---|---|
class |
TREXGrammarReader
reads TREX grammar from SAX2 and constructs abstract grammar model.
|
Modifier and Type | Class and Description |
---|---|
class |
RELAXNGReader
reads RELAX NG grammar from SAX2 and constructs abstract grammar model.
|
Modifier and Type | Class and Description |
---|---|
class |
RELAXNGCompReader
reads RELAX NG grammar with DTD compatibility annotation
and constructs abstract grammar model.
|
Modifier and Type | Class and Description |
---|---|
class |
XMLSchemaReader
parses XML representation of XML Schema and constructs AGM.
|
Modifier and Type | Class and Description |
---|---|
class |
RELAXNSReader
parses RELAX Namespace XML and constructs a SchemaProvider.
|
Modifier and Type | Class and Description |
---|---|
class |
RELAXCoreIslandSchemaReader
reads RELAX-Namespace-extended RELAX Core.
|
Modifier and Type | Field and Description |
---|---|
IDContextProvider2 |
StartTagInfo.context
object that provides additional information which is necessary
for validating some datatypes
|
Modifier and Type | Method and Description |
---|---|
void |
StartTagInfo.reinit(String namespaceURI,
String localName,
String qName,
Attributes attributes,
IDContextProvider2 context)
re-initialize the object with brand new parameters.
|
Constructor and Description |
---|
StartTagInfo(String namespaceURI,
String localName,
String qName,
Attributes attributes,
IDContextProvider2 context) |
Modifier and Type | Class and Description |
---|---|
class |
AbstractVerifier
Base implementation for various Verifier implementations.
|
class |
Verifier
SAX ContentHandler that verifies incoming SAX event stream.
|
Modifier and Type | Method and Description |
---|---|
boolean |
Acceptor.onAttribute2(String namespaceURI,
String localName,
String qName,
String value,
IDContextProvider2 context,
StringRef refErr,
DatatypeRef refType)
processes an attribute.
|
boolean |
Acceptor.onText2(String literal,
IDContextProvider2 context,
StringRef refErr,
DatatypeRef refType)
processes a string literal.
|
Modifier and Type | Class and Description |
---|---|
class |
IDConstraintChecker
Verifier with XML Schema-related enforcement.
|
Modifier and Type | Class and Description |
---|---|
class |
TypeDetector
assign types to the incoming SAX2 events and reports them to
the application handler through TypedContentHandler.
|
Modifier and Type | Field and Description |
---|---|
IDContextProvider2 |
StringToken.context |
Modifier and Type | Method and Description |
---|---|
boolean |
ExpressionAcceptor.onAttribute2(String namespaceURI,
String localName,
String qName,
String value,
IDContextProvider2 context,
StringRef refErr,
DatatypeRef refType) |
boolean |
ExpressionAcceptor.onText2(String literal,
IDContextProvider2 provider,
StringRef refErr,
DatatypeRef refType) |
boolean |
ComplexAcceptorBaseImpl.onText2(String literal,
IDContextProvider2 context,
StringRef refErr,
DatatypeRef refType)
eats string literal
|
Constructor and Description |
---|
AttributeToken(REDocumentDeclaration docDecl,
String namespaceURI,
String localName,
String qName,
String value,
IDContextProvider2 context) |
StringToken(REDocumentDeclaration docDecl,
String literal,
IDContextProvider2 context) |
StringToken(REDocumentDeclaration docDecl,
String literal,
IDContextProvider2 context,
DatatypeRef refType) |
StringToken(ResidualCalculator resCalc,
String literal,
IDContextProvider2 context,
DatatypeRef refType) |
Copyright © 2016 Oracle Corporation. All rights reserved.