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

/external/apache-xml/src/main/java/org/apache/xml/serializer/dom3/
H A DLSSerializerImpl.java168 private final static int DISCARDDEFAULT = 0x1 << 15; field in class:LSSerializerImpl
223 fFeatures |= DISCARDDEFAULT;
453 return ((fFeatures & DISCARDDEFAULT) != 0) ? Boolean.TRUE : Boolean.FALSE;
609 fFeatures = state ? fFeatures | DISCARDDEFAULT
610 : fFeatures & ~DISCARDDEFAULT;
H A DDOM3TreeWalker.java188 private final static int DISCARDDEFAULT = 0x1 << 15; field in class:DOM3TreeWalker
805 if ((((fFeatures & DISCARDDEFAULT) != 0) && isSpecified)
806 || ((fFeatures & DISCARDDEFAULT) == 0)) {
2022 int i8 = DISCARDDEFAULT;

Completed in 277 milliseconds