Package com.ibm.wala.cast.js.html
Interface IHtmlCallback
-
- All Known Subinterfaces:
DomLessSourceExtractor.IGeneratorCallback
- All Known Implementing Classes:
DefaultSourceExtractor.HtmlCallBack,DomLessSourceExtractor.HtmlCallback
public interface IHtmlCallbackCallback which is implemented by users of the IHtmlParser. The parser traverses the dom-nodes in an in-order.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidhandleEndTag(ITag tag)voidhandleStartTag(ITag tag)voidhandleText(com.ibm.wala.cast.tree.CAstSourcePositionMap.Position pos, java.lang.String text)
-