Package | Description |
---|---|
com.sun.msv.grammar |
abstract grammar model(AGM): common part.
|
com.sun.msv.grammar.util |
Miscellaneous utility classes.
|
com.sun.msv.reader |
reads XML representation of grammar and creates AGM.
|
com.sun.msv.verifier |
Contains abstract model for grammar-based schema and
concrete verifier implementation for the abstract schema.
|
com.sun.msv.verifier.regexp |
VGM implementation by using regular expression derivation algorithm.
|
Modifier and Type | Method and Description |
---|---|
void |
IDContextProvider2.onID(org.relaxng.datatype.Datatype datatype,
StringToken literal)
this method is called when a type with ID semantics is matched.
|
Modifier and Type | Method and Description |
---|---|
void |
IDContextProviderWrapper.onID(org.relaxng.datatype.Datatype datatype,
StringToken token) |
Modifier and Type | Method and Description |
---|---|
void |
GrammarReader.onID(org.relaxng.datatype.Datatype dt,
StringToken token) |
Modifier and Type | Method and Description |
---|---|
void |
AbstractVerifier.onID(org.relaxng.datatype.Datatype dt,
StringToken token) |
Modifier and Type | Field and Description |
---|---|
StringToken |
AttributeToken.value |
Modifier and Type | Method and Description |
---|---|
protected StringToken |
StringToken.createChildStringToken(String literal,
DatatypeRef dtRef) |
Constructor and Description |
---|
AttributeToken(REDocumentDeclaration docDecl,
String namespaceURI,
String localName,
String qName,
StringToken value) |
Copyright © 2016 Oracle Corporation. All rights reserved.