Searched defs:CDATA (Results 1 - 19 of 19) sorted by relevance

/external/owasp/sanitizer/src/main/org/owasp/html/
H A DHtmlTextEscapingMode.java36 * The text in CDATA and RCDATA elements must not contain any
63 CDATA, enum constant in enum:HtmlTextEscapingMode
65 * Like {@link #CDATA} but only for certain browsers.
87 .put("iframe", CDATA)
88 // HTML5 does not treat listing as CDATA and treats XMP as deprecated,
93 .put("xmp", CDATA)
106 .put("script", CDATA)
107 .put("style", CDATA)
109 // Textarea and Title are RCDATA, not CDATA, so decode entity references.
159 * special CDATA s
[all...]
/external/apache-xml/src/main/java/org/apache/xml/serializer/
H A DElemDesc.java59 /** Bit position if this element type is CDATA. */
60 private static final int CDATA = (1 << 6); field in class:ElemDesc
/external/apache-xml/src/main/java/org/apache/xml/serializer/dom3/
H A DLSSerializerImpl.java125 private final static int CDATA = 0x1 << 1; field in class:LSSerializerImpl
215 fFeatures |= CDATA;
441 return ((fFeatures & CDATA) != 0) ? Boolean.TRUE : Boolean.FALSE;
473 (fFeatures & CDATA) == 0 &&
535 fFeatures = state ? fFeatures | CDATA : fFeatures
536 & ~CDATA;
700 fFeatures &= ~CDATA;
H A DDOM3TreeWalker.java145 private final static int CDATA = 0x1 << 1; field in class:DOM3TreeWalker
680 type = type == null ? "CDATA" : type;
743 XMLNS_PREFIX + ":" + attrPrefix, "CDATA",
767 XMLNS_PREFIX + ":" + attrPrefix, "CDATA",
923 if ((fFeatures & CDATA) != 0) {
1575 * for well-formedness. Note that the presence of a CDATA termination mark
1964 int i = CDATA;
/external/sfntly/cpp/src/test/tinyxml/
H A Dtinyxml.h1208 and CDATA. It will default to the mode it was parsed from the XML file and
1210 SetCDATA() and query it with CDATA().
1217 normal, encoded text. If you want it be output as a CDATA text
1242 /// Queries whether this represents text using a CDATA section.
1243 bool CDATA() const { return cdata; } function in class:TiXmlText
1244 /// Turns on or off a CDATA representation of text.
1268 bool cdata; // true if this should be input and output as a CDATA style text element
/external/tinyxml/
H A Dtinyxml.h1057 and CDATA. It will default to the mode it was parsed from the XML file and
1059 SetCDATA() and query it with CDATA().
1066 normal, encoded text. If you want it be output as a CDATA text
1091 /// Queries whether this represents text using a CDATA section.
1092 bool CDATA() { return cdata; } function in class:TiXmlText
1093 /// Turns on or off a CDATA representation of text.
1111 bool cdata; // true if this should be input and output as a CDATA style text element
/external/owasp/sanitizer/lib/htmlparser-1.3/
H A Dhtmlparser-1.3-with-transitions.jarMETA-INF/MANIFEST.MF nu/validator/htmlparser/tools/XSLT4HTML5XOM.class XSLT4HTML5XOM.java package nu. ...
H A Dhtmlparser-1.3.jarMETA-INF/MANIFEST.MF nu/validator/htmlparser/tools/XSLT4HTML5XOM.class XSLT4HTML5XOM.java package nu. ...
/external/owasp/sanitizer/distrib/lib/
H A Dowasp-java-html-sanitizer.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/owasp/ org/owasp/html/ org/owasp/html/AbstractTokenStream ...
/external/guice/extensions/persist/lib/
H A Ddom4j-1.6.1.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/dom4j/ org/dom4j/bean/ org/dom4j/datatype/ org/ ...
/external/owasp/sanitizer/tools/findbugs/lib/
H A Ddom4j-1.6.1.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/dom4j/ org/dom4j/bean/ org/dom4j/datatype/ org/ ...
/external/antlr/antlr-3.4/runtime/ActionScript/project/lib/
H A DFlexAntTasks.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/adobe/ com/adobe/ac/ com/adobe/ac/ant/ ...
/external/annotation-tools/asmx/test/lib/
H A Dxalan-2.6.0.jarMETA-INF/ META-INF/MANIFEST.MF java_cup/ java_cup/runtime/ META-INF/services/ org/ org/apache/ ...
/external/robolectric/v3/runtime/
H A Dandroid-all-4.1.2_r1-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.2.2_r1.2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.3_r2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.4_r1-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-5.0.0_r2-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-5.1.1_r9-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...

Completed in 433 milliseconds