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

1 2 3 4 5 6 7 8 91011>>

  /dalvik/libcore/xml/src/main/java/javax/xml/parsers/
package.html 9 of plugable parsers are supported:
DocumentBuilderFactory.java 20 package javax.xml.parsers;
22 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...]
  /dalvik/libcore/xml/src/main/java/org/w3c/dom/
package.html 6 {@link javax.xml.parsers.DocumentBuilder} are accessed and manipulated
  /dalvik/libcore/luni/src/test/java/javax/xml/parsers/
AllTests.java 17 package javax.xml.parsers;
25 suite.addTestSuite(javax.xml.parsers.DocumentBuilderTest.class);
  /dalvik/libcore/xml/src/test/java/tests/api/javax/xml/parsers/
AllTests.java 17 package tests.api.javax.xml.parsers;
24 * This is autogenerated source file. Includes tests for package tests.api.javax.xml.parsers;
34 TestSuite suite = tests.TestSuiteFactory.createTestSuite("All tests for package tests.api.javax.xml.parsers;");
DocumentBuilderFactoryTest.java 16 package tests.api.javax.xml.parsers;
33 import tests.api.javax.xml.parsers.SAXParserFactoryTest.MyHandler;
42 import javax.xml.parsers.DocumentBuilder;
43 import javax.xml.parsers.DocumentBuilderFactory;
44 import javax.xml.parsers.FactoryConfigurationError;
45 import javax.xml.parsers.ParserConfigurationException;
46 import javax.xml.parsers.SAXParser;
78 * @tests javax.xml.parsers.DocumentBuilderFactory#DocumentBuilderFactory().
95 * @tests javax.xml.parsers.DocumentBuilderFactory#getAttribute(String).
135 * @tests javax.xml.parsers.DocumentBuilderFactory#getFeature(String)
    [all...]
ParserConfigurationExceptionTest.java 16 package tests.api.javax.xml.parsers;
18 import javax.xml.parsers.ParserConfigurationException;
SAXParserFactoryTest.java 16 package tests.api.javax.xml.parsers;
25 import javax.xml.parsers.FactoryConfigurationError;
26 import javax.xml.parsers.ParserConfigurationException;
27 import javax.xml.parsers.SAXParser;
28 import javax.xml.parsers.SAXParserFactory;
89 * @tests javax.xml.parsers.SAXParserFactory#getSchema().
186 System.setProperty("javax.xml.parsers.SAXParserFactory",
187 "org.apache.harmony.xml.parsers.SAXParserFactoryImpl");
190 assertTrue(spf1 instanceof org.apache.harmony.xml.parsers.SAXParserFactoryImpl);
192 String key = "javax.xml.parsers.SAXParserFactory = org.apache.harmony.xml.parsers.SAXParserFactoryImpl"
    [all...]
  /dalvik/libcore/xml/src/test/java/tests/org/w3c/dom/
DOMDocumentBuilderFactory.java 3 import javax.xml.parsers.DocumentBuilder;
4 import javax.xml.parsers.DocumentBuilderFactory;
5 import javax.xml.parsers.ParserConfigurationException;
  /packages/apps/Email/src/org/apache/james/mime4j/field/
DelegatingFieldParser.java 23 private Map parsers = new HashMap(); field in class:DelegatingFieldParser
32 parsers.put(name.toLowerCase(), parser);
36 final FieldParser field = (FieldParser) parsers.get(name.toLowerCase());
  /dalvik/libcore/xml/src/main/java/org/xml/sax/ext/
package.html 39 designed both to allow SAX parsers to pass certain types of information
42 be recognized directly by parsers, however.
44 of parsers supporting the standardized SAX2 interfaces. </p>
  /dalvik/libcore/xml/src/main/java/javax/xml/validation/
package.html 35 either a {@link javax.xml.parsers.SAXParser} or {@link javax.xml.parsers.DocumentBuilder} instance.
47 of a schema to use for validation with JAXP parsers can be confusing. The Validation API makes this
82 and associate it with a {@link javax.xml.parsers.DocumentBuilderFactory} or a {@link javax.xml.parsers.SAXParserFactory} instance
83 by using the {@link javax.xml.parsers.DocumentBuilderFactory#setSchema(Schema)} and {@link javax.xml.parsers.SAXParserFactory#setSchema(Schema)}
85 will cause parsers to use the new validation API; the latter will cause parsers to use their own internal validation
  /dalvik/libcore/xml/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;
22 import javax.xml.parsers.ParserConfigurationException;
23 import javax.xml.parsers.SAXParser;
24 import javax.xml.parsers.SAXParserFactory;
  /frameworks/base/docs/html/sdk/api_diff/8/changes/
javax.xml.parsers.DocumentBuilderFactory.html 10 javax.xml.parsers.DocumentBuilderFactory
74 Class javax.xml.parsers.<A HREF="../../../../reference/javax/xml/parsers/DocumentBuilderFactory.html" target="_top"><font size="+2"><code>DocumentBuilderFactory</code></font></A>
86 <A NAME="javax.xml.parsers.DocumentBuilderFactory.getSchema_added()"></A>
87 <nobr><code>Schema</code>&nbsp;<A HREF="../../../../reference/javax/xml/parsers/DocumentBuilderFactory.html#getSchema()" target="_top"><code>getSchema</code></A>()</nobr>
93 <A NAME="javax.xml.parsers.DocumentBuilderFactory.setSchema_added(javax.xml.validation.Schema)"></A>
94 <nobr><code>void</code>&nbsp;<A HREF="../../../../reference/javax/xml/parsers/DocumentBuilderFactory.html#setSchema(javax.xml.validation.Schema)" target="_top"><code>setSchema</code></A>(<code>Schema</code>)</nobr>
108 <A NAME="javax.xml.parsers.DocumentBuilderFactory.newInstance_changed()"></A>
109 <nobr><code>DocumentBuilderFactory</code>&nbsp;<A HREF="../../../../reference/javax/xml/parsers/DocumentBuilderFactory.html#newInstance()" target="_top"><code>newInstance</code></A>() </nobr>
112 Change in exceptions thrown from <code>javax.xml.parsers.FactoryConfigurationError</code> to no exceptions.<br
    [all...]
javax.xml.parsers.SAXParserFactory.html 10 javax.xml.parsers.SAXParserFactory
74 Class javax.xml.parsers.<A HREF="../../../../reference/javax/xml/parsers/SAXParserFactory.html" target="_top"><font size="+2"><code>SAXParserFactory</code></font></A>
86 <A NAME="javax.xml.parsers.SAXParserFactory.getSchema_added()"></A>
87 <nobr><code>Schema</code>&nbsp;<A HREF="../../../../reference/javax/xml/parsers/SAXParserFactory.html#getSchema()" target="_top"><code>getSchema</code></A>()</nobr>
93 <A NAME="javax.xml.parsers.SAXParserFactory.setSchema_added(javax.xml.validation.Schema)"></A>
94 <nobr><code>void</code>&nbsp;<A HREF="../../../../reference/javax/xml/parsers/SAXParserFactory.html#setSchema(javax.xml.validation.Schema)" target="_top"><code>setSchema</code></A>(<code>Schema</code>)</nobr>
108 <A NAME="javax.xml.parsers.SAXParserFactory.newInstance_changed()"></A>
109 <nobr><code>SAXParserFactory</code>&nbsp;<A HREF="../../../../reference/javax/xml/parsers/SAXParserFactory.html#newInstance()" target="_top"><code>newInstance</code></A>() </nobr>
112 Change in exceptions thrown from <code>javax.xml.parsers.FactoryConfigurationError</code> to no exceptions.<br
    [all...]
javax.xml.parsers.DocumentBuilder.html 10 javax.xml.parsers.DocumentBuilder
74 Class javax.xml.parsers.<A HREF="../../../../reference/javax/xml/parsers/DocumentBuilder.html" target="_top"><font size="+2"><code>DocumentBuilder</code></font></A>
86 <A NAME="javax.xml.parsers.DocumentBuilder.getSchema_added()"></A>
87 <nobr><code>Schema</code>&nbsp;<A HREF="../../../../reference/javax/xml/parsers/DocumentBuilder.html#getSchema()" target="_top"><code>getSchema</code></A>()</nobr>
101 <A NAME="javax.xml.parsers.DocumentBuilder.isXIncludeAware_changed()"></A>
102 <nobr><code>boolean</code>&nbsp;<A HREF="../../../../reference/javax/xml/parsers/DocumentBuilder.html#isXIncludeAware()" target="_top"><code>isXIncludeAware</code></A>() </nobr>
javax.xml.parsers.SAXParser.html 10 javax.xml.parsers.SAXParser
74 Class javax.xml.parsers.<A HREF="../../../../reference/javax/xml/parsers/SAXParser.html" target="_top"><font size="+2"><code>SAXParser</code></font></A>
86 <A NAME="javax.xml.parsers.SAXParser.getSchema_added()"></A>
87 <nobr><code>Schema</code>&nbsp;<A HREF="../../../../reference/javax/xml/parsers/SAXParser.html#getSchema()" target="_top"><code>getSchema</code></A>()</nobr>
101 <A NAME="javax.xml.parsers.SAXParser.isXIncludeAware_changed()"></A>
102 <nobr><code>boolean</code>&nbsp;<A HREF="../../../../reference/javax/xml/parsers/SAXParser.html#isXIncludeAware()" target="_top"><code>isXIncludeAware</code></A>() </nobr>
pkg_javax.xml.parsers.html 10 javax.xml.parsers
74 Package <A HREF="../../../../reference/javax/xml/parsers/package-summary.html" target="_top"><font size="+1"><code>javax.xml.parsers</code></font></A>
85 <nobr><A HREF="javax.xml.parsers.DocumentBuilder.html">DocumentBuilder</A></nobr>
92 <nobr><A HREF="javax.xml.parsers.DocumentBuilderFactory.html">DocumentBuilderFactory</A></nobr>
99 <nobr><A HREF="javax.xml.parsers.SAXParser.html">SAXParser</A></nobr>
106 <nobr><A HREF="javax.xml.parsers.SAXParserFactory.html">SAXParserFactory</A></nobr>
  /external/bison/
PACKAGING 11 that contain Bison-generated parsers.
15 Audience: Anyone who wants to develop programs that use parsers.
21 Bison-generated parsers.
  /external/tagsoup/src/org/ccil/cowan/tagsoup/jaxp/
JAXPTest.java 18 import javax.xml.parsers.*;
41 //System.setProperty("javax.xml.parsers.SAXParserFactory", SAXFactoryImpl.class.toString());
42 System.setProperty("javax.xml.parsers.SAXParserFactory", "org.ccil.cowan.tagsoup.jaxp.SAXFactoryImpl");
  /dalvik/libcore/dom/src/test/java/org/w3c/domts/
JAXPDOMTestDocumentBuilderFactory.java 15 import javax.xml.parsers.DocumentBuilder;
16 import javax.xml.parsers.DocumentBuilderFactory;
17 import javax.xml.parsers.ParserConfigurationException;
26 * abstract class for JAXP supporting parsers.
  /dalvik/libcore/dom/src/test/java/org/w3c/domts/level2/core/
alltests.java 50 // sink.addTest(attrgetownerelement01.class); // javax.xml.parsers.ParserConfigurationException: No validating DocumentBuilder implementation available
97 // sink.addTest(documentimportnode03.class); // javax.xml.parsers.ParserConfigurationException: No validating DocumentBuilder implementation available
98 // sink.addTest(documentimportnode04.class); // javax.xml.parsers.ParserConfigurationException: No validating DocumentBuilder implementation available
132 // sink.addTest(elementgetattributenodens03.class); // javax.xml.parsers.ParserConfigurationException: No validating DocumentBuilder implementation available
133 // sink.addTest(elementgetattributens02.class); // javax.xml.parsers.ParserConfigurationException: No validating DocumentBuilder implementation available
138 // sink.addTest(elementhasattribute02.class); // javax.xml.parsers.ParserConfigurationException: No validating DocumentBuilder implementation available
158 // sink.addTest(getAttributeNS01.class); // javax.xml.parsers.ParserConfigurationException: No validating DocumentBuilder implementation available
165 // sink.addTest(getElementById01.class); // javax.xml.parsers.ParserConfigurationException: No validating DocumentBuilder implementation available
186 // sink.addTest(hasAttribute02.class); // javax.xml.parsers.ParserConfigurationException: No validating DocumentBuilder implementation available
188 // sink.addTest(hasAttribute04.class); // javax.xml.parsers.ParserConfigurationException: No validating DocumentBuilder implementation availabl
    [all...]
  /dalvik/libcore/support/src/test/java/tests/support/
Support_Xml.java 20 import javax.xml.parsers.DocumentBuilder;
21 import javax.xml.parsers.DocumentBuilderFactory;
  /external/webkit/WebKit/chromium/src/js/
ProfilerProcessor.js 164 parsers: [null, this.createAddressParser("code"), parseInt, null],
167 "code-move": { parsers: [this.createAddressParser("code"),
171 "code-delete": { parsers: [this.createAddressParser("code")],
174 "function-creation": { parsers: [this.createAddressParser("code"),
177 "function-move": { parsers: [this.createAddressParser("code"),
180 "function-delete": { parsers: [this.createAddressParser("code")],
182 "tick": { parsers: [this.createAddressParser("code"),
185 "profiler": { parsers: [null, "var-args"],
187 "heap-sample-begin": { parsers: [null, null, parseInt],
189 "heap-sample-stats": { parsers: [null, null, parseInt, parseInt]
    [all...]

Completed in 1614 milliseconds

1 2 3 4 5 6 7 8 91011>>