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.booleanAcceptor.isAcceptState(StringRef errRef) checks if this Acceptor is satisifed.booleanAcceptor.onAttribute(String namespaceURI, String localName, String qName, String value, IDContextProvider context, StringRef refErr, DatatypeRef refType) Deprecated.booleanAcceptor.onAttribute2(String namespaceURI, String localName, String qName, String value, IDContextProvider2 context, StringRef refErr, DatatypeRef refType) processes an attribute.booleanAcceptor.onEndAttributes(StartTagInfo sti, StringRef refErr) notifies the end of attributes.protected ValidityViolationsignals an error.booleanAcceptor.onText(String literal, IDContextProvider context, StringRef refErr, DatatypeRef refType) Deprecated.booleanAcceptor.onText2(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 StringRefModifier and TypeMethodDescriptionExpressionAcceptor.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) final booleanExpressionAcceptor.onAttribute(String namespaceURI, String localName, String qName, String value, IDContextProvider context, StringRef refErr, DatatypeRef refType) Deprecated.final booleanExpressionAcceptor.onAttribute2(String namespaceURI, String localName, String qName, String value, IDContextProvider2 context, StringRef refErr, DatatypeRef refType) booleanComplexAcceptorBaseImpl.onEndAttributes(StartTagInfo sti, StringRef refErr) booleanExpressionAcceptor.onEndAttributes(StartTagInfo sti, StringRef refErr) final booleanExpressionAcceptor.onText(String literal, IDContextProvider context, StringRef refErr, DatatypeRef refType) Deprecated.final booleanComplexAcceptorBaseImpl.onText2(String literal, IDContextProvider2 context, StringRef refErr, DatatypeRef refType) eats string literalbooleanExpressionAcceptor.onText2(String literal, IDContextProvider2 provider, StringRef refErr, DatatypeRef refType) final booleanComplexAcceptorBaseImpl.stepForward(Acceptor child, StringRef errRef) booleanContentModelAcceptor.stepForward(Acceptor child, StringRef errRef) protected booleanExpressionAcceptor.stepForward(Token token, StringRef errRef) final 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 StringRefModifier and TypeMethodDescriptionXSAcceptor.createChildAcceptor(StartTagInfo sti, StringRef refErr) protected booleanXSAcceptor.onAttribute(AttributeToken token, StringRef refErr)