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

  /external/apache-xml/src/main/java/org/apache/xml/serializer/dom3/
LSSerializerImpl.java 155 private final static int SPLITCDATA = 0x1 << 11;
221 fFeatures |= SPLITCDATA;
449 return ((fFeatures & SPLITCDATA) != 0) ? Boolean.TRUE : Boolean.FALSE;
586 fFeatures = state ? fFeatures | SPLITCDATA : fFeatures
587 & ~SPLITCDATA;
    [all...]
DOM3TreeWalker.java 175 private final static int SPLITCDATA = 0x1 << 11;
    [all...]
  /external/jdiff/
xerces.jar 

Completed in 44 milliseconds