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

  /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/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/internal/jdom/jdom/1.0/
jdom-1.0.jar 
  /prebuilts/tools/common/m2/internal/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/tools/common/m2/internal/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/internal/xerces/xercesImpl/2.6.2/
xercesImpl-2.6.2.jar 
  /external/jdiff/
xerces.jar 
  /prebuilts/tools/common/m2/internal/xalan/xalan/2.6.0/
xalan-2.6.0.jar 

Completed in 376 milliseconds