Prev Class | Next Class | Frames | No Frames |
Summary: Nested | Field | Method | Constr | Detail: Nested | Field | Method | Constr |
public interface Grammar
extends Serializable
Method Summary | |
ExpressionPool |
|
Expression |
|
public ExpressionPool getPool()
gets ExpressionPool object which was used to construct this grammar. Never return null.
public Expression getTopLevel()
gets top-level expression. This expression shall be the constraint over the document element. Never return null.