KickJava   Java API By Example, From Geeks To Geeks.

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


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