Searched refs:SPLITCDATA (Results 1 - 2 of 2) sorted by relevance

/external/apache-xml/src/main/java/org/apache/xml/serializer/dom3/
H A DLSSerializerImpl.java155 private final static int SPLITCDATA = 0x1 << 11; field in class:LSSerializerImpl
221 fFeatures |= SPLITCDATA;
449 return ((fFeatures & SPLITCDATA) != 0) ? Boolean.TRUE : Boolean.FALSE;
586 fFeatures = state ? fFeatures | SPLITCDATA : fFeatures
587 & ~SPLITCDATA;
H A DDOM3TreeWalker.java175 private final static int SPLITCDATA = 0x1 << 11; field in class:DOM3TreeWalker
932 if ((fFeatures & SPLITCDATA) != 0) {
2008 int i6 = SPLITCDATA;

Completed in 228 milliseconds