/prebuilts/tools/common/m2/internal/xerces/xmlParserAPIs/2.6.2/ |
xmlParserAPIs-2.6.2.jar | |
/cts/tools/utils/ |
buildCts.py | 25 import xml.dom.minidom as dom namespace 94 plan.Write(os.path.join(self.plan_repository, plan_name + '.xml')) 99 # such as test_defs.xml 101 descriptions = sorted(glob.glob(os.path.join(self.test_repository, '*.xml'))) 161 shutil.copyfile(os.path.join(self.definedplans_repository, 'CTS-flaky.xml'), 162 os.path.join(self.plan_repository, 'CTS-flaky.xml')) 163 shutil.copyfile(os.path.join(self.definedplans_repository, 'CTS-stable.xml'), 164 os.path.join(self.plan_repository, 'CTS-stable.xml')) 177 description = open(os.path.join(test_repository, 'SignatureTest.xml'), 'w')
|
/development/testrunner/coverage/ |
coverage_targets.py | 17 import xml.dom.minidom namespace 18 import xml.parsers namespace 27 """Accessor for the code coverage target xml file 64 doc = xml.dom.minidom.parse(file_path) 69 except xml.parsers.expat.ExpatError: 70 logger.Log('Error Parsing xml file: %s ' % file_path) 102 """Parse coverage data from XML. 106 target_element: the XML element to get data from 125 """parses out a file_path class from given path to xml"""
|
/external/apache-xml/src/main/java/org/apache/xml/dtm/ |
DTMFilter.java | 21 package org.apache.xml.dtm;
|
/external/apache-xml/src/main/java/org/apache/xml/dtm/ref/ |
CoroutineManager.java | 21 package org.apache.xml.dtm.ref; 25 import org.apache.xml.res.XMLErrorResources; 26 import org.apache.xml.res.XMLMessages;
|
DTMNamedNodeMap.java | 21 package org.apache.xml.dtm.ref; 23 import org.apache.xml.dtm.DTM;
|
/external/apache-xml/src/main/java/org/apache/xml/serializer/ |
EncodingInfo.java | 21 package org.apache.xml.serializer;
|
ExtendedContentHandler.java | 21 package org.apache.xml.serializer; 23 import javax.xml.transform.SourceLocator; 25 import org.xml.sax.SAXException; 47 public interface ExtendedContentHandler extends org.xml.sax.ContentHandler 72 public void addAttributes(org.xml.sax.Attributes atts) 73 throws org.xml.sax.SAXException; 97 public void characters(org.w3c.dom.Node node) throws org.xml.sax.SAXException; 126 throws org.xml.sax.SAXException;
|
SerializerFactory.java | 21 package org.apache.xml.serializer; 26 import javax.xml.transform.OutputKeys; 28 import org.apache.xml.serializer.utils.MsgKey; 29 import org.apache.xml.serializer.utils.Utils; 30 import org.xml.sax.ContentHandler; 44 * "omit-xml-declaration", "standalone", doctype-public", 179 throw new org.apache.xml.serializer.utils.WrappedRuntimeException(e);
|
XSLOutputAttributes.java | 21 package org.apache.xml.serializer; 31 * <xsl:output method="xml" omit-xml-declaration="no" indent="yes"/> 37 * omit-xml-declarations 92 * @return true if the XML declaration is to be omitted from the output 164 * Sets the value coming from the xsl:output omit-xml-declaration stylesheet attribute 165 * @param b true if the XML declaration is to be omitted from the output 192 * <li> "{http://xml.apache.org/xalan}indent-amount" 193 * <li> "{http://xml.apache.org/xalan}line-separator" 215 * <li> "{http://xml.apache.org/xalan}indent-amount [all...] |
/external/apache-xml/src/main/java/org/apache/xml/serializer/utils/ |
Messages.java | 21 package org.apache.xml.serializer.utils; 93 * used in org.apache.xml.serializer.
|
StringToIntTable.java | 21 package org.apache.xml.serializer.utils; 27 * This class is a copy of the one in org.apache.xml.utils. 31 * in org.apache.xml.serializer.
|
/external/apache-xml/src/main/java/org/apache/xml/utils/ |
BoolStack.java | 21 package org.apache.xml.utils;
|
Constants.java | 21 package org.apache.xml.utils; 31 * Mnemonics for standard XML Namespace URIs, as Java Strings: 33 * <li>S_XMLNAMESPACEURI (http://www.w3.org/XML/1998/namespace) is the 34 * URI permanantly assigned to the "xml:" prefix. This is used for some 35 * features built into the XML specification itself, such as xml:space 36 * and xml:lang. It was defined by the W3C's XML Namespaces spec.</li> 49 S_XMLNAMESPACEURI = "http://www.w3.org/XML/1998/namespace", 64 S_VENDORURL = "http://xml.apache.org" [all...] |
DOM2Helper.java | 21 package org.apache.xml.utils; 25 import javax.xml.parsers.DocumentBuilder; 26 import javax.xml.parsers.DocumentBuilderFactory; 27 import javax.xml.parsers.ParserConfigurationException; 28 import javax.xml.transform.TransformerException; 35 import org.xml.sax.InputSource; 112 * Parse an XML document. 118 * to begin parsing an XML document from any valid input 123 * additional XML document). Once a parse is complete, an 128 * XML document [all...] |
IntVector.java | 21 package org.apache.xml.utils;
|
ObjectStack.java | 21 package org.apache.xml.utils;
|
ObjectVector.java | 21 package org.apache.xml.utils;
|
SAXSourceLocator.java | 21 package org.apache.xml.utils; 25 import javax.xml.transform.SourceLocator; 27 import org.xml.sax.Locator; 28 import org.xml.sax.SAXParseException; 29 import org.xml.sax.helpers.LocatorImpl; 32 * Class SAXSourceLocator extends org.xml.sax.helpers.LocatorImpl 72 public SAXSourceLocator(javax.xml.transform.SourceLocator locator) 137 * to edit the character content of the original XML document.</p> 157 * to edit the character content of the original XML document.</p>
|
StringToIntTable.java | 21 package org.apache.xml.utils;
|
StringVector.java | 21 package org.apache.xml.utils;
|
XMLReaderManager.java | 21 package org.apache.xml.utils; 25 import javax.xml.parsers.FactoryConfigurationError; 26 import javax.xml.parsers.ParserConfigurationException; 27 import javax.xml.parsers.SAXParserFactory; 29 import org.xml.sax.XMLReader; 30 import org.xml.sax.helpers.XMLReaderFactory; 31 import org.xml.sax.SAXException; 40 "http://xml.org/sax/features/namespaces"; 42 "http://xml.org/sax/features/namespace-prefixes";
|
XMLString.java | 21 package org.apache.xml.utils; 27 * be java Strings or <code>org.apache.xml.utils.FastStringBuffer</code>s, or 29 * in the XML pipeline. 43 * @throws org.xml.sax.SAXException 45 public abstract void dispatchCharactersEvents(org.xml.sax.ContentHandler ch) 46 throws org.xml.sax.SAXException; 55 * @throws org.xml.sax.SAXException 57 public abstract void dispatchAsComment(org.xml.sax.ext.LexicalHandler lh) 58 throws org.xml.sax.SAXException;
|
/external/chromium_org/build/android/gyp/ |
generate_v14_compatible_resources.py | 7 """Convert Android xml resources to API 14 compatible. 27 import xml.dom.minidom as minidom namespace 102 for input_filename in build_utils.FindInDirectory(input_dir, '*.xml'): 208 for input_filename in build_utils.FindInDirectory(input_dir, '*.xml'): 218 for input_filename in build_utils.FindInDirectory(input_dir, '*.xml'): 228 for input_filename in build_utils.FindInDirectory(input_dir, '*.xml'): 235 if resource_type in ('layout', 'xml'): 246 for input_filename in build_utils.FindInDirectory(input_dir, '*.xml'): 248 if resource_type in ('layout', 'xml'): 324 # We only convert layout resources under layout*/, xml*/, [all...] |
/external/chromium_org/build/android/pylib/utils/ |
flakiness_dashboard_results_uploader.py | 13 import xml namespace 103 output = cmd_helper.GetCmdOutput(['svn', 'info', '--xml'], cwd=in_directory) 105 dom = xml.dom.minidom.parseString(output) 107 except xml.parsers.expat.ExpatError:
|