Home | History | Annotate | Download | only in streamhtmlparser

Lines Matching full:javascript

22  * Javascript parser for processing Javascript fragments. In the future,
36 * <li>{@code JS} for javascript templates.
62 * {@code JS} is for attributes taking javascript such as "onclick".
85 * {@code STATE_JS_FILE} the parser is inside javascript code.
107 * Returns {@code true} if the parser is currently processing Javascript.
109 * that takes Javascript, a Javascript script block or the parser
112 * @return {@code true} if the parser is processing Javascript,
119 * a Javascript litteral that is quoted. The caller will typically
121 * Javascript. Knowing whether the element is quoted or not helps
125 * Javascript literal
273 * Returns the state the Javascript parser is in.
277 * parser is processing Javascript and then invoke this method to
280 * @return external state of the javascript parser