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

  /external/apache-xml/src/main/java/org/apache/xml/serializer/dom3/
DOM3TreeWalker.java 184 private final static int WELLFORMED = 0x1 << 14;
576 if ((fFeatures & WELLFORMED) != 0) {
609 if ((fFeatures & WELLFORMED) != 0) {
696 if ((fFeatures & WELLFORMED) != 0) {
893 if ((fFeatures & WELLFORMED) != 0) {
    [all...]
LSSerializerImpl.java 164 private final static int WELLFORMED = 0x1 << 14;
222 fFeatures |= WELLFORMED;
451 return ((fFeatures & WELLFORMED) != 0) ? Boolean.TRUE : Boolean.FALSE;
477 (fFeatures & WELLFORMED) != 0 &&
597 fFeatures = state ? fFeatures | WELLFORMED : fFeatures
598 & ~WELLFORMED;
    [all...]
  /external/jdiff/
xerces.jar 

Completed in 69 milliseconds