Class CommentListImpl
- java.lang.Object
-
- com.thaiopensource.relaxng.input.parse.CommentListImpl
-
- All Implemented Interfaces:
CommentList<SourceLocation>
public class CommentListImpl extends java.lang.Object implements CommentList<SourceLocation>
-
-
Constructor Summary
Constructors Constructor Description CommentListImpl()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidaddComment(java.lang.String value, SourceLocation loc)
-
-
-
Method Detail
-
addComment
public void addComment(java.lang.String value, SourceLocation loc) throws BuildException- Specified by:
addCommentin interfaceCommentList<SourceLocation>- Throws:
BuildException
-
-