Class DefaultSourceExtractor.HtmlCallBack
java.lang.Object
com.ibm.wala.cast.js.html.DomLessSourceExtractor.HtmlCallback
com.ibm.wala.cast.js.html.DefaultSourceExtractor.HtmlCallBack
- All Implemented Interfaces:
DomLessSourceExtractor.IGeneratorCallback
,IHtmlCallback
- Enclosing class:
DefaultSourceExtractor
protected static class DefaultSourceExtractor.HtmlCallBack
extends DomLessSourceExtractor.HtmlCallback
-
Field Summary
Fields inherited from class com.ibm.wala.cast.js.html.DomLessSourceExtractor.HtmlCallback
DEBUG, domRegion, entrypointRegion, entrypointUrl, scriptRegion, urlResolver
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprotected void
endElement
(String name) protected void
void
handleEndTag
(ITag tag) protected void
protected void
printlnIndented
(String line, ITag relatedTag) protected void
protected void
writeElement
(ITag tag, String cons, String varName) protected void
protected void
writePortletAttribute
(ITag tag, String attr, String value, String varName) Methods inherited from class com.ibm.wala.cast.js.html.DomLessSourceExtractor.HtmlCallback
addDefaultHandlerInvocations, getScriptName, handleDOM, handleScript, handleStartTag, handleText, makePos, quotify, writeEntrypoint, writeEntrypoint, writeEventLoopHeader, writeToFinalRegion
-
Constructor Details
-
HtmlCallBack
-
-
Method Details
-
handleEndTag
- Specified by:
handleEndTag
in interfaceIHtmlCallback
- Overrides:
handleEndTag
in classDomLessSourceExtractor.HtmlCallback
-
handleDOM
- Overrides:
handleDOM
in classDomLessSourceExtractor.HtmlCallback
-
printlnIndented
-
writeElement
-
inputElementCallback
protected void inputElementCallback() -
writeAttribute
-
writeEventAttribute
-
writePortletAttribute
-
endElement
-