|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.sun.msv.relaxns.grammar.RELAXGrammar
"Grammar" of RELAX Namespace.
Field Summary | |
Map |
moduleMap
map from namespace URI to IslandSchema. |
ExpressionPool |
pool
expression pool that was used to create these objects |
Expression |
topLevel
top-level expression |
Constructor Summary | |
RELAXGrammar(ExpressionPool pool)
|
Method Summary | |
ExpressionPool |
getPool()
gets ExpressionPool object which was used to construct this grammar. |
Expression |
getTopLevel()
gets top-level expression. |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
public final Map moduleMap
IslandSchema
public final ExpressionPool pool
public Expression topLevel
Constructor Detail |
public RELAXGrammar(ExpressionPool pool)
Method Detail |
public ExpressionPool getPool()
Grammar
getPool
in interface Grammar
public Expression getTopLevel()
Grammar
getTopLevel
in interface Grammar
|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |