public class RELAXGrammar extends java.lang.Object implements Grammar
Modifier and Type | Field and Description |
---|---|
java.util.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 and Description |
---|
RELAXGrammar(ExpressionPool pool) |
Modifier and Type | Method and Description |
---|---|
ExpressionPool |
getPool()
gets ExpressionPool object which was used to construct this grammar.
|
Expression |
getTopLevel()
gets top-level expression.
|
public final java.util.Map moduleMap
IslandSchema
public Expression topLevel
public final ExpressionPool pool
public RELAXGrammar(ExpressionPool pool)
public Expression getTopLevel()
Grammar
getTopLevel
in interface Grammar
public ExpressionPool getPool()
Grammar