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 TypeMethodDescriptionvoidhandleEndTag(ITag tag) voidhandleStartTag(ITag tag) voidhandleText(CAstSourcePositionMap.Position pos, String text)
-
Method Details
-
handleStartTag
-
handleText
-
handleEndTag
-