1 package com.thaiopensource.relaxng.parse;2 3 public interface Include extends GrammarSection {4 void endInclude(String uri, String ns,5 Location loc, Annotations anno) throws BuildException, IllegalSchemaException;6 }7