Class REDocumentDeclaration

java.lang.Object
com.sun.msv.verifier.regexp.REDocumentDeclaration
All Implemented Interfaces:
DocumentDeclaration
Direct Known Subclasses:
XSREDocDecl

public class REDocumentDeclaration extends Object implements DocumentDeclaration
DocumentDeclaration implementation Grammar object can be shared among multiple threads, but this object cannot be shared.

REDocumentDeclaration always returns subclasses of ExpressionAcceptor as the Acceptor implementation.

Author:
Kohsuke KAWAGUCHI