HomeSort by relevance Sort by last modified time
    Searched defs:XML (Results 1 - 25 of 29) sorted by null

1 2

  /external/apache-xml/src/main/java/org/apache/xml/serializer/
Method.java 21 package org.apache.xml.serializer;
29 * <li>XML
54 * The output method type for XML documents: <tt>xml</tt>.
56 public static final String XML = "xml";
78 * XML or HTML type (depending on the first tag in the output being html or
  /libcore/luni/src/test/java/tests/api/org/xml/sax/ext/
Locator2ImplTest.java 17 package tests.api.org.xml.sax.ext;
21 import org.xml.sax.Locator;
22 import org.xml.sax.ext.Locator2Impl;
23 import org.xml.sax.helpers.LocatorImpl;
37 public static final String XML = "1.0";
60 inner.setXMLVersion(XML);
71 assertEquals(XML, outer.getXMLVersion());
96 l.setXMLVersion(XML);
97 assertEquals(XML, l.getXMLVersion());
  /external/chromium_org/third_party/WebKit/Source/core/loader/
TextResourceDecoder.h 73 enum ContentType { PlainText, HTML, XML, CSS }; // PlainText only checks for BOM.
96 bool m_useLenientXMLDecoding; // Don't stop on XML decoding errors.
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/test/detail/
global_typedef.hpp 39 enum output_format { INV_OF, CLF /* compiler log format */, XML /* XML */ };
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/style/
checker.py 48 from checkers.xml import XMLChecker
516 XML = 8
584 return FileType.XML
610 elif file_type == FileType.XML:
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_xml_etree.py 0 # xml.etree test. This file contains enough tests to make sure that
11 # Don't re-import "xml.etree.ElementTree" module in the docstring,
20 from xml.etree import ElementTree as ET
22 SIMPLE_XMLFILE = findfile("simple.xml", subdir="xmltestdata")
23 SIMPLE_NS_XMLFILE = findfile("simple-ns.xml", subdir="xmltestdata")
60 >>> from xml.etree import ElementTree
61 >>> from xml.etree import ElementInclude
62 >>> from xml.etree import ElementPath
184 >>> assert ET.XML == ET.fromstring
193 >>> elem = ET.XML("<body><tag/></body>"
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/xml/etree/
ElementTree.py 5 # light-weight XML support for Python 2.3 and later.
71 "XML",
96 # structure, and convert it from and to XML.
536 # element that will be serialized as an XML comment by the standard
553 # that will be serialized as an XML processing instruction by the standard
599 # standard XML.
603 # tree is initialized with the contents of this XML file.
634 # Loads an external XML document into this element tree.
774 # Writes the element tree to a file, as XML.
780 # @keyparam xml_declaration Controls if an XML declaration shoul
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_xml_etree.py 0 # xml.etree test. This file contains enough tests to make sure that
11 # Don't re-import "xml.etree.ElementTree" module in the docstring,
20 from xml.etree import ElementTree as ET
22 SIMPLE_XMLFILE = findfile("simple.xml", subdir="xmltestdata")
23 SIMPLE_NS_XMLFILE = findfile("simple-ns.xml", subdir="xmltestdata")
60 >>> from xml.etree import ElementTree
61 >>> from xml.etree import ElementInclude
62 >>> from xml.etree import ElementPath
184 >>> assert ET.XML == ET.fromstring
193 >>> elem = ET.XML("<body><tag/></body>"
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/xml/etree/
ElementTree.py 5 # light-weight XML support for Python 2.3 and later.
71 "XML",
96 # structure, and convert it from and to XML.
536 # element that will be serialized as an XML comment by the standard
553 # that will be serialized as an XML processing instruction by the standard
599 # standard XML.
603 # tree is initialized with the contents of this XML file.
634 # Loads an external XML document into this element tree.
774 # Writes the element tree to a file, as XML.
780 # @keyparam xml_declaration Controls if an XML declaration shoul
    [all...]
  /external/clang/tools/libclang/
CXComment.cpp 885 /// \param Str accumulator for XML.
926 /// Output stream for XML.
    [all...]
  /libcore/luni/src/test/java/libcore/xml/
ExpatSaxParserTest.java 17 package libcore.xml;
33 import org.apache.harmony.xml.ExpatReader;
34 import org.xml.sax.Attributes;
35 import org.xml.sax.ContentHandler;
36 import org.xml.sax.InputSource;
37 import org.xml.sax.Locator;
38 import org.xml.sax.SAXException;
39 import org.xml.sax.XMLReader;
40 import org.xml.sax.ext.DefaultHandler2;
41 import org.xml.sax.helpers.DefaultHandler
50 StringBuilder xml = new StringBuilder(); local
    [all...]
  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/
ConsoleModel.js 232 XML: "xml",
  /external/clang/tools/c-index-test/
c-index-test.c 196 const char *CommentsSchemaArg = "-comments-xml-schema=";
502 printf(" CommentXMLInvalid [not well-formed XML: %s]", Error->message);
512 printf(" CommentXMLInvalid [not vaild XML: %s]", Error->message);
550 CXString XML;
551 XML = clang_FullComment_getAsXML(Comment);
552 PrintCXStringWithPrefix("FullCommentAsXML", XML);
553 ValidateCommentXML(clang_getCString(XML), ValidationData);
554 clang_disposeString(XML);
    [all...]
  /external/robolectric/lib/main/
json-20080701.jar 
  /prebuilts/sdk/tools/lib/
common.jar 
  /prebuilts/devtools/tools/lib/
layoutlib-api.jar 
  /prebuilts/misc/common/layoutlib_api/
layoutlib_api-prebuilt.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.equinox.ds_1.2.1.R36x_v20100803.jar 
  /prebuilts/tools/common/m2/internal/commons-lang/commons-lang/2.4/
commons-lang-2.4.jar 
  /prebuilts/tools/common/m2/internal/xerces/xercesImpl/2.6.2/
xercesImpl-2.6.2.jar 
  /external/jdiff/
xerces.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/lib/
ant.jar 
  /prebuilts/misc/common/ecj/
ecj.jar 
  /prebuilts/tools/common/ant/
ant.jar 
  /prebuilts/tools/common/m2/internal/org/apache/ant/ant/1.8.0/
ant-1.8.0.jar 

Completed in 560 milliseconds

1 2