HomeSort by relevance Sort by last modified time
    Searched defs:CDATA (Results 1 - 25 of 26) sorted by null

1 2

  /external/owasp/sanitizer/src/main/org/owasp/html/
HtmlTextEscapingMode.java 36 * The text in CDATA and RCDATA elements must not contain any
48 * http://www.whatwg.org/specs/web-apps/current-work/#cdata-rcdata-restrictions
63 CDATA,
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
    [all...]
  /libcore/luni/src/main/java/org/apache/harmony/xml/
ExpatAttributes.java 27 * Since we don't do validation, pretty much everything is CDATA type.
29 private static final String CDATA = "CDATA";
68 return (index < 0 || index >= getLength()) ? null : CDATA;
109 return getIndex(uri, localName) == -1 ? null : CDATA;
113 return getIndex(qName) == -1 ? null : CDATA;
  /external/apache-xml/src/main/java/org/apache/xml/serializer/
ElemDesc.java 59 /** Bit position if this element type is CDATA. */
60 private static final int CDATA = (1 << 6);
  /external/apache-xml/src/main/java/org/apache/xml/serializer/dom3/
LSSerializerImpl.java 124 // Parameter cdata-sections, true [required] (default)
125 private final static int CDATA = 0x1 << 1;
154 // Parameter split-cdata-sections, true [required] (default)
163 // Parameter split-cdata-sections, true [required] (default)
215 fFeatures |= CDATA;
258 // cdata-sections
342 // split-cdata-sections
441 return ((fFeatures & CDATA) != 0) ? Boolean.TRUE : Boolean.FALSE;
473 (fFeatures & CDATA) == 0 &&
535 fFeatures = state ? fFeatures | CDATA : fFeatures
    [all...]
DOM3TreeWalker.java 144 // Parameter cdata-sections, true [required] (default)
145 private final static int CDATA = 0x1 << 1;
174 // Parameter split-cdata-sections, true [required] (default)
183 // Parameter split-cdata-sections, true [required] (default)
680 type = type == null ? "CDATA" : type;
743 XMLNS_PREFIX + ":" + attrPrefix, "CDATA",
767 XMLNS_PREFIX + ":" + attrPrefix, "CDATA",
    [all...]
  /packages/apps/UnifiedEmail/src/com/android/mail/lib/html/parser/
HtmlDocument.java 196 * Creates a CDATA node.
197 * @see CDATA#CDATA(String)
199 public static CDATA createCDATA(String text) {
200 return new CDATA(text);
480 * CDATA node is a subclass of Text node.
482 public static class CDATA extends UnescapedText {
483 private CDATA(String text) {
488 // Do not htmlescape CDATA text
493 sb.append("<![CDATA[")
    [all...]
  /packages/apps/UnifiedEmail/src/com/google/android/mail/common/html/parser/
HtmlDocument.java 197 * Creates a CDATA node.
198 * @see CDATA#CDATA(String)
200 public static CDATA createCDATA(String text) {
201 return new CDATA(text);
481 * CDATA node is a subclass of Text node.
483 public static class CDATA extends UnescapedText {
484 private CDATA(String text) {
489 // Do not htmlescape CDATA text
494 sb.append("<![CDATA[")
    [all...]
  /external/chromium_org/third_party/sfntly/cpp/src/test/tinyxml/
tinyxml.h 1268 bool cdata; \/\/ true if this should be input and output as a CDATA style text element member in class:TiXmlText
    [all...]
  /external/sfntly/cpp/src/test/tinyxml/
tinyxml.h 1268 bool cdata; \/\/ true if this should be input and output as a CDATA style text element member in class:TiXmlText
    [all...]
  /external/tinyxml/
tinyxml.h 1111 bool cdata; \/\/ true if this should be input and output as a CDATA style text element member in class:TiXmlText
    [all...]
  /prebuilts/tools/common/m2/repository/jdom/jdom/1.0/
jdom-1.0.jar 
  /prebuilts/tools/common/m2/repository/xom/xom/1.0/
xom-1.0.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.equinox.ds_1.2.1.R36x_v20100803.jar 
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/eclipse/tycho/tycho-bundles-external/0.20.0/eclipse/plugins/
org.eclipse.equinox.ds_1.4.101.v20130813-1853.jar 
  /prebuilts/tools/common/m2/repository/org/eclipse/tycho/tycho-bundles-external/0.18.1/eclipse/plugins/
org.eclipse.equinox.ds_1.4.100.v20130515-2026.jar 
  /external/owasp/sanitizer/lib/htmlparser-1.3/
htmlparser-1.3-with-transitions.jar 
htmlparser-1.3.jar 
  /external/owasp/sanitizer/distrib/lib/
owasp-java-html-sanitizer.jar 
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/de/pdark/decentxml/1.3/
decentxml-1.3.jar 
  /prebuilts/tools/common/m2/repository/de/pdark/decentxml/1.3/
decentxml-1.3.jar 
  /external/owasp/sanitizer/tools/findbugs/lib/
dom4j-1.6.1.jar 
  /prebuilts/tools/common/m2/repository/dom4j/dom4j/1.6.1/
dom4j-1.6.1.jar 
  /external/antlr/antlr-3.4/runtime/ActionScript/project/lib/
FlexAntTasks.jar 
  /prebuilts/tools/common/m2/repository/xerces/xercesImpl/2.6.2/
xercesImpl-2.6.2.jar 
  /external/jdiff/
xerces.jar 

Completed in 2009 milliseconds

1 2