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
IOException
public void visit(ReplayParseEventDelegator rules)
visit
in interface ReplayParseEventDelegatorVisitor
public void handleOpenTagNode(ParseContext context, org.htmlparser.nodes.TagNode node) throws IOException
handleOpenTagNode
in interface OpenTagHandler
IOException
public void handleCloseTagNode(ParseContext context, org.htmlparser.nodes.TagNode node) throws IOException
handleCloseTagNode
in interface CloseTagHandler
IOException
Copyright © 2005–2015 IIPC. All rights reserved.