ContentHandler
, DTDHandler
, EntityResolver
, ErrorHandler
public class XmlResponsesSaxParser.MultipartPartResultHandler extends SimpleHandler
Constructor | Description |
---|---|
MultipartPartResultHandler(XMLReader xr) |
Modifier and Type | Method | Description |
---|---|---|
void |
endETag(String text) |
|
void |
endLastModified(String text) |
|
void |
endPart(String text) |
|
void |
endPartNumber(String text) |
|
void |
endSize(String text) |
|
MultipartPart |
getMultipartPart() |
endDocument, endPrefixMapping, error, fatalError, ignorableWhitespace, notationDecl, processingInstruction, resolveEntity, setDocumentLocator, skippedEntity, startDocument, startPrefixMapping, unparsedEntityDecl, warning
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
characters, controlReturned, endElement, isChildHandler, returnControlToParentHandler, startElement, transferControlToHandler
public MultipartPartResultHandler(XMLReader xr)
public MultipartPart getMultipartPart()
public void endPartNumber(String text)
public void endLastModified(String text) throws ParseException
ParseException
public void endETag(String text)
public void endSize(String text)
public void endPart(String text)