public static interface SAXDecoder.ContentHandlerWithResult<T> extends ContentHandler
| Modifier and Type | Interface and Description |
|---|---|
static interface |
SAXDecoder.ContentHandlerWithResult.Factory<T> |
| Modifier and Type | Method and Description |
|---|---|
T |
result()
expected to be set following a call to
XMLReader.parse(InputSource) |
characters, endDocument, endElement, endPrefixMapping, ignorableWhitespace, processingInstruction, setDocumentLocator, skippedEntity, startDocument, startElement, startPrefixMappingT result()
XMLReader.parse(InputSource)Copyright © 2012–2020 OpenFeign. All rights reserved.