001 package com.thaiopensource.relaxng.parse; 002 003 public interface Include extends GrammarSection { 004 void endInclude(String uri, String ns, 005 Location loc, Annotations anno) throws BuildException, IllegalSchemaException; 006 }