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 AcceptorAcceptor. createChildAcceptor(StartTagInfo sti, StringRef refErr)creates an Acceptor that will accept the content model of the children of this moment.booleanAcceptor. isAcceptState(StringRef errRef)checks if this Acceptor is satisifed.booleanAcceptor. onAttribute(java.lang.String namespaceURI, java.lang.String localName, java.lang.String qName, java.lang.String value, IDContextProvider context, StringRef refErr, DatatypeRef refType)Deprecated.booleanAcceptor. 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.booleanAcceptor. onEndAttributes(StartTagInfo sti, StringRef refErr)notifies the end of attributes.protected ValidityViolationVerifier. onError(StringRef ref, java.lang.String defaultMsg, ErrorInfo ei)signals an error.booleanAcceptor. onText(java.lang.String literal, IDContextProvider context, StringRef refErr, DatatypeRef refType)Deprecated.booleanAcceptor. onText2(java.lang.String literal, IDContextProvider2 context, StringRef refErr, DatatypeRef refType)processes a string literal.booleanAcceptor. 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 AcceptorExpressionAcceptor. createChildAcceptor(StartTagInfo tag, StringRef errRef)creates combined child acceptor and primitive child acceptors (if necessary).booleanExpressionAcceptor. isAcceptState(StringRef errRef)checks if this Acceptor is satisifedprotected booleanComplexAcceptorBaseImpl. onAttribute(AttributeToken token, StringRef refErr)protected booleanExpressionAcceptor. onAttribute(AttributeToken token, StringRef refErr)booleanExpressionAcceptor. onAttribute(java.lang.String namespaceURI, java.lang.String localName, java.lang.String qName, java.lang.String value, IDContextProvider context, StringRef refErr, DatatypeRef refType)Deprecated.booleanExpressionAcceptor. onAttribute2(java.lang.String namespaceURI, java.lang.String localName, java.lang.String qName, java.lang.String value, IDContextProvider2 context, StringRef refErr, DatatypeRef refType)booleanComplexAcceptorBaseImpl. onEndAttributes(StartTagInfo sti, StringRef refErr)booleanExpressionAcceptor. onEndAttributes(StartTagInfo sti, StringRef refErr)booleanExpressionAcceptor. onText(java.lang.String literal, IDContextProvider context, StringRef refErr, DatatypeRef refType)Deprecated.booleanComplexAcceptorBaseImpl. onText2(java.lang.String literal, IDContextProvider2 context, StringRef refErr, DatatypeRef refType)eats string literalbooleanExpressionAcceptor. onText2(java.lang.String literal, IDContextProvider2 provider, StringRef refErr, DatatypeRef refType)booleanComplexAcceptorBaseImpl. stepForward(Acceptor child, StringRef errRef)booleanContentModelAcceptor. stepForward(Acceptor child, StringRef errRef)protected booleanExpressionAcceptor. stepForward(Token token, StringRef errRef)booleanExpressionAcceptor. 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 AcceptorXSAcceptor. createChildAcceptor(StartTagInfo sti, StringRef refErr)protected booleanXSAcceptor. onAttribute(AttributeToken token, StringRef refErr)private AcceptorXSAcceptor. onNotSubstitutableType(StartTagInfo sti, java.lang.String type, StringRef refErr)private AcceptorXSAcceptor. onTypeResolutionFailure(StartTagInfo sti, java.lang.String type, StringRef refErr)
-