Uses of Class
com.sun.msv.verifier.regexp.REDocumentDeclaration
-
Packages that use REDocumentDeclaration Package Description com.sun.msv.reader.util Miscellaneous utilitiescom.sun.msv.relaxns.verifier "divide&validate" framework implementation.com.sun.msv.verifier.regexp VGM implementation by using regular expression derivation algorithm.com.sun.msv.verifier.regexp.xmlschema 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 REDocumentDeclaration Modifier and Type Method Description static REDocumentDeclaration
GrammarLoader. loadVGM(String url)
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)
REDocumentDeclaration
GrammarLoader. parseVGM(String url)
REDocumentDeclaration
GrammarLoader. parseVGM(InputSource source)
-
Uses of REDocumentDeclaration in com.sun.msv.relaxns.verifier
Constructors in com.sun.msv.relaxns.verifier with parameters of type REDocumentDeclaration Constructor Description RulesAcceptor(REDocumentDeclaration docDecl, DeclImpl[] rules)
-
Uses of REDocumentDeclaration in com.sun.msv.verifier.regexp
Fields in com.sun.msv.verifier.regexp declared as REDocumentDeclaration Modifier and Type Field Description protected REDocumentDeclaration
AttributeFeeder. docDecl
protected REDocumentDeclaration
AttributeToken. docDecl
protected REDocumentDeclaration
ExpressionAcceptor. docDecl
this object provides various function objects -
Uses of REDocumentDeclaration in com.sun.msv.verifier.regexp.xmlschema
Subclasses of REDocumentDeclaration in com.sun.msv.verifier.regexp.xmlschema Modifier and Type Class Description class
XSREDocDecl
REDocumentDeclaration
that supports several W3C XML Schema specific semantics.
-