Class RELAXModule

java.lang.Object
com.sun.msv.grammar.relax.RELAXModule
All Implemented Interfaces:
Grammar, Serializable

public class RELAXModule extends Object implements Grammar
"Module" of RELAX Core.
See Also:
  • Field Details

  • Constructor Details

  • Method Details

    • getTopLevel

      public Expression getTopLevel()
      Description copied from interface: Grammar
      gets top-level expression. This expression shall be the constraint over the document element. Never return null.
      Specified by:
      getTopLevel in interface Grammar
    • getPool

      public ExpressionPool getPool()
      Description copied from interface: Grammar
      gets ExpressionPool object which was used to construct this grammar. Never return null.
      Specified by:
      getPool in interface Grammar