public class CommentRule extends Object implements ReplayParseEventDelegatorVisitor, OpenTagHandler, CloseTagHandler
| Constructor and Description |
|---|
CommentRule() |
| Modifier and Type | Method and Description |
|---|---|
void |
emit(ReplayParseContext context,
org.htmlparser.Node node) |
void |
handleCloseTagNode(ParseContext context,
org.htmlparser.nodes.TagNode node) |
void |
handleOpenTagNode(ParseContext context,
org.htmlparser.nodes.TagNode node) |
void |
visit(ReplayParseEventDelegator rules) |
public void emit(ReplayParseContext context, org.htmlparser.Node node) throws IOException
IOExceptionpublic void visit(ReplayParseEventDelegator rules)
visit in interface ReplayParseEventDelegatorVisitorpublic void handleOpenTagNode(ParseContext context, org.htmlparser.nodes.TagNode node) throws IOException
handleOpenTagNode in interface OpenTagHandlerIOExceptionpublic void handleCloseTagNode(ParseContext context, org.htmlparser.nodes.TagNode node) throws IOException
handleCloseTagNode in interface CloseTagHandlerIOExceptionCopyright © 2005–2015 IIPC. All rights reserved.