com.sun.msv.verifier.regexp

Class ComplexAcceptorBaseImpl

public abstract class ComplexAcceptorBaseImpl extends ContentModelAcceptor

base implementation of ComplexAcceptor.

Author: Kohsuke KAWAGUCHI

Constructor Summary
ComplexAcceptorBaseImpl(REDocumentDeclaration docDecl, Expression combined, Expression[] contents, boolean ignoreUndeclaredAttributes)
Method Summary
booleanonEndAttributes(StartTagInfo sti, StringRef refErr)
booleanonText2(String literal, IDContextProvider2 context, StringRef refErr, DatatypeRef refType)
eats string literal
booleanstepForward(Acceptor child, StringRef errRef)

Constructor Detail

ComplexAcceptorBaseImpl

public ComplexAcceptorBaseImpl(REDocumentDeclaration docDecl, Expression combined, Expression[] contents, boolean ignoreUndeclaredAttributes)

Method Detail

onEndAttributes

public boolean onEndAttributes(StartTagInfo sti, StringRef refErr)

onText2

public final boolean onText2(String literal, IDContextProvider2 context, StringRef refErr, DatatypeRef refType)
eats string literal

stepForward

public final boolean stepForward(Acceptor child, StringRef errRef)