Searched refs:RCDATA (Results 1 – 6 of 6) sorted by relevance
/external/owasp/sanitizer/src/main/org/owasp/html/ |
D | HtmlTextEscapingMode.java | 72 RCDATA, enumConstant 110 .put("textarea", RCDATA) 111 .put("title", RCDATA)
|
D | HtmlLexer.java | 306 token, (this.textEscapingMode == HtmlTextEscapingMode.RCDATA in produce()
|
D | TagBalancingHtmlStreamEventReceiver.java | 1000 case RCDATA: return true; in allowsPlainTextualContent()
|
/external/mdnsresponder/mDNSWindows/DNSServiceBrowser/WindowsCE/Resources/ |
D | newres.h | 4 #define SHMENUBAR RCDATA
|
/external/owasp/sanitizer/lib/htmlparser-1.3/doc/ |
D | tokenization.txt | 25 states: PCDATA, RCDATA, CDATA, and PLAINTEXT. Initially it must be in 26 the PCDATA state. In the RCDATA and CDATA states, a further escape flag 82 RCDATA states and the escape flag is false: switch to the 87 If the content model flag is set to either the RCDATA state or 101 When the content model flag is set to either the RCDATA state or 107 If the content model flag is set to either the RCDATA state or 141 If the content model flag is set to the RCDATA or CDATA states 185 If the content model flag is set to the RCDATA or CDATA states but no 187 (fragment case), or, if the content model flag is set to the RCDATA or
|
D | tree-construction.txt | 131 The generic CDATA element parsing algorithm and the generic RCDATA 137 CDATA state; otherwise the algorithm invoked was the generic RCDATA 139 flag to the RCDATA state. 141 4. Then, switch the insertion mode to "in CDATA/RCDATA". 502 Follow the generic RCDATA element parsing algorithm. 531 7. Switch the insertion mode to "in CDATA/RCDATA". 1158 3. Switch the tokeniser's content model flag to the RCDATA state. 1160 5. Switch the insertion mode to "in CDATA/RCDATA". 1247 8.2.5.11 The "in CDATA/RCDATA" insertion mode 1249 When the insertion mode is "in CDATA/RCDATA", tokens must be handled as
|