Package | Description |
---|---|
com.sun.msv.verifier.regexp |
VGM implementation by using regular expression derivation algorithm.
|
com.sun.msv.verifier.regexp.xmlschema |
RegExp VGM implementation that supports special semantics of XML Schema
This package should be considered as a dity ugly quick-hack.
|
Modifier and Type | Field and Description |
---|---|
AttributeToken |
REDocumentDeclaration.attToken
the AttributeToken object which is re-used
Only one AttributeToken object is used during the
Acceptor.onAttribute(java.lang.String, java.lang.String, java.lang.String, java.lang.String, com.sun.msv.grammar.IDContextProvider, com.sun.msv.util.StringRef, com.sun.msv.util.DatatypeRef) method. |
Modifier and Type | Method and Description |
---|---|
Expression |
AttributeFeeder.feed(Expression exp,
AttributeToken token,
boolean ignoreUndeclaredAttribute) |
protected boolean |
ExpressionAcceptor.onAttribute(AttributeToken token,
StringRef refErr) |
protected boolean |
ComplexAcceptorBaseImpl.onAttribute(AttributeToken token,
StringRef refErr) |
Modifier and Type | Method and Description |
---|---|
protected boolean |
XSAcceptor.onAttribute(AttributeToken token,
StringRef refErr) |
MSV