|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.sun.msv.verifier.regexp.ExpressionAcceptor
com.sun.msv.verifier.regexp.ContentModelAcceptor
com.sun.msv.verifier.regexp.ComplexAcceptorBaseImpl
base implementation of ComplexAcceptor.
Field Summary |
Fields inherited from interface com.sun.msv.verifier.Acceptor |
STRING_IGNORE, STRING_PROHIBITED, STRING_STRICT |
Constructor Summary | |
ComplexAcceptorBaseImpl(REDocumentDeclaration docDecl,
Expression combined,
Expression[] contents,
boolean ignoreUndeclaredAttributes)
|
Method Summary | |
boolean |
onEndAttributes(StartTagInfo sti,
StringRef refErr)
notifies the end of attributes. |
boolean |
onText2(String literal,
IDContextProvider2 context,
StringRef refErr,
DatatypeRef refType)
eats string literal |
boolean |
stepForward(Acceptor child,
StringRef errRef)
eats a child element |
Methods inherited from class com.sun.msv.verifier.regexp.ContentModelAcceptor |
getOwnerType |
Methods inherited from class com.sun.msv.verifier.regexp.ExpressionAcceptor |
createChildAcceptor, getExpression, getStringCareLevel, isAcceptState, onAttribute2, stepForwardByContinuation |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface com.sun.msv.verifier.Acceptor |
createClone |
Constructor Detail |
public ComplexAcceptorBaseImpl(REDocumentDeclaration docDecl, Expression combined, Expression[] contents, boolean ignoreUndeclaredAttributes)
Method Detail |
public boolean onEndAttributes(StartTagInfo sti, StringRef refErr)
Acceptor
This method needs to be called after the Acceptor.onAttribute(java.lang.String, java.lang.String, java.lang.String, java.lang.String, com.sun.msv.grammar.IDContextProvider, com.sun.msv.util.StringRef, com.sun.msv.util.DatatypeRef)
method is called for each present attribute.
An error at this method typically indicates that some required attributes are missing.
onEndAttributes
in interface Acceptor
onEndAttributes
in class ExpressionAcceptor
public final boolean onText2(String literal, IDContextProvider2 context, StringRef refErr, DatatypeRef refType)
onText2
in interface Acceptor
onText2
in class ExpressionAcceptor
public final boolean stepForward(Acceptor child, StringRef errRef)
Acceptor
A child acceptor created by the createChildAcceptor
method
will be ultimately consumed by the parent through this method.
It is the caller's responsibility to make sure that child acceptor is in the accept state. If it's not, that indicates that some required elements are missing (in other words, contents are not allowed to end here).
It is the callee's responsibility to recover from error of unsatisified child acceptor. That is, even if the caller finds that there are missing elements, it is possible to call this method as if there was no such error.
stepForward
in interface Acceptor
stepForward
in class ContentModelAcceptor
|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |