Searched refs:XMLDECL (Results 1 – 6 of 6) sorted by relevance
15 : XMLDECL? WS? DOCTYPE? WS? ELEMENT WS? 47 fragment XMLDECL :
20 : XMLDECL? WS? DOCTYPE? WS? ELEMENT WS? 52 fragment XMLDECL :
44 : XMLDECL? WS? DOCTYPE? WS? ELEMENT WS? 76 fragment XMLDECL :
178 private final static int XMLDECL = 0x1 << 18; field in LSSerializerImpl224 fFeatures |= XMLDECL; in LSSerializerImpl()457 return ((fFeatures & XMLDECL) != 0) ? Boolean.TRUE : Boolean.FALSE; in getParameter()632 fFeatures = state ? fFeatures | XMLDECL : fFeatures in setParameter()633 & ~XMLDECL; in setParameter()952 && ((fFeatures & XMLDECL) != 0)) { in write()1138 && ((fFeatures & XMLDECL) != 0)) { in writeToString()1242 && ((fFeatures & XMLDECL) != 0)) { in writeToURI()
198 private final static int XMLDECL = 0x1 << 18; field in DOM3TreeWalker