Home | History | Annotate | Download | only in dom3

Lines Matching refs:NAMESPACEDECLS

149     private final static int NAMESPACEDECLS = 0x1 << 9;

220 fFeatures |= NAMESPACEDECLS;
447 return ((fFeatures & NAMESPACEDECLS) != 0) ? Boolean.TRUE : Boolean.FALSE;
476 (fFeatures & NAMESPACEDECLS) != 0 &&
575 fFeatures = state ? fFeatures | NAMESPACEDECLS
576 : fFeatures & ~NAMESPACEDECLS;
704 fFeatures |= NAMESPACEDECLS;