Package com.sun.msv.relaxns.verifier
Class RulesAcceptor
java.lang.Object
com.sun.msv.verifier.regexp.ExpressionAcceptor
com.sun.msv.verifier.regexp.ContentModelAcceptor
com.sun.msv.verifier.regexp.ComplexAcceptorBaseImpl
com.sun.msv.relaxns.verifier.RulesAcceptor
- All Implemented Interfaces:
Acceptor
Acceptor that is used to validate root node of the island.
This object receives
DeclImpls and validates them.- Author:
- Kohsuke KAWAGUCHI
-
Field Summary
FieldsFields inherited from class com.sun.msv.verifier.regexp.ComplexAcceptorBaseImpl
contentsFields inherited from class com.sun.msv.verifier.regexp.ExpressionAcceptor
docDecl, ignoreUndeclaredAttributesFields inherited from interface com.sun.msv.verifier.Acceptor
STRING_IGNORE, STRING_PROHIBITED, STRING_STRICT -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class com.sun.msv.verifier.regexp.ComplexAcceptorBaseImpl
onAttribute, onEndAttributes, onText2, stepForwardMethods inherited from class com.sun.msv.verifier.regexp.ContentModelAcceptor
createAcceptor, getOwnerTypeMethods inherited from class com.sun.msv.verifier.regexp.ExpressionAcceptor
createChildAcceptor, diagnoseUncompletedContent, getExpression, getStringCareLevel, isAcceptState, onAttribute, onAttribute2, onText, stepForward, stepForwardByContinuation
-
Field Details
-
owners
-
-
Constructor Details
-
RulesAcceptor
-
-
Method Details
-
createClone
Description copied from interface:Acceptorclones this acceptor.You 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.
-