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 REDocumentDeclarationGrammarLoader. loadVGM(String url)parses the specified schema and returns the result as a VGM.static REDocumentDeclarationGrammarLoader. loadVGM(String url, GrammarReaderController controller, SAXParserFactory factory)parses the specified schema and returns the result as a VGM.static REDocumentDeclarationGrammarLoader. loadVGM(InputSource source)static REDocumentDeclarationGrammarLoader. loadVGM(InputSource source, GrammarReaderController controller, SAXParserFactory factory)REDocumentDeclarationGrammarLoader. parseVGM(String url)REDocumentDeclarationGrammarLoader. 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 REDocumentDeclarationAttributeFeeder. docDeclprotected REDocumentDeclarationAttributeToken. docDeclprotected REDocumentDeclarationExpressionAcceptor. docDeclthis 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 classXSREDocDeclREDocumentDeclarationthat supports several W3C XML Schema specific semantics.
-