/external/antlr/antlr-3.4/runtime/JavaScript/tests/functional/ |
t012lexerXML.g | 15 : XMLDECL? WS? DOCTYPE? WS? ELEMENT WS? 47 fragment XMLDECL :
|
/external/antlr/antlr-3.4/runtime/Python/tests/ |
t012lexerXMLLexer.g | 20 : XMLDECL? WS? DOCTYPE? WS? ELEMENT WS? 52 fragment XMLDECL :
|
/external/antlr/antlr-3.4/runtime/Ruby/test/functional/lexer/ |
xml.rb | 22 : XMLDECL? WS? DOCTYPE? WS? ELEMENT WS? 54 fragment XMLDECL :
|
/external/ksoap2/ksoap2-base/src/main/java/org/ksoap2/kdom/ |
Document.java | 88 .getProperty("http://xmlpull.org/v1/doc/properties.html#xmldecl-standalone");
|
/libcore/xml/src/main/java/org/xmlpull/v1/ |
XmlPullParser.java | 59 * getProperty("<a href="http://xmlpull.org/v1/doc/properties.html#xmldecl-version">http://xmlpull.org/v1/doc/properties.html#xmldecl-version</a>") 60 * returns String ("1.0") or null if XMLDecl was not read or if property is not supported 62 * getProperty("<a href="http://xmlpull.org/v1/doc/properties.html#xmldecl-standalone">http://xmlpull.org/v1/doc/properties.html#xmldecl-standalone</a>") 68 * and it was not declared in XMLDecl [all...] |
/external/apache-xml/src/main/java/org/apache/xml/serializer/dom3/ |
LSSerializerImpl.java | 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;
[all...] |
/libcore/luni/src/main/java/org/w3c/dom/ |
Document.java | 487 * An attribute specifying, as part of the <a href='http://www.w3.org/TR/2004/REC-xml-20040204#NT-XMLDecl'>XML declaration</a>, the encoding of this document. This is <code>null</code> when 495 * An attribute specifying, as part of the <a href='http://www.w3.org/TR/2004/REC-xml-20040204#NT-XMLDecl'>XML declaration</a>, whether this document is standalone. This is <code>false</code> when 506 * An attribute specifying, as part of the <a href='http://www.w3.org/TR/2004/REC-xml-20040204#NT-XMLDecl'>XML declaration</a>, whether this document is standalone. This is <code>false</code> when 522 * An attribute specifying, as part of the <a href='http://www.w3.org/TR/2004/REC-xml-20040204#NT-XMLDecl'>XML declaration</a>, the version number of this document. If there is no declaration and if 547 * An attribute specifying, as part of the <a href='http://www.w3.org/TR/2004/REC-xml-20040204#NT-XMLDecl'>XML declaration</a>, the version number of this document. If there is no declaration and if [all...] |
/prebuilts/tools/common/m2/repository/xpp3/xpp3_min/1.1.4c/ |
xpp3_min-1.1.4c.jar | |
/external/expat/ |
Changes | 26 #2517946: Wrong statement about XMLDecl in xmlwf.1 and xmlwf.sgml.
|
/libcore/luni/src/test/java/libcore/xml/ |
PullParserTest.java | 176 "http://xmlpull.org/v1/doc/properties.html#xmldecl-version")); 178 "http://xmlpull.org/v1/doc/properties.html#xmldecl-standalone")); [all...] |
/libcore/xml/src/main/java/org/kxml2/io/ |
KXmlParser.java | 42 = "http://xmlpull.org/v1/doc/properties.html#xmldecl-version"; 44 = "http://xmlpull.org/v1/doc/properties.html#xmldecl-standalone"; [all...] |
/external/libxml2/doc/ |
APIchunk9.html | 170 </dd><dt>XMLDecl</dt><dd><a href="html/libxml-parserInternals.html#xmlParseXMLDecl">xmlParseXMLDecl</a><br /> 171 </dd><dt>XMLDecl?</dt><dd><a href="html/libxml-parser.html#xmlParseDocument">xmlParseDocument</a><br />
|
/prebuilts/gdb/darwin-x86/lib/python2.7/ |
xmllib.py | 60 xmldecl = re.compile('<\?xml'+_S+ variable 311 res = xmldecl.match(rawdata, i) [all...] |
/prebuilts/gdb/linux-x86/lib/python2.7/ |
xmllib.py | 60 xmldecl = re.compile('<\?xml'+_S+ variable 311 res = xmldecl.match(rawdata, i) [all...] |
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ |
xmllib.py | 60 xmldecl = re.compile('<\?xml'+_S+ variable 311 res = xmldecl.match(rawdata, i) [all...] |
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/ |
xmllib.py | 60 xmldecl = re.compile('<\?xml'+_S+ variable 311 res = xmldecl.match(rawdata, i) [all...] |
/external/vogar/lib/ |
kxml-libcore-20110123.jar | |
/prebuilts/devtools/tools/lib/ |
kxml2-2.3.0.jar | |
/prebuilts/misc/common/kxml2/ |
kxml2-2.3.0.jar | |
/prebuilts/tools/common/kxml2-tools/ |
kxml2-2.3.0.jar | |
/prebuilts/tools/common/m2/repository/net/sf/kxml/kxml2/2.3.0/ |
kxml2-2.3.0.jar | |
/prebuilts/tools/common/offline-m2/net/sf/kxml/kxml2/2.3.0/ |
kxml2-2.3.0.jar | |
/prebuilts/tools/common/m2/repository/nekohtml/nekohtml/1.9.6.2/ |
nekohtml-1.9.6.2.jar | |
/external/libxml2/ |
xmlreader.c | [all...] |
/external/clang/lib/Index/ |
CommentToXML.cpp | 602 filename += "xmldecl"; [all...] |