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 | Class and Description |
---|---|
(package private) class |
StringRecoveryToken
special StringToken that acts as a wild card.
|
Modifier and Type | Field and Description |
---|---|
StringToken |
AttributeToken.value |
Modifier and Type | Method and Description |
---|---|
protected StringToken |
StringRecoveryToken.createChildStringToken(java.lang.String literal,
DatatypeRef dtRef) |
protected StringToken |
StringToken.createChildStringToken(java.lang.String literal,
DatatypeRef dtRef) |
Modifier and Type | Method and Description |
---|---|
private java.lang.String |
ExpressionAcceptor.diagnoseUnexpectedLiteral(StringToken token)
diagnoses an error when a StringToken is rejected.
|
private java.lang.String |
ExpressionAcceptor.getDiagnosisFromTypedString(DataOrValueExp exp,
StringToken value)
gets error diagnosis message from datatype.
|
(package private) void |
AttributeToken.reinit(java.lang.String namespaceURI,
java.lang.String localName,
java.lang.String qName,
StringToken value) |
Constructor and Description |
---|
AttributeRecoveryToken(REDocumentDeclaration docDecl,
java.lang.String namespaceURI,
java.lang.String localName,
java.lang.String qName,
StringToken value) |
AttributeToken(REDocumentDeclaration docDecl,
java.lang.String namespaceURI,
java.lang.String localName,
java.lang.String qName,
StringToken value) |
StringRecoveryToken(StringToken base) |
StringRecoveryToken(StringToken base,
java.util.Set failedExps) |