|
||||||||||
| 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
com.sun.msv.relaxns.verifier.RulesAcceptor
public class RulesAcceptor
Acceptor that is used to validate root node of the island.
This object receives DeclImpls and validates them.
| Field Summary | |
|---|---|
protected DeclImpl[] |
owners
|
| Fields inherited from class com.sun.msv.verifier.regexp.ComplexAcceptorBaseImpl |
|---|
contents |
| Fields inherited from class com.sun.msv.verifier.regexp.ExpressionAcceptor |
|---|
docDecl, ignoreUndeclaredAttributes |
| Fields inherited from interface com.sun.msv.verifier.Acceptor |
|---|
STRING_IGNORE, STRING_PROHIBITED, STRING_STRICT |
| Constructor Summary | |
|---|---|
RulesAcceptor(REDocumentDeclaration docDecl,
DeclImpl[] rules)
|
|
| Method Summary | |
|---|---|
Acceptor |
createClone()
clones this acceptor. |
| Methods inherited from class com.sun.msv.verifier.regexp.ComplexAcceptorBaseImpl |
|---|
onAttribute, onEndAttributes, onText2, stepForward |
| Methods inherited from class com.sun.msv.verifier.regexp.ContentModelAcceptor |
|---|
createAcceptor, getOwnerType |
| Methods inherited from class com.sun.msv.verifier.regexp.ExpressionAcceptor |
|---|
createChildAcceptor, diagnoseUncompletedContent, getExpression, getStringCareLevel, isAcceptState, onAttribute, onAttribute2, onText, stepForward, stepForwardByContinuation |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected final DeclImpl[] owners
| Constructor Detail |
|---|
public RulesAcceptor(REDocumentDeclaration docDecl,
DeclImpl[] rules)
| Method Detail |
|---|
public Acceptor createClone()
AcceptorYou can keep a "bookmark" of the acceptor by cloning it. This is useful when you are trying to perform "partial validation".
Cloned acceptor will behave in exactly the same way as the original one.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||