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

1 2 3

  /libcore/luni/src/main/java/javax/xml/parsers/
ParserConfigurationException.java 21 package javax.xml.parsers;
FactoryConfigurationError.java 20 package javax.xml.parsers;
DocumentBuilder.java 20 package javax.xml.parsers;
FilePathToURI.java 18 package javax.xml.parsers;
SAXParserFactory.java 20 package javax.xml.parsers;
23 import org.apache.harmony.xml.parsers.SAXParserFactoryImpl;
38 * <p>Should Parsers be validating?</p>
43 * <p>Should Parsers be namespace aware?</p>
158 * parsers which are namespace aware.
161 * parsers which are namespace aware; false otherwise.
170 * parsers which validate the XML content during parse.
172 * @return true if the factory is configured to produce parsers which validate
269 * <p>Set the {@link Schema} to be used by parsers created
303 * implementation. However, parsers and schemas are allowe
    [all...]
SAXParser.java 20 package javax.xml.parsers;
45 * {@link javax.xml.parsers.SAXParserFactory#newSAXParser()} method.
55 * to create is named <code>&quot;javax.xml.parsers.SAXParserFactory&quot;</code>.
78 * Use {@link javax.xml.parsers.SAXParserFactory#newSAXParser()}.</p>
DocumentBuilderFactory.java 20 package javax.xml.parsers;
23 import org.apache.harmony.xml.parsers.DocumentBuilderFactoryImpl;
87 * Creates a new instance of a {@link javax.xml.parsers.DocumentBuilder}
143 * Specifies that the parsers created by this factory must eliminate
203 * parsers which are namespace aware.
205 * @return true if the factory is configured to produce parsers which
215 * parsers which validate the XML content during parse.
217 * @return true if the factory is configured to produce parsers
227 * parsers which ignore ignorable whitespace in element content.
229 * @return true if the factory is configured to produce parsers
    [all...]
  /external/chromium_org/third_party/ots/src/
layout.h 24 const TypeParser *parsers; member in struct:ots::LookupSubtableParser
  /libcore/luni/src/test/java/libcore/javax/xml/parsers/
DocumentBuilderTest.java 17 package libcore.javax.xml.parsers;
  /development/testrunner/
android_manifest.py 27 import xml.parsers namespace
  /external/chromium_org/net/ftp/
ftp_directory_listing_parser.cc 56 } parsers[] = { local
80 for (size_t i = 0; i < ARRAYSIZE_UNSAFE(parsers); i++) {
82 if (parsers[i].callback.Run()) {
83 *server_type = parsers[i].server_type;
  /external/fonttools/
setup.py 15 import xml.parsers.expat namespace
  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/javax/xml/parsers/
ParserConfigurationExceptionTest.java 16 package tests.api.javax.xml.parsers;
18 import javax.xml.parsers.ParserConfigurationException;
FactoryConfigurationErrorTest.java 16 package tests.api.javax.xml.parsers;
18 import javax.xml.parsers.FactoryConfigurationError;
DocumentBuilderTest.java 17 package tests.api.javax.xml.parsers;
35 import javax.xml.parsers.DocumentBuilder;
36 import javax.xml.parsers.DocumentBuilderFactory;
53 * @see javax.xml.parsers.DocumentBuilder#getDOMImplementation()
62 * @see javax.xml.parsers.DocumentBuilder#isNamespaceAware()
71 * @see javax.xml.parsers.DocumentBuilder#isValidating()
80 * @see javax.xml.parsers.DocumentBuilder#newDocument()
89 * @see javax.xml.parsers.DocumentBuilder#parse(org.xml.sax.InputSource)
98 * @see javax.xml.parsers.DocumentBuilder#setEntityResolver(
107 * @see javax.xml.parsers.DocumentBuilder#setErrorHandler
    [all...]
  /packages/apps/UnifiedEmail/src/org/apache/james/mime4j/field/
DelegatingFieldParser.java 23 private Map<String, FieldParser> parsers = new HashMap<String, FieldParser>(); field in class:DelegatingFieldParser
32 parsers.put(name.toLowerCase(), parser);
36 final FieldParser field = parsers.get(name.toLowerCase());
  /development/testrunner/test_defs/
test_defs.py 22 import xml.parsers namespace
60 except xml.parsers.expat.ExpatError:
xml_suite_helper.py 22 import xml.parsers namespace
  /libcore/luni/src/main/java/org/apache/harmony/xml/parsers/
DocumentBuilderFactoryImpl.java 17 package org.apache.harmony.xml.parsers;
19 import javax.xml.parsers.DocumentBuilder;
20 import javax.xml.parsers.DocumentBuilderFactory;
21 import javax.xml.parsers.ParserConfigurationException;
SAXParserFactoryImpl.java 17 package org.apache.harmony.xml.parsers;
21 import javax.xml.parsers.ParserConfigurationException;
22 import javax.xml.parsers.SAXParser;
23 import javax.xml.parsers.SAXParserFactory;
SAXParserImpl.java 17 package org.apache.harmony.xml.parsers;
22 import javax.xml.parsers.SAXParser;
  /development/testrunner/coverage/
coverage_targets.py 18 import xml.parsers namespace
69 except xml.parsers.expat.ExpatError:
  /external/chromium_org/tools/telemetry/telemetry/core/platform/power_monitor/
powermetrics_power_monitor.py 11 import xml.parsers.expat namespace
77 except xml.parsers.expat.ExpatError:
  /external/chromium_org/third_party/mesa/src/src/gallium/tools/trace/
parse.py 31 import xml.parsers.expat namespace
76 self.parser = xml.parsers.expat.ParserCreate()
116 except xml.parsers.expat.ExpatError, e:
117 #if e.code == xml.parsers.expat.errors.XML_ERROR_NO_ELEMENTS:
  /external/mesa3d/src/gallium/tools/trace/
parse.py 31 import xml.parsers.expat namespace
76 self.parser = xml.parsers.expat.ParserCreate()
116 except xml.parsers.expat.ExpatError, e:
117 #if e.code == xml.parsers.expat.errors.XML_ERROR_NO_ELEMENTS:

Completed in 1952 milliseconds

1 2 3