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
IslandSchema
public Expression topLevel
public final ExpressionPool pool
public RELAXGrammar(ExpressionPool pool)
public Expression getTopLevel()
Grammar
getTopLevel
in interface Grammar
public ExpressionPool getPool()
Grammar
Copyright © 2016 Oracle Corporation. All rights reserved.