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