Uses of Interface
com.sun.msv.verifier.Acceptor
-
Packages that use Acceptor Package Description com.sun.msv.relaxns.verifier "divide&validate" framework implementation.com.sun.msv.verifier Contains abstract model for grammar-based schema and concrete verifier implementation for the abstract schema.com.sun.msv.verifier.identity Verifier with XML Schema's identity constraint check.com.sun.msv.verifier.psvi Type-assignment engine that can be used by application programs.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 Acceptor in com.sun.msv.relaxns.verifier
Classes in com.sun.msv.relaxns.verifier that implement Acceptor Modifier and Type Class Description classRulesAcceptorAcceptor that is used to validate root node of the island.Methods in com.sun.msv.relaxns.verifier that return Acceptor Modifier and Type Method Description AcceptorRulesAcceptor. createClone() -
Uses of Acceptor in com.sun.msv.verifier
Fields in com.sun.msv.verifier declared as Acceptor Modifier and Type Field Description (package private) AcceptorVerifier.Context. acceptorprotected AcceptorVerifier. currentMethods in com.sun.msv.verifier that return Acceptor Modifier and Type Method Description AcceptorDocumentDeclaration. createAcceptor()creates a new Acceptor that will validate the document element.AcceptorAcceptor. createChildAcceptor(StartTagInfo sti, StringRef refErr)creates an Acceptor that will accept the content model of the children of this moment.AcceptorAcceptor. createClone()clones this acceptor.Methods in com.sun.msv.verifier with parameters of type Acceptor Modifier and Type Method Description protected org.relaxng.datatype.Datatype[]Verifier. feedAttribute(Acceptor child, java.lang.String uri, java.lang.String localName, java.lang.String qName, java.lang.String value)protected voidVerifier. 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.booleanAcceptor. stepForward(Acceptor child, StringRef errRef)eats a child elementConstructors in com.sun.msv.verifier with parameters of type Acceptor Constructor Description 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 Acceptor Modifier and Type Method Description protected org.relaxng.datatype.Datatype[]IDConstraintChecker. feedAttribute(Acceptor child, java.lang.String uri, java.lang.String localName, java.lang.String qName, java.lang.String value)protected voidIDConstraintChecker. 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 Acceptor Modifier and Type Method Description protected org.relaxng.datatype.Datatype[]TypeDetector. feedAttribute(Acceptor child, java.lang.String uri, java.lang.String localName, java.lang.String qName, java.lang.String value)protected voidTypeDetector. onNextAcceptorReady(StartTagInfo sti, Acceptor nextAcceptor) -
Uses of Acceptor in com.sun.msv.verifier.regexp
Classes in com.sun.msv.verifier.regexp that implement Acceptor Modifier and Type Class Description classComplexAcceptorAccept that is used when more than one pattern can be applicable to the current context.classComplexAcceptorBaseImplbase implementation of ComplexAcceptor.classContentModelAcceptorbase implementation for SimpleAcceptor and ComplexAcceptorclassExpressionAcceptorAcceptorimplementation.classSimpleAcceptorAcceptor that will be used when only one ElementExp matches the start tag.Methods in com.sun.msv.verifier.regexp that return Acceptor Modifier and Type Method Description protected AcceptorContentModelAcceptor. createAcceptor(Expression combined, Expression continuation, ElementExp[] primitives, int numPrimitives)creates actual Acceptor object from the computed result.protected abstract AcceptorExpressionAcceptor. createAcceptor(Expression contentModel, Expression continuation, ElementExp[] primitives, int numPrimitives)AcceptorREDocumentDeclaration. createAcceptor()AcceptorExpressionAcceptor. createChildAcceptor(StartTagInfo tag, StringRef errRef)creates combined child acceptor and primitive child acceptors (if necessary).AcceptorComplexAcceptor. createClone()AcceptorSimpleAcceptor. createClone()private AcceptorExpressionAcceptor. createRecoveryAcceptors()creates Acceptor that recovers from errors.Methods in com.sun.msv.verifier.regexp with parameters of type Acceptor Modifier and Type Method Description booleanComplexAcceptorBaseImpl. stepForward(Acceptor child, StringRef errRef)booleanContentModelAcceptor. 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 Acceptor Modifier and Type Class Description classXSAcceptorAcceptor implementation for XSREDocDecl.Methods in com.sun.msv.verifier.regexp.xmlschema that return Acceptor Modifier and Type Method Description protected AcceptorXSAcceptor. createAcceptor(Expression combined, Expression continuation, ElementExp[] primitives, int numPrimitives)creates an XSAcceptor instead of default acceptor implementations.AcceptorXSREDocDecl. createAcceptor()AcceptorXSAcceptor. createChildAcceptor(StartTagInfo sti, StringRef refErr)AcceptorXSAcceptor. createClone()private AcceptorXSAcceptor. onNotSubstitutableType(StartTagInfo sti, java.lang.String type, StringRef refErr)private AcceptorXSAcceptor. onTypeResolutionFailure(StartTagInfo sti, java.lang.String type, StringRef refErr)
-