KickJava   Java API By Example, From Geeks To Geeks.

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


1 package com.thaiopensource.relaxng.parse;
2
3 public interface ElementAnnotationBuilder extends Annotations {
4   void addText(String JavaDoc value, Location loc, CommentList comments) throws BuildException;
5   ParsedElementAnnotation makeElementAnnotation() throws BuildException;
6 }
7
Popular Tags