Searched refs:NAMESPACEDECLS (Results 1 – 5 of 5) sorted by relevance
88 public static final int NAMESPACEDECLS = 8; field in Axis
169 private final static int NAMESPACEDECLS = 0x1 << 9; field in DOM3TreeWalker741 if ((fFeatures & NAMESPACEDECLS) != 0) { in serializeAttList()764 if ((fFeatures & NAMESPACEDECLS) != 0) { in serializeAttList()835 if ((fFeatures & NAMESPACEDECLS) != 0) { in serializeAttList()846 if (((fFeatures & NAMESPACEDECLS) != 0) && (attrNS != null)) { in serializeAttList()864 if (xmlnsAttr && ((fFeatures & NAMESPACEDECLS) != 0)) { in serializeAttList()1909 if ((fFeatures & NAMESPACEDECLS) != 0) { in fixupElementNS()2000 int i5 = NAMESPACEDECLS;
149 private final static int NAMESPACEDECLS = 0x1 << 9; field in LSSerializerImpl220 fFeatures |= NAMESPACEDECLS; in LSSerializerImpl()447 return ((fFeatures & NAMESPACEDECLS) != 0) ? Boolean.TRUE : Boolean.FALSE; in getParameter()476 (fFeatures & NAMESPACEDECLS) != 0 && in getParameter()575 fFeatures = state ? fFeatures | NAMESPACEDECLS in setParameter()576 : fFeatures & ~NAMESPACEDECLS; in setParameter()704 fFeatures |= NAMESPACEDECLS; in setParameter()
148 case Axis.NAMESPACEDECLS : in getAxisTraverser()
374 case Axis.NAMESPACEDECLS : in getAnalysisBitFromAxes()