Uses of Class
com.sun.msv.util.StringRef
-
Packages that use StringRef 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 -
-
Uses of StringRef in com.sun.msv.verifier
Methods in com.sun.msv.verifier with parameters of type StringRef Modifier and Type Method 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(java.lang.String namespaceURI, java.lang.String localName, java.lang.String qName, java.lang.String value, IDContextProvider context, StringRef refErr, DatatypeRef refType)
Deprecated.boolean
Acceptor. onAttribute2(java.lang.String namespaceURI, java.lang.String localName, java.lang.String qName, java.lang.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, java.lang.String defaultMsg, ErrorInfo ei)
signals an error.boolean
Acceptor. onText(java.lang.String literal, IDContextProvider context, StringRef refErr, DatatypeRef refType)
Deprecated.boolean
Acceptor. onText2(java.lang.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 Modifier and Type Method 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 satisifedprotected boolean
ComplexAcceptorBaseImpl. onAttribute(AttributeToken token, StringRef refErr)
protected boolean
ExpressionAcceptor. onAttribute(AttributeToken token, StringRef refErr)
boolean
ExpressionAcceptor. onAttribute(java.lang.String namespaceURI, java.lang.String localName, java.lang.String qName, java.lang.String value, IDContextProvider context, StringRef refErr, DatatypeRef refType)
Deprecated.boolean
ExpressionAcceptor. onAttribute2(java.lang.String namespaceURI, java.lang.String localName, java.lang.String qName, java.lang.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(java.lang.String literal, IDContextProvider context, StringRef refErr, DatatypeRef refType)
Deprecated.boolean
ComplexAcceptorBaseImpl. onText2(java.lang.String literal, IDContextProvider2 context, StringRef refErr, DatatypeRef refType)
eats string literalboolean
ExpressionAcceptor. onText2(java.lang.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 Modifier and Type Method Description Acceptor
XSAcceptor. createChildAcceptor(StartTagInfo sti, StringRef refErr)
protected boolean
XSAcceptor. onAttribute(AttributeToken token, StringRef refErr)
private Acceptor
XSAcceptor. onNotSubstitutableType(StartTagInfo sti, java.lang.String type, StringRef refErr)
private Acceptor
XSAcceptor. onTypeResolutionFailure(StartTagInfo sti, java.lang.String type, StringRef refErr)
-