KickJava   Java API By Example, From Geeks To Geeks.

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


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