|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use StringRef | |
---|---|
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 |
Uses of StringRef in com.sun.msv.verifier |
---|
Methods in com.sun.msv.verifier with parameters of type StringRef | |
---|---|
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 |
Uses of StringRef in com.sun.msv.verifier.regexp |
---|
Methods in com.sun.msv.verifier.regexp with parameters of type StringRef | |
---|---|
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 |
ComplexAcceptorBaseImpl.onAttribute(AttributeToken token,
StringRef refErr)
|
protected boolean |
ExpressionAcceptor.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 |
ComplexAcceptorBaseImpl.onEndAttributes(StartTagInfo sti,
StringRef refErr)
|
boolean |
ExpressionAcceptor.onEndAttributes(StartTagInfo sti,
StringRef refErr)
|
boolean |
ExpressionAcceptor.onText(String literal,
IDContextProvider context,
StringRef refErr,
DatatypeRef refType)
Deprecated. |
boolean |
ComplexAcceptorBaseImpl.onText2(String literal,
IDContextProvider2 context,
StringRef refErr,
DatatypeRef refType)
eats string literal |
boolean |
ExpressionAcceptor.onText2(String literal,
IDContextProvider2 provider,
StringRef refErr,
DatatypeRef refType)
|
boolean |
ComplexAcceptorBaseImpl.stepForward(Acceptor child,
StringRef errRef)
|
boolean |
ContentModelAcceptor.stepForward(Acceptor child,
StringRef errRef)
|
protected boolean |
ExpressionAcceptor.stepForward(Token token,
StringRef errRef)
|
boolean |
ExpressionAcceptor.stepForwardByContinuation(Expression continuation,
StringRef errRef)
|
Uses of StringRef in com.sun.msv.verifier.regexp.xmlschema |
---|
Methods in com.sun.msv.verifier.regexp.xmlschema with parameters of type StringRef | |
---|---|
Acceptor |
XSAcceptor.createChildAcceptor(StartTagInfo sti,
StringRef refErr)
|
protected boolean |
XSAcceptor.onAttribute(AttributeToken token,
StringRef refErr)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |