Package com.sun.javatest.finder
Class HTMLCommentStream
- java.lang.Object
-
- com.sun.javatest.finder.CommentStream
-
- com.sun.javatest.finder.HTMLCommentStream
-
public class HTMLCommentStream extends CommentStream
This class extracts all ASCII characters within HTML comments bound by "". The comment may span multiple lines.- See Also:
CommentStream
-
-
Field Summary
-
Fields inherited from class com.sun.javatest.finder.CommentStream
cs, fastScan
-
-
Constructor Summary
Constructors Constructor Description HTMLCommentStream()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
readComment()
Read the next comment from the input reader.-
Methods inherited from class com.sun.javatest.finder.CommentStream
close, init, setFastScan
-
-
-
-
Method Detail
-
readComment
public java.lang.String readComment() throws java.io.IOException
Description copied from class:CommentStream
Read the next comment from the input reader.- Specified by:
readComment
in classCommentStream
- Returns:
- The next comment that is read from the stream.
- Throws:
java.io.IOException
- if there is a problem while reading the next comment.
-
-