/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 :
|
/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...] |
DOM3TreeWalker.java | 198 private final static int XMLDECL = 0x1 << 18;
[all...] |
/external/libvpx/libvpx/examples/includes/geshi/geshi/ |
actionscript.php | 135 'with', 'wordwrap', 'XML', 'xmlDecl', 'XMLNode', 'XMLSocket'
|
actionscript3.php | 89 'zoom', 'year', 'y', 'xmlDecl', 'x', 'writeUnsignedInt',
|
/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...] |
/external/expat/ |
Changes | 11 #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...] |
/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...] |
/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 | |
/external/chromium_org/third_party/libxml/src/ |
xmlreader.c | [all...] |
parserInternals.c | [all...] |
xmlsave.c | 1004 * document since we output the XMLDecl the conversion [all...] |
/external/libxml2/ |
xmlreader.c | [all...] |
parserInternals.c | [all...] |
/external/clang/tools/libclang/ |
CXComment.cpp | 957 filename += "xmldecl"; [all...] |
/external/expat/lib/ |
expat.h | 193 XML_XmlDeclHandler xmldecl); [all...] |