Package | Description |
---|---|
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.
|
com.sun.msv.verifier.regexp.xmlschema |
RegExp VGM implementation that supports special semantics of XML Schema
|
Modifier and Type | Method and Description |
---|---|
Acceptor |
Acceptor.createChildAcceptor(StartTagInfo sti,
StringRef refErr)
creates an Acceptor that will accept
the content model of the children of this moment.
|
boolean |
Acceptor.isAcceptState(StringRef errRef)
checks if this Acceptor is satisifed.
|
boolean |
Acceptor.onAttribute(String namespaceURI,
String localName,
String qName,
String value,
IDContextProvider context,
StringRef refErr,
DatatypeRef refType)
Deprecated.
|
boolean |
Acceptor.onAttribute2(String namespaceURI,
String localName,
String qName,
String value,
IDContextProvider2 context,
StringRef refErr,
DatatypeRef refType)
processes an attribute.
|
boolean |
Acceptor.onEndAttributes(StartTagInfo sti,
StringRef refErr)
notifies the end of attributes.
|
protected ValidityViolation |
Verifier.onError(StringRef ref,
String defaultMsg,
ErrorInfo ei)
signals an error.
|
boolean |
Acceptor.onText(String literal,
IDContextProvider context,
StringRef refErr,
DatatypeRef refType)
Deprecated.
|
boolean |
Acceptor.onText2(String literal,
IDContextProvider2 context,
StringRef refErr,
DatatypeRef refType)
processes a string literal.
|
boolean |
Acceptor.stepForward(Acceptor child,
StringRef errRef)
eats a child element
|
Modifier and Type | Method and Description |
---|---|
Acceptor |
ExpressionAcceptor.createChildAcceptor(StartTagInfo tag,
StringRef errRef)
creates combined child acceptor and primitive child acceptors (if necessary).
|
boolean |
ExpressionAcceptor.isAcceptState(StringRef errRef)
checks if this Acceptor is satisifed
|
protected boolean |
ExpressionAcceptor.onAttribute(AttributeToken token,
StringRef refErr) |
protected boolean |
ComplexAcceptorBaseImpl.onAttribute(AttributeToken token,
StringRef refErr) |
boolean |
ExpressionAcceptor.onAttribute(String namespaceURI,
String localName,
String qName,
String value,
IDContextProvider context,
StringRef refErr,
DatatypeRef refType)
Deprecated.
|
boolean |
ExpressionAcceptor.onAttribute2(String namespaceURI,
String localName,
String qName,
String value,
IDContextProvider2 context,
StringRef refErr,
DatatypeRef refType) |
boolean |
ExpressionAcceptor.onEndAttributes(StartTagInfo sti,
StringRef refErr) |
boolean |
ComplexAcceptorBaseImpl.onEndAttributes(StartTagInfo sti,
StringRef refErr) |
boolean |
ExpressionAcceptor.onText(String literal,
IDContextProvider context,
StringRef refErr,
DatatypeRef refType)
Deprecated.
|
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
|
boolean |
ContentModelAcceptor.stepForward(Acceptor child,
StringRef errRef) |
boolean |
ComplexAcceptorBaseImpl.stepForward(Acceptor child,
StringRef errRef) |
protected boolean |
ExpressionAcceptor.stepForward(Token token,
StringRef errRef) |
boolean |
ExpressionAcceptor.stepForwardByContinuation(Expression continuation,
StringRef errRef) |
Modifier and Type | Method and Description |
---|---|
Acceptor |
XSAcceptor.createChildAcceptor(StartTagInfo sti,
StringRef refErr) |
protected boolean |
XSAcceptor.onAttribute(AttributeToken token,
StringRef refErr) |
Copyright © 2016 Oracle Corporation. All rights reserved.