Uses of Class
com.sun.msv.relaxns.grammar.DeclImpl
-
Packages that use DeclImpl Package Description com.sun.msv.relaxns.verifier "divide&validate" framework implementation. -
-
Uses of DeclImpl in com.sun.msv.relaxns.verifier
Fields in com.sun.msv.relaxns.verifier declared as DeclImpl Modifier and Type Field Description protected DeclImpl[]RulesAcceptor. ownersprivate DeclImpl[]SchemaProviderImpl. topLevelMethods in com.sun.msv.relaxns.verifier with parameters of type DeclImpl Modifier and Type Method Description private static ExpressionRulesAcceptor. createCombined(ExpressionPool pool, DeclImpl[] rules)helper function for constructorprivate static Expression[]RulesAcceptor. getContents(DeclImpl[] rules)helper function for constructorConstructors in com.sun.msv.relaxns.verifier with parameters of type DeclImpl Constructor Description RulesAcceptor(REDocumentDeclaration docDecl, Expression combined, Expression[] contentModels, DeclImpl[] owners)RulesAcceptor(REDocumentDeclaration docDecl, DeclImpl[] rules)
-