OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:lastTagOpened
(Results
1 - 2
of
2
) sorted by null
/external/owasp/sanitizer/src/main/org/owasp/html/
HtmlStreamRenderer.java
56
private String
lastTagOpened
;
125
closeTag(
lastTagOpened
);
166
lastTagOpened
= elementName;
232
if (!
lastTagOpened
.equals(elementName)) {
239
int problemIndex = checkHtmlCdataCloseable(
lastTagOpened
, cdataContent);
/external/owasp/sanitizer/distrib/lib/
owasp-java-html-sanitizer.jar
Completed in 205 milliseconds