Interface IHtmlCallback
- All Known Subinterfaces:
DomLessSourceExtractor.IGeneratorCallback
- All Known Implementing Classes:
DefaultSourceExtractor.HtmlCallBack
,DomLessSourceExtractor.HtmlCallback
public interface IHtmlCallback
Callback which is implemented by users of the IHtmlParser. The parser traverses the dom-nodes in
an in-order.
- Author:
- danielk, yinnonh
-
Method Summary
Modifier and TypeMethodDescriptionvoid
handleEndTag
(ITag tag) void
handleStartTag
(ITag tag) void
handleText
(CAstSourcePositionMap.Position pos, String text)
-
Method Details
-
handleStartTag
-
handleText
-
handleEndTag
-