Home | History | Annotate | Download | only in dom3

Lines Matching refs:XMLDECL

178     private final static int XMLDECL = 0x1 << 18;    

224 fFeatures |= XMLDECL;
457 return ((fFeatures & XMLDECL) != 0) ? Boolean.TRUE : Boolean.FALSE;
632 fFeatures = state ? fFeatures | XMLDECL : fFeatures
633 & ~XMLDECL;
952 && ((fFeatures & XMLDECL) != 0)) {
1138 && ((fFeatures & XMLDECL) != 0)) {
1242 && ((fFeatures & XMLDECL) != 0)) {
1365 * @return A String containing the version pseudo-attribute of the XMLDecl.
1398 * @return A String containing the encoding pseudo-attribute of the XMLDecl.