HomeSort by relevance Sort by last modified time
    Searched refs:SAXException (Results 126 - 150 of 318) sorted by null

1 2 3 4 56 7 8 91011>>

  /frameworks/base/sax/tests/saxtests/src/android/sax/
SafeSaxTest.java 35 import org.xml.sax.SAXException;
122 } catch (SAXException e) {
140 } catch (SAXException e) {
172 private static void pureSaxTest(InputStream inputStream) throws IOException, SAXException {
180 private static void saxyModelTest(InputStream inputStream) throws IOException, SAXException {
189 throws IOException, SAXException {
363 Attributes attributes) throws SAXException {
451 throws SAXException {
467 throws SAXException {
ExpatPerformanceTest.java 24 import org.xml.sax.SAXException;
75 private void runSax() throws IOException, SAXException {
  /libcore/luni/src/test/java/tests/api/javax/xml/parsers/
DocumentBuilderFactoryTest.java 24 import org.xml.sax.SAXException;
177 } catch (SAXException sax) {
556 } catch (SAXException e) {
557 fail("Unexpected SAXException " + e.getMessage());
579 } catch (SAXException e) {
580 fail("Unexpected SAXException " + e.getMessage());
603 } catch (SAXException e) {
604 fail("Unexpected SAXException " + e.getMessage());
622 } catch (SAXException e) {
623 fail("Unexpected SAXException " + e.getMessage())
    [all...]
  /external/apache-xml/src/main/java/org/apache/xml/dtm/ref/
DTMTreeWalker.java 106 public void traverse(int pos) throws org.xml.sax.SAXException
158 public void traverse(int pos, int top) throws org.xml.sax.SAXException
202 throws org.xml.sax.SAXException
213 * @throws org.xml.sax.SAXException
215 protected void startNode(int node) throws org.xml.sax.SAXException
361 * @throws org.xml.sax.SAXException
363 protected void endNode(int node) throws org.xml.sax.SAXException
DTMDocumentImpl.java 408 throws org.xml.sax.SAXException
428 throws org.xml.sax.SAXException
436 throws org.xml.sax.SAXException
444 throws org.xml.sax.SAXException
449 throws org.xml.sax.SAXException
454 throws org.xml.sax.SAXException
464 throws org.xml.sax.SAXException
470 throws org.xml.sax.SAXException
476 throws org.xml.sax.SAXException
558 throws org.xml.sax.SAXException
    [all...]
  /external/apache-xml/src/main/java/org/apache/xml/dtm/ref/sax2dtm/
SAX2RTFDTM.java 33 import org.xml.sax.SAXException;
219 * @throws SAXException Any SAX exception, possibly
223 public void startDocument() throws SAXException
243 * @throws SAXException Any SAX exception, possibly
247 public void endDocument() throws SAXException
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.build.tools/src/org/eclipse/releng/generators/
VersionTrackerTask.java 25 import org.xml.sax.SAXException;
74 } catch (SAXException e) {
91 } catch (SAXException e) {
  /external/smack/src/com/kenai/jbosh/
BodyParserSAX.java 29 import org.xml.sax.SAXException;
167 } catch (SAXException saxx) {
195 } catch (SAXException ex) {
  /libcore/benchmarks/src/benchmarks/
XmlParseBenchmark.java 36 import org.xml.sax.SAXException;
85 public int timeSax(int reps) throws IOException, SAXException {
104 public int timeDom(int reps) throws IOException, SAXException {
  /libcore/dom/src/test/java/org/w3c/domts/
JAXPDOMTestDocumentBuilderFactory.java 22 import org.xml.sax.SAXException;
87 private SAXException parseException;
113 public SAXException getFirstException() {
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/project/
AndroidManifestHelper.java 31 import org.xml.sax.SAXException;
58 * @throws SAXException
63 XmlErrorListener errorListener) throws SAXException, IOException,
108 } catch (SAXException e) {
  /external/apache-xml/src/main/java/org/apache/xml/utils/
TreeWalker.java 152 public void traverse(Node pos) throws org.xml.sax.SAXException
171 public void traverseFragment(Node pos) throws org.xml.sax.SAXException
223 public void traverse(Node pos, Node top) throws org.xml.sax.SAXException
268 throws org.xml.sax.SAXException
287 * @throws org.xml.sax.SAXException
289 protected void startNode(Node node) throws org.xml.sax.SAXException
451 * @throws org.xml.sax.SAXException
453 protected void endNode(Node node) throws org.xml.sax.SAXException
  /frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/impl/
FontLoader.java 20 import org.xml.sax.SAXException;
101 } catch (SAXException e) {
114 throws ParserConfigurationException, SAXException, IOException, FileNotFoundException {
212 throws SAXException {
243 public void characters(char[] ch, int start, int length) throws SAXException {
253 public void endElement(String uri, String localName, String name) throws SAXException {
  /external/apache-xml/src/main/java/org/apache/xalan/processor/
ProcessorKey.java 66 throws org.xml.sax.SAXException
89 throws org.xml.sax.SAXException
ProcessorNamespaceAlias.java 63 throws org.xml.sax.SAXException
ProcessorPreserveSpace.java 61 throws org.xml.sax.SAXException
ProcessorStripSpace.java 60 throws org.xml.sax.SAXException
  /external/apache-xml/src/main/java/org/apache/xalan/templates/
ElemAttribute.java 32 import org.xml.sax.SAXException;
200 catch (SAXException e)
ElemValueOf.java 33 import org.xml.sax.SAXException;
247 catch (SAXException se)
ElemComment.java 88 catch(org.xml.sax.SAXException se)
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/builderTemplate/tests/tools/
TestVersionTracker.java 19 import org.xml.sax.SAXException;
62 } catch (SAXException e) {
  /prebuilts/tools/common/m2/internal/jdom/jdom/1.0/
jdom-1.0.jar 
  /external/apache-xml/src/main/java/org/apache/xml/serializer/dom3/
DOM3SerializerImpl.java 112 } catch (org.xml.sax.SAXException se) {
  /external/apache-xml/src/main/java/org/apache/xpath/
SourceTreeManager.java 361 throw new org.xml.sax.SAXException( ex );
363 throw new org.xml.sax.SAXException( ex1.toString() );
376 catch (org.xml.sax.SAXException se)
385 catch (org.xml.sax.SAXException se)
  /external/apache-xml/src/main/java/org/apache/xpath/functions/
FuncNormalizeSpace.java 68 org.xml.sax.SAXException

Completed in 1099 milliseconds

1 2 3 4 56 7 8 91011>>