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

1 23 4 5 6 7 8 9

  /libcore/dom/src/test/java/org/w3c/domts/level3/xpath/
TestXalanAltConfig.java 18 import javax.xml.parsers.DocumentBuilderFactory;
  /libcore/luni/src/test/java/libcore/javax/xml/parsers/
DocumentBuilderTest.java 17 package libcore.javax.xml.parsers;
  /libcore/luni/src/test/java/tests/org/w3c/dom/
DocumentGeteEementById.java 6 import javax.xml.parsers.DocumentBuilder;
DocumentTypeInternalSubset.java 7 import javax.xml.parsers.DocumentBuilder;
DocumentTypePublicId.java 29 import javax.xml.parsers.DocumentBuilder;
DocumentTypeSystemId.java 29 import javax.xml.parsers.DocumentBuilder;
ElementRemoveAttributeNS.java 7 import javax.xml.parsers.DocumentBuilder;
GetElementById.java 27 import javax.xml.parsers.DocumentBuilder;
InternalSubset.java 28 import javax.xml.parsers.DocumentBuilder;
OwnerDocument.java 28 import javax.xml.parsers.DocumentBuilder;
PublicId.java 28 import javax.xml.parsers.DocumentBuilder;
RemoveAttributeNS.java 24 import javax.xml.parsers.DocumentBuilder;
SystemId.java 27 import javax.xml.parsers.DocumentBuilder;
  /sdk/layoutopt/libs/uix/src/com/android/layoutopt/uix/xml/
XmlDocumentBuilder.java 19 import com.sun.org.apache.xerces.internal.parsers.DOMParser;
27 import javax.xml.parsers.DocumentBuilder;
28 import javax.xml.parsers.DocumentBuilderFactory;
29 import javax.xml.parsers.ParserConfigurationException;
71 Class.forName("com.sun.org.apache.xerces.internal.parsers.DOMParser");
  /libcore/luni/src/main/java/javax/xml/parsers/
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...]
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...]
  /libcore/luni/src/main/java/org/apache/harmony/xml/parsers/
SAXParserImpl.java 17 package org.apache.harmony.xml.parsers;
22 import javax.xml.parsers.SAXParser;
  /libcore/luni/src/test/java/libcore/xml/
DeclarationTest.java 24 import javax.xml.parsers.DocumentBuilder;
25 import javax.xml.parsers.DocumentBuilderFactory;
71 * XML parsers are advised of the document's character set via two channels:
NodeTest.java 26 import javax.xml.parsers.DocumentBuilder;
27 import javax.xml.parsers.DocumentBuilderFactory;
  /libcore/luni/src/test/java/tests/api/javax/xml/parsers/
FactoryConfigurationErrorTest.java 16 package tests.api.javax.xml.parsers;
18 import javax.xml.parsers.FactoryConfigurationError;
  /external/apache-xml/src/main/java/org/apache/xalan/processor/
ProcessorInclude.java 272 javax.xml.parsers.SAXParserFactory factory=
273 javax.xml.parsers.SAXParserFactory.newInstance();
285 javax.xml.parsers.SAXParser jaxpParser=
289 } catch( javax.xml.parsers.ParserConfigurationException ex ) {
291 } catch( javax.xml.parsers.FactoryConfigurationError ex1 ) {
  /external/apache-xml/src/main/java/org/apache/xpath/
SourceTreeManager.java 353 javax.xml.parsers.SAXParserFactory factory=
354 javax.xml.parsers.SAXParserFactory.newInstance();
356 javax.xml.parsers.SAXParser jaxpParser=
360 } catch( javax.xml.parsers.ParserConfigurationException ex ) {
362 } catch( javax.xml.parsers.FactoryConfigurationError ex1 ) {
  /libcore/dom/src/test/java/org/w3c/domts/
JAXPDOMTestDocumentBuilderFactory.java 16 import javax.xml.parsers.DocumentBuilder;
17 import javax.xml.parsers.DocumentBuilderFactory;
18 import javax.xml.parsers.ParserConfigurationException;
27 * abstract class for JAXP supporting parsers.
  /sdk/ddms/libs/ddmuilib/src/com/android/ddmuilib/location/
KmlParser.java 32 import javax.xml.parsers.ParserConfigurationException;
33 import javax.xml.parsers.SAXParser;
34 import javax.xml.parsers.SAXParserFactory;
  /sdk/eclipse/plugins/com.android.ide.eclipse.tests/src/com/android/ide/eclipse/tests/functests/sampleProjects/
AndroidManifestWriter.java 33 import javax.xml.parsers.DocumentBuilder;
34 import javax.xml.parsers.DocumentBuilderFactory;
35 import javax.xml.parsers.ParserConfigurationException;

Completed in 809 milliseconds

1 23 4 5 6 7 8 9