Uses of Class
com.sun.msv.verifier.regexp.REDocumentDeclaration
Packages that use REDocumentDeclaration
Package
Description
Miscellaneous utilities
"divide&validate" framework implementation.
VGM implementation by using regular expression derivation algorithm.
RegExp VGM implementation that supports special semantics of XML Schema
-
Uses of REDocumentDeclaration in com.sun.msv.reader.util
Methods in com.sun.msv.reader.util that return REDocumentDeclarationModifier and TypeMethodDescriptionstatic REDocumentDeclaration
parses the specified schema and returns the result as a VGM.static REDocumentDeclaration
GrammarLoader.loadVGM
(String url, GrammarReaderController controller, SAXParserFactory factory) parses the specified schema and returns the result as a VGM.static REDocumentDeclaration
GrammarLoader.loadVGM
(InputSource source) static REDocumentDeclaration
GrammarLoader.loadVGM
(InputSource source, GrammarReaderController controller, SAXParserFactory factory) GrammarLoader.parseVGM
(InputSource source) private static REDocumentDeclaration
-
Uses of REDocumentDeclaration in com.sun.msv.relaxns.verifier
Constructors in com.sun.msv.relaxns.verifier with parameters of type REDocumentDeclarationModifierConstructorDescriptionprivate
RulesAcceptor
(REDocumentDeclaration docDecl, Expression combined, Expression[] contentModels, DeclImpl[] owners) RulesAcceptor
(REDocumentDeclaration docDecl, DeclImpl[] rules) -
Uses of REDocumentDeclaration in com.sun.msv.verifier.regexp
Fields in com.sun.msv.verifier.regexp declared as REDocumentDeclarationModifier and TypeFieldDescriptionprotected final REDocumentDeclaration
AttributeFeeder.docDecl
protected REDocumentDeclaration
AttributeToken.docDecl
protected final REDocumentDeclaration
ExpressionAcceptor.docDecl
this object provides various function objectsConstructors in com.sun.msv.verifier.regexp with parameters of type REDocumentDeclarationModifierConstructorDescriptionAttributeFeeder
(REDocumentDeclaration docDecl) (package private)
AttributeRecoveryToken
(REDocumentDeclaration docDecl, String namespaceURI, String localName, String qName, StringToken value) (package private)
AttributeToken
(REDocumentDeclaration docDecl) protected
AttributeToken
(REDocumentDeclaration docDecl, String namespaceURI, String localName, String qName, StringToken value) protected
AttributeToken
(REDocumentDeclaration docDecl, String namespaceURI, String localName, String qName, String value, IDContextProvider2 context) ComplexAcceptor
(REDocumentDeclaration docDecl, Expression combined, ElementExp[] primitives) ComplexAcceptor
(REDocumentDeclaration docDecl, Expression combined, Expression[] contentModels, ElementExp[] owners) ComplexAcceptorBaseImpl
(REDocumentDeclaration docDecl, Expression combined, Expression[] contents, boolean ignoreUndeclaredAttributes) protected
ContentModelAcceptor
(REDocumentDeclaration docDecl, Expression exp, boolean ignoreUndeclaredAttributes) ExpressionAcceptor
(REDocumentDeclaration docDecl, Expression exp, boolean ignoreUndeclaredAttributes) SimpleAcceptor
(REDocumentDeclaration docDecl, Expression combined, ElementExp owner, Expression continuation) StringToken
(REDocumentDeclaration docDecl, String literal, IDContextProvider2 context) StringToken
(REDocumentDeclaration docDecl, String literal, IDContextProvider2 context, DatatypeRef refType) -
Uses of REDocumentDeclaration in com.sun.msv.verifier.regexp.xmlschema
Subclasses of REDocumentDeclaration in com.sun.msv.verifier.regexp.xmlschemaModifier and TypeClassDescriptionclass
REDocumentDeclaration
that supports several W3C XML Schema specific semantics.