Package com.sun.msv.relaxns.grammar
Class RELAXGrammar
java.lang.Object
com.sun.msv.relaxns.grammar.RELAXGrammar
- All Implemented Interfaces:
Grammar
,Serializable
"Grammar" of RELAX Namespace.
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionfinal Map
map from namespace URI to IslandSchema.final ExpressionPool
expression pool that was used to create these objectstop-level expression -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetPool()
gets ExpressionPool object which was used to construct this grammar.gets top-level expression.
-
Field Details
-
moduleMap
map from namespace URI to IslandSchema. All modules are stored in this map.- See Also:
-
IslandSchema
-
topLevel
top-level expression -
pool
expression pool that was used to create these objects
-
-
Constructor Details
-
RELAXGrammar
-
-
Method Details
-
getTopLevel
Description copied from interface:Grammar
gets top-level expression. This expression shall be the constraint over the document element. Never return null.- Specified by:
getTopLevel
in interfaceGrammar
-
getPool
Description copied from interface:Grammar
gets ExpressionPool object which was used to construct this grammar. Never return null.
-