Home | History | Annotate | Download | only in dom3

Lines Matching defs:CDATA

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
536 & ~CDATA;
537 // cdata-sections
588 // split-cdata-sections
700 fFeatures &= ~CDATA;