Home | History | Annotate | Download | only in dom3

Lines Matching refs:CDATA

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",
922 // cdata-sections = true
923 if ((fFeatures & CDATA) != 0) {
925 // split-cdata-sections = true
927 // cdata-sections=true
928 // ToStream, by default splits cdata-sections. Hence the check
980 // splits the cdata-section
1575 * for well-formedness. Note that the presence of a CDATA termination mark
1577 * spli-cdata-sections
1963 // cdata-sections
1964 int i = CDATA;
2007 // split-cdata-sections
2063 // A quick lookup for the given set of properties (cdata-sections ...)
2070 // cdata-sections
2076 // split-cdata-sections