Uses of Class
com.sun.msv.util.StringRef
Packages that use StringRef
Package
Description
Contains abstract model for grammar-based schema and
concrete verifier implementation for the abstract schema.
VGM implementation by using regular expression derivation algorithm.
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 StringRefModifier and TypeMethodDescriptionAcceptor.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
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 StringRefModifier and TypeMethodDescriptionExpressionAcceptor.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) final boolean
ExpressionAcceptor.onAttribute
(String namespaceURI, String localName, String qName, String value, IDContextProvider context, StringRef refErr, DatatypeRef refType) Deprecated.final 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) final boolean
ExpressionAcceptor.onText
(String literal, IDContextProvider context, StringRef refErr, DatatypeRef refType) Deprecated.final boolean
ComplexAcceptorBaseImpl.onText2
(String literal, IDContextProvider2 context, StringRef refErr, DatatypeRef refType) eats string literalboolean
ExpressionAcceptor.onText2
(String literal, IDContextProvider2 provider, StringRef refErr, DatatypeRef refType) final boolean
ComplexAcceptorBaseImpl.stepForward
(Acceptor child, StringRef errRef) boolean
ContentModelAcceptor.stepForward
(Acceptor child, StringRef errRef) protected boolean
ExpressionAcceptor.stepForward
(Token token, StringRef errRef) final 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 StringRefModifier and TypeMethodDescriptionXSAcceptor.createChildAcceptor
(StartTagInfo sti, StringRef refErr) protected boolean
XSAcceptor.onAttribute
(AttributeToken token, StringRef refErr) private Acceptor
XSAcceptor.onNotSubstitutableType
(StartTagInfo sti, String type, StringRef refErr) private Acceptor
XSAcceptor.onTypeResolutionFailure
(StartTagInfo sti, String type, StringRef refErr)