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(java.lang.String url)parses the specified schema and returns the result as a VGM.static REDocumentDeclarationGrammarLoader. loadVGM(java.lang.String url, GrammarReaderController controller, javax.xml.parsers.SAXParserFactory factory)parses the specified schema and returns the result as a VGM.static REDocumentDeclarationGrammarLoader. loadVGM(org.xml.sax.InputSource source)static REDocumentDeclarationGrammarLoader. loadVGM(org.xml.sax.InputSource source, GrammarReaderController controller, javax.xml.parsers.SAXParserFactory factory)REDocumentDeclarationGrammarLoader. parseVGM(java.lang.String url)REDocumentDeclarationGrammarLoader. parseVGM(org.xml.sax.InputSource source)private static REDocumentDeclarationGrammarLoader. wrapByVGM(Grammar g) -
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, 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 REDocumentDeclaration Modifier and Type Field Description protected REDocumentDeclarationAttributeFeeder. docDeclprotected REDocumentDeclarationAttributeToken. docDeclprotected REDocumentDeclarationExpressionAcceptor. docDeclthis object provides various function objectsConstructors in com.sun.msv.verifier.regexp with parameters of type REDocumentDeclaration Constructor Description AttributeFeeder(REDocumentDeclaration docDecl)AttributeRecoveryToken(REDocumentDeclaration docDecl, java.lang.String namespaceURI, java.lang.String localName, java.lang.String qName, StringToken value)AttributeToken(REDocumentDeclaration docDecl)AttributeToken(REDocumentDeclaration docDecl, java.lang.String namespaceURI, java.lang.String localName, java.lang.String qName, StringToken value)AttributeToken(REDocumentDeclaration docDecl, java.lang.String namespaceURI, java.lang.String localName, java.lang.String qName, java.lang.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)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, java.lang.String literal, IDContextProvider2 context)StringToken(REDocumentDeclaration docDecl, java.lang.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.xmlschema Modifier and Type Class Description classXSREDocDeclREDocumentDeclarationthat supports several W3C XML Schema specific semantics.
-