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

1 23 4 5 6 7 8 91011>>

  /dalvik/libcore/xml/src/main/java/javax/xml/parsers/
ParserConfigurationException.java 21 package javax.xml.parsers;
SAXParserFactory.java 20 package javax.xml.parsers;
24 import org.apache.harmony.xml.parsers.SAXParserFactoryImpl;
39 * <p>Should Parsers be validating?</p>
44 * <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...]
  /dalvik/libcore/xml/src/test/java/tests/api/javax/xml/parsers/
DocumentBuilderTest.java 17 package tests.api.javax.xml.parsers;
40 import javax.xml.parsers.DocumentBuilder;
41 import javax.xml.parsers.DocumentBuilderFactory;
59 * @see javax.xml.parsers.DocumentBuilder#getDOMImplementation()
68 * @see javax.xml.parsers.DocumentBuilder#isNamespaceAware()
77 * @see javax.xml.parsers.DocumentBuilder#isValidating()
86 * @see javax.xml.parsers.DocumentBuilder#newDocument()
95 * @see javax.xml.parsers.DocumentBuilder#parse(org.xml.sax.InputSource)
104 * @see javax.xml.parsers.DocumentBuilder#setEntityResolver(
113 * @see javax.xml.parsers.DocumentBuilder#setErrorHandler
    [all...]
FactoryConfigurationErrorTest.java 16 package tests.api.javax.xml.parsers;
18 import javax.xml.parsers.FactoryConfigurationError;
SAXParserTest.java 16 package tests.api.javax.xml.parsers;
29 import javax.xml.parsers.SAXParser;
30 import javax.xml.parsers.SAXParserFactory;
44 import tests.api.javax.xml.parsers.SAXParserTestSupport.MyDefaultHandler;
45 import tests.api.javax.xml.parsers.SAXParserTestSupport.MyHandler;
66 * @see javax.xml.parsers.SAXParser#getParser()
75 * @see javax.xml.parsers.SAXParser#getProperty(java.lang.String)
85 * @see javax.xml.parsers.SAXParser#getXMLReader()
94 * @see javax.xml.parsers.SAXParser#isNamespaceAware()
103 * @see javax.xml.parsers.SAXParser#isValidating(
    [all...]
  /dalvik/libcore/xml/src/main/java/org/apache/xml/utils/
DOM2Helper.java 25 import javax.xml.parsers.DocumentBuilder;
26 import javax.xml.parsers.DocumentBuilderFactory;
27 import javax.xml.parsers.ParserConfigurationException;
140 // org.apache.xerces.parsers.DOMParser parser
141 // = new org.apache.xerces.parsers.DOMParser();
188 // setDocument(((org.apache.xerces.parsers.DOMParser)parser).getDocument());
195 * information may or may not be available in all parsers, may or
  /dalvik/libcore/xml/src/main/java/org/xml/sax/
DocumentHandler.java 53 * <p>SAX parsers are strongly encouraged (though not absolutely
157 * character data. SAX parsers may return all contiguous character
166 * <p>Note that some parsers will report whitespace using the
168 * parsers must do so).</p>
185 * <p>Validating Parsers must use this method to report each chunk
187 * section 2.10): non-validating parsers may also use this method
190 * <p>SAX parsers may return all contiguous whitespace in a single
Parser.java 13 * Basic interface for SAX (Simple API for XML) parsers.
27 * <p>All SAX1 parsers must implement this basic interface: it allows
31 * <p>All SAX1 parsers must also implement a zero-argument constructor
34 * <p>SAX1 parsers are reusable but not re-entrant: the application
58 * <p>SAX parsers are not required to provide localisation for errors
  /dalvik/libcore/xml/src/main/java/org/xmlpull/v1/
XmlPullParserFactory.java 20 * a comma separated list of class names of factories or parsers to try (in order from
124 * parsers which are namespace aware
127 * @return true if the factory is configured to produce parsers
142 * @param validating - if true the parsers created by this factory must be validating.
150 * Indicates whether or not the factory is configured to produce parsers
153 * @return true if the factory is configured to produce parsers
243 * to create XML pull parsers (see class description for more
  /dalvik/libcore/xml/src/main/java/org/apache/xalan/transformer/
TrAXFilter.java 117 javax.xml.parsers.SAXParserFactory factory=
118 javax.xml.parsers.SAXParserFactory.newInstance();
128 javax.xml.parsers.SAXParser jaxpParser=
132 } catch( javax.xml.parsers.ParserConfigurationException ex ) {
134 } catch( javax.xml.parsers.FactoryConfigurationError ex1 ) {
  /dalvik/libcore/xml/src/test/java/tests/xml/
NodeTest.java 27 import javax.xml.parsers.DocumentBuilder;
28 import javax.xml.parsers.DocumentBuilderFactory;
  /development/testrunner/
coverage_targets.py 18 import xml.parsers namespace
62 except xml.parsers.expat.ExpatError:
  /development/testrunner/test_defs/
test_defs.py 22 import xml.parsers namespace
60 except xml.parsers.expat.ExpatError:
  /external/bison/
configure.ac 116 # Internationalized parsers.
118 # Autoconf macros for packages using internationalized parsers.
  /dalvik/libcore/dom/src/test/java/org/w3c/domts/level2/core/
TestOracle.java 16 import javax.xml.parsers.DocumentBuilderFactory;
TestOracleAltConfig.java 16 import javax.xml.parsers.DocumentBuilderFactory;
  /dalvik/libcore/dom/src/test/java/org/w3c/domts/level2/events/
TestOracle.java 16 import javax.xml.parsers.DocumentBuilderFactory;
TestOracleAltConfig.java 16 import javax.xml.parsers.DocumentBuilderFactory;
  /dalvik/libcore/dom/src/test/java/org/w3c/domts/level3/core/
TestOracle.java 16 import javax.xml.parsers.DocumentBuilderFactory;
TestOracleAltConfig.java 16 import javax.xml.parsers.DocumentBuilderFactory;
TestXerces.java 18 import javax.xml.parsers.DocumentBuilderFactory;
TestXercesAltConfig.java 18 import javax.xml.parsers.DocumentBuilderFactory;
  /dalvik/libcore/dom/src/test/java/org/w3c/domts/level3/ls/
TestOracle.java 16 import javax.xml.parsers.DocumentBuilderFactory;
  /dalvik/libcore/dom/src/test/java/org/w3c/domts/level3/validation/
TestOracle.java 16 import javax.xml.parsers.DocumentBuilderFactory;
TestOracleAltConfig.java 16 import javax.xml.parsers.DocumentBuilderFactory;

Completed in 260 milliseconds

1 23 4 5 6 7 8 91011>>