1 package com.thaiopensource.relaxng.parse;2 3 public interface Grammar extends GrammarSection, Scope {4 ParsedPattern endGrammar(Location loc, Annotations anno) throws BuildException;5 }6