|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.sun.msv.relaxns.grammar.RELAXGrammar
public class 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 Expression topLevel
public final ExpressionPool pool
Constructor Detail |
---|
public RELAXGrammar(ExpressionPool pool)
Method Detail |
---|
public Expression getTopLevel()
Grammar
getTopLevel
in interface Grammar
public ExpressionPool getPool()
Grammar
getPool
in interface Grammar
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |