OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:reclassify
(Results
1 - 2
of
2
) sorted by null
/external/owasp/sanitizer/src/main/org/owasp/html/
HtmlLexer.java
66
* An FSM that lets us
reclassify
text tokens inside tags as attribute
123
//
Reclassify
as attribute name
124
token = HtmlInputSplitter.
reclassify
(
136
//
Reclassify
as attribute name
137
token = HtmlInputSplitter.
reclassify
(
153
//
Reclassify
as value
154
token = HtmlInputSplitter.
reclassify
(
301
//
reclassify
as UNESCAPED, any tokens that appear in the middle.
305
token =
reclassify
(
390
* <p>This property is useful as it allows fetch to collapse and
reclassify
704
static HtmlToken
reclassify
(HtmlToken token, HtmlTokenType type) {
method in class:HtmlInputSplitter
[
all
...]
/external/owasp/sanitizer/distrib/lib/
owasp-java-html-sanitizer.jar
Completed in 1384 milliseconds