com.sun.msv.relaxns.verifier

Class RulesAcceptor

Implemented Interfaces:
Acceptor

public class RulesAcceptor
extends ComplexAcceptorBaseImpl

Acceptor that is used to validate root node of the island. This object receives DeclImpls and validates them.
Author:
Kohsuke KAWAGUCHI

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()

Methods inherited from class com.sun.msv.verifier.regexp.ComplexAcceptorBaseImpl

onEndAttributes, onText2, stepForward

Methods inherited from class com.sun.msv.verifier.regexp.ContentModelAcceptor

getOwnerType, stepForward

Methods inherited from class com.sun.msv.verifier.regexp.ExpressionAcceptor

createChildAcceptor, getExpression, getStringCareLevel, isAcceptState, onAttribute, onAttribute2, onEndAttributes, onText, onText2, stepForwardByContinuation

Constructor Details

RulesAcceptor

public RulesAcceptor(REDocumentDeclaration docDecl,
                     DeclImpl[] rules)

Method Details

createClone

public Acceptor createClone()
Specified by:
createClone in interface Acceptor