001 package com.thaiopensource.relaxng.parse; 002 003 public interface Grammar extends GrammarSection, Scope { 004 ParsedPattern endGrammar(Location loc, Annotations anno) throws BuildException; 005 }