public class RELAXGrammar extends Object implements Grammar
| Modifier and Type | Field and Description |
|---|---|
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 Map moduleMap
IslandSchemapublic Expression topLevel
public final ExpressionPool pool
public RELAXGrammar(ExpressionPool pool)
public Expression getTopLevel()
GrammargetTopLevel in interface Grammarpublic ExpressionPool getPool()
GrammarCopyright © 2014 Oracle Corporation. All Rights Reserved.