Uses of Interface
com.sun.msv.verifier.Acceptor
Packages that use Acceptor
Package
Description
"divide&validate" framework implementation.
Contains abstract model for grammar-based schema and
concrete verifier implementation for the abstract schema.
Verifier with XML Schema's identity constraint check.
Type-assignment engine
that can be used by application programs.
VGM implementation by using regular expression derivation algorithm.
RegExp VGM implementation that supports special semantics of XML Schema
-
Uses of Acceptor in com.sun.msv.relaxns.verifier
Classes in com.sun.msv.relaxns.verifier that implement AcceptorModifier and TypeClassDescriptionclass
Acceptor that is used to validate root node of the island.Methods in com.sun.msv.relaxns.verifier that return Acceptor -
Uses of Acceptor in com.sun.msv.verifier
Fields in com.sun.msv.verifier declared as AcceptorModifier and TypeFieldDescription(package private) final Acceptor
Verifier.Context.acceptor
protected Acceptor
Verifier.current
Methods in com.sun.msv.verifier that return AcceptorModifier and TypeMethodDescriptionDocumentDeclaration.createAcceptor()
creates a new Acceptor that will validate the document element.Acceptor.createChildAcceptor
(StartTagInfo sti, StringRef refErr) creates an Acceptor that will accept the content model of the children of this moment.Acceptor.createClone()
clones this acceptor.Methods in com.sun.msv.verifier with parameters of type AcceptorModifier and TypeMethodDescriptionprotected org.relaxng.datatype.Datatype[]
protected void
Verifier.onNextAcceptorReady
(StartTagInfo sti, Acceptor nextAcceptor) this method is called from the startElement method after the tag name is processed and the child acceptor is created.boolean
Acceptor.stepForward
(Acceptor child, StringRef errRef) eats a child elementConstructors in com.sun.msv.verifier with parameters of type AcceptorModifierConstructorDescription(package private)
Context
(Verifier.Context prev, Acceptor acc, int scl, int plv) -
Uses of Acceptor in com.sun.msv.verifier.identity
Methods in com.sun.msv.verifier.identity with parameters of type AcceptorModifier and TypeMethodDescriptionprotected org.relaxng.datatype.Datatype[]
IDConstraintChecker.feedAttribute
(Acceptor child, String uri, String localName, String qName, String value) protected void
IDConstraintChecker.onNextAcceptorReady
(StartTagInfo sti, Acceptor next) -
Uses of Acceptor in com.sun.msv.verifier.psvi
Methods in com.sun.msv.verifier.psvi with parameters of type AcceptorModifier and TypeMethodDescriptionprotected org.relaxng.datatype.Datatype[]
TypeDetector.feedAttribute
(Acceptor child, String uri, String localName, String qName, String value) protected void
TypeDetector.onNextAcceptorReady
(StartTagInfo sti, Acceptor nextAcceptor) -
Uses of Acceptor in com.sun.msv.verifier.regexp
Classes in com.sun.msv.verifier.regexp that implement AcceptorModifier and TypeClassDescriptionfinal class
Accept that is used when more than one pattern can be applicable to the current context.class
base implementation of ComplexAcceptor.class
base implementation for SimpleAcceptor and ComplexAcceptorclass
Acceptor
implementation.class
Acceptor that will be used when only one ElementExp matches the start tag.Methods in com.sun.msv.verifier.regexp that return AcceptorModifier and TypeMethodDescriptionprotected Acceptor
ContentModelAcceptor.createAcceptor
(Expression combined, Expression continuation, ElementExp[] primitives, int numPrimitives) creates actual Acceptor object from the computed result.protected abstract Acceptor
ExpressionAcceptor.createAcceptor
(Expression contentModel, Expression continuation, ElementExp[] primitives, int numPrimitives) REDocumentDeclaration.createAcceptor()
ExpressionAcceptor.createChildAcceptor
(StartTagInfo tag, StringRef errRef) creates combined child acceptor and primitive child acceptors (if necessary).ComplexAcceptor.createClone()
SimpleAcceptor.createClone()
private final Acceptor
ExpressionAcceptor.createRecoveryAcceptors()
creates Acceptor that recovers from errors.Methods in com.sun.msv.verifier.regexp with parameters of type AcceptorModifier and TypeMethodDescriptionfinal boolean
ComplexAcceptorBaseImpl.stepForward
(Acceptor child, StringRef errRef) boolean
ContentModelAcceptor.stepForward
(Acceptor child, StringRef errRef) -
Uses of Acceptor in com.sun.msv.verifier.regexp.xmlschema
Classes in com.sun.msv.verifier.regexp.xmlschema that implement AcceptorMethods in com.sun.msv.verifier.regexp.xmlschema that return AcceptorModifier and TypeMethodDescriptionprotected Acceptor
XSAcceptor.createAcceptor
(Expression combined, Expression continuation, ElementExp[] primitives, int numPrimitives) creates an XSAcceptor instead of default acceptor implementations.XSREDocDecl.createAcceptor()
XSAcceptor.createChildAcceptor
(StartTagInfo sti, StringRef refErr) XSAcceptor.createClone()
private Acceptor
XSAcceptor.onNotSubstitutableType
(StartTagInfo sti, String type, StringRef refErr) private Acceptor
XSAcceptor.onTypeResolutionFailure
(StartTagInfo sti, String type, StringRef refErr)