KickJava   Java API By Example, From Geeks To Geeks.

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


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
Popular Tags