Home
last modified time | relevance | path

Searched refs:SAXException (Results 1 – 25 of 168) sorted by relevance

1234567

/external/tagsoup/src/org/ccil/cowan/tagsoup/
DPYXWriter.java37 public void adup(char[] buff, int offset, int length) throws SAXException { in adup()
42 public void aname(char[] buff, int offset, int length) throws SAXException { in aname()
49 public void aval(char[] buff, int offset, int length) throws SAXException { in aval()
55 public void cmnt(char [] buff, int offset, int length) throws SAXException { in cmnt()
61 public void entity(char[] buff, int offset, int length) throws SAXException { } in entity()
65 public void eof(char[] buff, int offset, int length) throws SAXException { in eof()
69 public void etag(char[] buff, int offset, int length) throws SAXException { in etag()
75 public void decl(char[] buff, int offset, int length) throws SAXException { in decl()
78 public void gi(char[] buff, int offset, int length) throws SAXException { in gi()
84 public void cdsect(char[] buff, int offset, int length) throws SAXException { in cdsect()
[all …]
DScanHandler.java18 import org.xml.sax.SAXException;
29 public void adup(char[] buff, int offset, int length) throws SAXException; in adup()
35 public void aname(char[] buff, int offset, int length) throws SAXException; in aname()
41 public void aval(char[] buff, int offset, int length) throws SAXException; in aval()
46 public void cdsect(char[] buff, int offset, int length) throws SAXException; in cdsect()
52 public void decl(char[] buff, int offset, int length) throws SAXException; in decl()
58 public void entity(char[] buff, int offset, int length) throws SAXException; in entity()
64 public void eof(char[] buff, int offset, int length) throws SAXException; in eof()
70 public void etag(char[] buff, int offset, int length) throws SAXException; in etag()
76 public void gi(char[] buff, int offset, int length) throws SAXException; in gi()
[all …]
DXMLWriter.java26 import org.xml.sax.SAXException;
502 throws SAXException in startDocument()
542 throws SAXException in endDocument()
549 throw new SAXException(e); in endDocument()
575 throws SAXException in startElement()
616 throws SAXException in endElement()
656 throws SAXException in characters()
684 throws SAXException in ignorableWhitespace()
705 throws SAXException in processingInstruction()
750 throws SAXException in emptyElement()
[all …]
DParser.java439 public void parse (InputSource input) throws IOException, SAXException { in parse()
453 public void parse (String systemid) throws IOException, SAXException { in parse()
481 private Reader getReader(InputSource s) throws SAXException, IOException { in getReader()
507 …ate InputStream getInputStream(String publicid, String systemid) throws IOException, SAXException { in getInputStream()
529 public void adup(char[] buff, int offset, int length) throws SAXException { in adup()
535 public void aname(char[] buff, int offset, int length) throws SAXException { in aname()
543 public void aval(char[] buff, int offset, int length) throws SAXException { in aval()
606 public void entity(char[] buff, int offset, int length) throws SAXException { in entity()
633 public void eof(char[] buff, int offset, int length) throws SAXException { in eof()
643 public void etag(char[] buff, int offset, int length) throws SAXException { in etag()
[all …]
/external/apache-xml/src/main/java/org/apache/xml/serializer/
DToTextSAXHandler.java32 import org.xml.sax.SAXException;
51 public void endElement(String elemName) throws SAXException in endElement()
61 throws SAXException in endElement()
81 throws org.xml.sax.SAXException in comment()
87 public void comment(String data) throws org.xml.sax.SAXException in comment()
127 public void indent(int n) throws SAXException in indent()
204 throws SAXException in attributeDecl()
211 public void elementDecl(String arg0, String arg1) throws SAXException in elementDecl()
219 throws SAXException in externalEntityDecl()
227 throws SAXException in internalEntityDecl()
[all …]
DToTextStream.java28 import org.xml.sax.SAXException;
63 protected void startDocumentInternal() throws org.xml.sax.SAXException in startDocumentInternal()
86 public void endDocument() throws org.xml.sax.SAXException in endDocument()
128 throws org.xml.sax.SAXException in startElement()
164 throws org.xml.sax.SAXException in endElement()
196 throws org.xml.sax.SAXException in characters()
227 throw new SAXException(ioe); in characters()
243 throws org.xml.sax.SAXException in charactersRaw()
252 throw new SAXException(ioe); in charactersRaw()
275 throws IOException, org.xml.sax.SAXException in writeNormalizedChars()
[all …]
DToXMLSAXHandler.java34 import org.xml.sax.SAXException;
87 public void indent(int n) throws SAXException in indent()
102 public boolean setEscaping(boolean escape) throws SAXException in setEscaping()
146 throws SAXException in attributeDecl()
153 public void elementDecl(String arg0, String arg1) throws SAXException in elementDecl()
161 throws SAXException in externalEntityDecl()
169 throws SAXException in internalEntityDecl()
177 public void endDocument() throws SAXException in endDocument()
193 protected void closeStartTag() throws SAXException in closeStartTag()
222 public void closeCDATA() throws SAXException in closeCDATA()
[all …]
DExtendedContentHandler.java25 import org.xml.sax.SAXException;
66 throws SAXException; in addAttribute()
73 throws org.xml.sax.SAXException; in addAttributes()
89 public void characters(String chars) throws SAXException; in characters()
97 public void characters(org.w3c.dom.Node node) throws org.xml.sax.SAXException; in characters()
110 public void endElement(String elemName) throws SAXException; in endElement()
126 throws org.xml.sax.SAXException; in startElement()
133 public void startElement(String qName) throws SAXException; in startElement()
153 throws SAXException; in namespaceAfterStartElement()
172 throws SAXException; in startPrefixMapping()
[all …]
DToUnknownStream.java36 import org.xml.sax.SAXException;
221 public boolean setEscaping(boolean escape) throws SAXException in setEscaping()
273 throws SAXException in addAttribute()
301 throws SAXException in addUniqueAttribute()
317 public void characters(String chars) throws SAXException in characters()
332 public void endElement(String elementName) throws SAXException in endElement()
347 public void startPrefixMapping(String prefix, String uri) throws SAXException in startPrefixMapping()
364 throws SAXException in namespaceAfterStartElement()
383 throws SAXException in startPrefixMapping()
439 public void startDocument() throws SAXException in startDocument()
[all …]
DToSAXHandler.java28 import org.xml.sax.SAXException;
91 protected void startDocumentInternal() throws SAXException in startDocumentInternal()
106 throws SAXException in startDTD()
120 public void characters(String characters) throws SAXException in characters()
136 public void comment(String comment) throws SAXException in comment()
163 throws SAXException in processingInstruction()
168 protected void closeStartTag() throws SAXException in closeStartTag()
172 protected void closeCDATA() throws SAXException in closeCDATA()
197 throws SAXException in startElement()
268 public void flushPending() throws SAXException in flushPending()
[all …]
DToXMLStream.java32 import org.xml.sax.SAXException;
108 public void startDocumentInternal() throws org.xml.sax.SAXException in startDocumentInternal()
169 throw new SAXException(e); in startDocumentInternal()
184 public void endDocument() throws org.xml.sax.SAXException in endDocument()
195 throw new SAXException(e); in endDocument()
217 public void startPreserving() throws org.xml.sax.SAXException in startPreserving()
233 public void endPreserving() throws org.xml.sax.SAXException in endPreserving()
252 throws org.xml.sax.SAXException in processingInstruction()
329 throw new SAXException(e); in processingInstruction()
344 public void entityReference(String name) throws org.xml.sax.SAXException in entityReference()
[all …]
DToStream.java47 import org.xml.sax.SAXException;
192 protected void closeCDATA() throws org.xml.sax.SAXException in closeCDATA()
202 throw new SAXException(e); in closeCDATA()
223 catch (org.xml.sax.SAXException se) in serialize()
239 protected final void flushWriter() throws org.xml.sax.SAXException in flushWriter()
268 throw new org.xml.sax.SAXException(ioe); in flushWriter()
300 public void elementDecl(String name, String model) throws SAXException in elementDecl()
319 throw new SAXException(e); in elementDecl()
338 throws SAXException in internalEntityDecl()
350 throw new SAXException(e); in internalEntityDecl()
[all …]
DSerializerBase.java36 import org.xml.sax.SAXException;
96 throws org.xml.sax.SAXException in fireEndElem()
112 throws org.xml.sax.SAXException in fireCharEvent()
254 public void comment(String data) throws SAXException in comment()
370 throws SAXException in addAttribute()
481 public void addAttributes(Attributes atts) throws SAXException in addAttributes()
525 public void endEntity(String name) throws org.xml.sax.SAXException in endEntity()
777 throws SAXException in namespaceAfterStartElement()
901 public void entityReference(String name) throws org.xml.sax.SAXException in entityReference()
949 throws org.xml.sax.SAXException in characters()
[all …]
/external/apache-xml/src/main/java/org/apache/xml/dtm/ref/
DIncrementalSAXSource_Filter.java36 import org.xml.sax.SAXException;
222 throws org.xml.sax.SAXException in characters()
233 throws org.xml.sax.SAXException in endDocument()
244 throws org.xml.sax.SAXException in endElement()
255 throws org.xml.sax.SAXException in endPrefixMapping()
266 throws org.xml.sax.SAXException in ignorableWhitespace()
277 throws org.xml.sax.SAXException in processingInstruction()
299 throws org.xml.sax.SAXException in skippedEntity()
310 throws org.xml.sax.SAXException in startDocument()
325 throws org.xml.sax.SAXException in startElement()
[all …]
/external/apache-xml/src/main/java/org/apache/xml/utils/
DDOMBuilder.java175 protected void append(Node newNode) throws org.xml.sax.SAXException in append()
207 throw new org.xml.sax.SAXException( in append()
220 throw new org.xml.sax.SAXException( in append()
274 public void startDocument() throws org.xml.sax.SAXException in startDocument()
289 public void endDocument() throws org.xml.sax.SAXException in endDocument()
320 throws org.xml.sax.SAXException in startElement()
401 throw new org.xml.sax.SAXException(de); in startElement()
426 throws org.xml.sax.SAXException in endElement()
467 public void characters(char ch[], int start, int length) throws org.xml.sax.SAXException in characters()
503 throws org.xml.sax.SAXException in charactersRaw()
[all …]
/external/apache-xml/src/main/java/org/apache/xalan/transformer/
DTransformerHandlerImpl.java44 import org.xml.sax.SAXException;
124 protected void clearCoRoutine(SAXException ex) in clearCoRoutine()
249 throws SAXException, IOException in resolveEntity()
277 throws SAXException in notationDecl()
299 throws SAXException in unparsedEntityDecl()
345 public void startDocument() throws SAXException in startDocument()
388 public void endDocument() throws SAXException in endDocument()
444 throws SAXException in startPrefixMapping()
465 public void endPrefixMapping(String prefix) throws SAXException in endPrefixMapping()
492 throws SAXException in startElement()
[all …]
DTransformerIdentityImpl.java64 import org.xml.sax.SAXException;
399 catch (SAXException se) in transform()
439 } catch (SAXException se) { in transform()
446 } catch (org.xml.sax.SAXException se) { in transform()
471 catch (org.xml.sax.SAXException se){} in transform()
500 catch (org.xml.sax.SAXException se) in transform()
827 throws SAXException in notationDecl()
853 throws SAXException in unparsedEntityDecl()
905 public void startDocument() throws SAXException in startDocument()
915 throw new SAXException(te.getMessage(), te); in startDocument()
[all …]
DTrAXFilter.java109 throws org.xml.sax.SAXException, IOException in parse()
125 catch (org.xml.sax.SAXException se) {} in parse()
133 throw new org.xml.sax.SAXException( ex ); in parse()
135 throw new org.xml.sax.SAXException( ex1.toString() ); in parse()
150 catch (org.xml.sax.SAXException se){} in parse()
161 …throw new org.xml.sax.SAXException(XSLMessages.createMessage(XSLTErrorResources.ER_CANNOT_CALL_PAR… in parse()
168 if(e instanceof org.xml.sax.SAXException) in parse()
169 throw (org.xml.sax.SAXException)e; in parse()
171 throw new org.xml.sax.SAXException(e); in parse()
187 throws org.xml.sax.SAXException, IOException in parse()
/external/cldr/tools/java/org/unicode/cldr/util/
DXMLFileReader.java26 import org.xml.sax.SAXException;
167 } catch (SAXException e) { in read()
188 public void characters(char[] ch, int start, int length) throws SAXException { in characters()
193 throws SAXException { in startElement()
204 … public void endElement(String namespaceURI, String localName, String qName) throws SAXException { in endElement()
214 public void startDTD(String name, String publicId, String systemId) throws SAXException { in startDTD()
221 public void endDTD() throws SAXException { in endDTD()
226 public void comment(char[] ch, int start, int length) throws SAXException { in comment()
233 public void elementDecl(String name, String model) throws SAXException { in elementDecl()
238 throws SAXException { in attributeDecl()
[all …]
/external/tagsoup/src/org/ccil/cowan/tagsoup/jaxp/
DSAX1ParserAdapter.java41 throws SAXException in parse()
46 throw new SAXException(ioe); in parse()
51 throws SAXException in parse()
56 throw new SAXException(ioe); in parse()
84 throws SAXException in setLocale()
115 throws SAXException in characters()
121 throws SAXException in endDocument()
127 throws SAXException in endElement()
141 throws SAXException in ignorableWhitespace()
147 throws SAXException in processingInstruction()
[all …]
/external/cldr/tools/java/org/unicode/cldr/icu/
DMapperUtils.java19 import org.xml.sax.SAXException;
52 } catch (IOException | SAXException e) { in parseFile()
92 public void characters(char[] ch, int start, int length) throws SAXException { in characters()
96 public void endElement(String uri, String localName, String qName) throws SAXException { in endElement()
100 public void startPrefixMapping(String arg0, String arg1) throws SAXException { in startPrefixMapping()
104 public void endPrefixMapping(String arg0) throws SAXException { in endPrefixMapping()
108 public void ignorableWhitespace(char[] arg0, int arg1, int arg2) throws SAXException { in ignorableWhitespace()
112 public void processingInstruction(String arg0, String arg1) throws SAXException { in processingInstruction()
120 public void skippedEntity(String arg0) throws SAXException { in skippedEntity()
124 public void startDocument() throws SAXException { in startDocument()
[all …]
/external/apache-xml/src/main/java/org/apache/xalan/processor/
DXSLTAttributeDef.java515 throws org.xml.sax.SAXException in processAVT()
526 throw new org.xml.sax.SAXException(te); in processAVT()
546 throws org.xml.sax.SAXException in processCDATA()
556 throw new org.xml.sax.SAXException(te); in processCDATA()
579 throws org.xml.sax.SAXException in processCHAR()
595 throw new org.xml.sax.SAXException(te); in processCHAR()
624 throws org.xml.sax.SAXException in processENUM()
638 throw new org.xml.sax.SAXException(te); in processENUM()
674 throws org.xml.sax.SAXException in processENUM_OR_PQNAME()
688 throw new org.xml.sax.SAXException(te); in processENUM_OR_PQNAME()
[all …]
DStylesheetHandler.java308 throws org.xml.sax.SAXException in resolveEntity()
367 throws org.xml.sax.SAXException in getProcessorFor()
429 public void startDocument() throws org.xml.sax.SAXException in startDocument()
463 public void endDocument() throws org.xml.sax.SAXException in endDocument()
494 throw new org.xml.sax.SAXException(te); in endDocument()
516 throws org.xml.sax.SAXException in startPrefixMapping()
541 public void endPrefixMapping(String prefix) throws org.xml.sax.SAXException in endPrefixMapping()
552 private void flushCharacters() throws org.xml.sax.SAXException in flushCharacters()
573 throws org.xml.sax.SAXException in startElement()
648 throws org.xml.sax.SAXException in endElement()
[all …]
DProcessorExsltFunction.java47 import org.xml.sax.SAXException;
63 throws SAXException in startElement()
70 handler.error(msg, new SAXException(msg)); in startElement()
87 handler.error(msg, new SAXException(msg)); in startElement()
96 throws SAXException in appendAndPush()
110 throws SAXException in endElement()
123 throws SAXException in validate()
134 handler.error(msg, new SAXException(msg)); in validate()
154 handler.error(msg, new SAXException(msg)); in validate()
/external/cldr/tools/java/org/unicode/cldr/tool/
DGenerateAttributeList.java36 import org.xml.sax.SAXException;
282 throws SAXException { in attributeDecl()
299 public void elementDecl(String name, String model) throws SAXException { in elementDecl()
309 public void internalEntityDecl(String name, String value) throws SAXException { in internalEntityDecl()
319 …public void externalEntityDecl(String name, String publicId, String systemId) throws SAXException { in externalEntityDecl()
332 public void endDocument() throws SAXException { in endDocument()
342 public void startDocument() throws SAXException { in startDocument()
352 public void characters(char[] ch, int start, int length) throws SAXException { in characters()
362 public void ignorableWhitespace(char[] ch, int start, int length) throws SAXException { in ignorableWhitespace()
372 public void endPrefixMapping(String prefix) throws SAXException { in endPrefixMapping()
[all …]

1234567