public interface XmlSink extends DataSink, ContentHandler, LexicalHandler
Modifier and Type | Method and Description |
---|---|
ParseException |
processException(SAXException e)
Unwraps underlying ParseException from SAXException or
wraps generic SAXException with ParseException.
|
endStream, setBaseUri, setProperty, startStream
characters, endDocument, endElement, endPrefixMapping, ignorableWhitespace, processingInstruction, setDocumentLocator, skippedEntity, startDocument, startElement, startPrefixMapping
comment, endCDATA, endDTD, endEntity, startCDATA, startDTD, startEntity
ParseException processException(SAXException e)
Copyright © 2012–2013. All rights reserved.