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