Searched refs:XMLDECL (Results 1 - 3 of 3) sorted by relevance

/external/antlr/antlr-3.4/runtime/JavaScript/tests/functional/
H A Dt012lexerXML.g15 : XMLDECL? WS? DOCTYPE? WS? ELEMENT WS?
47 fragment XMLDECL :
/external/apache-xml/src/main/java/org/apache/xml/serializer/dom3/
H A DLSSerializerImpl.java178 private final static int XMLDECL = 0x1 << 18; field in class:LSSerializerImpl
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)) {
H A DDOM3TreeWalker.java198 private final static int XMLDECL = 0x1 << 18; field in class:DOM3TreeWalker

Completed in 108 milliseconds