KickJava   Java API By Example, From Geeks To Geeks.

Java > Open Source Codes > com > thaiopensource > relaxng > parse > Include


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