public abstract class Ks3WebServiceXmlResponse<T> extends Ks3WebServiceResponse<T>
| 构造器和说明 |
|---|
Ks3WebServiceXmlResponse() |
| 限定符和类型 | 方法和说明 |
|---|---|
protected T |
abstractHandleResponse() |
void |
characters(char[] ch,
int start,
int length) |
abstract void |
endEle(String uri,
String localName,
String qName) |
void |
endElement(String uri,
String localName,
String qName) |
protected String |
getTag() |
protected String |
getTag(int i)
0返回当前节点名,1为父节点,2为父节点的父节点,以此类推
|
abstract void |
preHandle() |
abstract void |
startDocument() |
abstract void |
startEle(String uri,
String localName,
String qName,
Attributes attributes) |
void |
startElement(String uri,
String localName,
String qName,
Attributes attributes) |
abstract void |
string(String s) |
abortRequest, closeRequestInputStream, closeResponseInputStream, expectedStatus, getContent, getHeader, getHeaders, getHttpRequest, getHttpResponse, getRequestId, handleResponse, onFinally, setHttpRequest, setHttpResponseendDocument, endPrefixMapping, error, fatalError, ignorableWhitespace, notationDecl, processingInstruction, resolveEntity, setDocumentLocator, skippedEntity, startPrefixMapping, unparsedEntityDecl, warningprotected T result
protected String getTag(int i)
i - protected String getTag()
protected T abstractHandleResponse()
abstractHandleResponse 在类中 Ks3WebServiceResponse<T>public abstract void preHandle()
public abstract void startDocument()
throws SAXException
startDocument 在接口中 ContentHandlerstartDocument 在类中 org.xml.sax.helpers.DefaultHandlerSAXExceptionpublic void startElement(String uri, String localName, String qName, Attributes attributes) throws SAXException
startElement 在接口中 ContentHandlerstartElement 在类中 org.xml.sax.helpers.DefaultHandlerSAXExceptionpublic abstract void startEle(String uri, String localName, String qName, Attributes attributes) throws SAXException
SAXExceptionpublic void endElement(String uri, String localName, String qName) throws SAXException
endElement 在接口中 ContentHandlerendElement 在类中 org.xml.sax.helpers.DefaultHandlerSAXExceptionpublic abstract void endEle(String uri, String localName, String qName) throws SAXException
SAXExceptionpublic void characters(char[] ch,
int start,
int length)
throws SAXException
characters 在接口中 ContentHandlercharacters 在类中 org.xml.sax.helpers.DefaultHandlerSAXExceptionpublic abstract void string(String s)
Copyright © 2024. All rights reserved.