|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.abstracthorizon.danube.webdav.xml.dav.request.AbstractSimpleXMLHandler
org.abstracthorizon.danube.webdav.xml.dav.request.KeepAlive
public class KeepAlive
This class models WebDAV's keepalive tag
| Field Summary | |
|---|---|
protected List<HRef> |
hrefs
Hrefs |
protected String |
value
Value |
| Fields inherited from class org.abstracthorizon.danube.webdav.xml.dav.request.AbstractSimpleXMLHandler |
|---|
parent |
| Constructor Summary | |
|---|---|
KeepAlive(XMLParserHandler parent)
Constructor |
|
| Method Summary | |
|---|---|
Object |
end(Object current,
String tag,
String value)
Returns parent object and does nothing else |
Object |
start(Object current,
String tag,
Attributes attributes)
Returns current object and does nothing else |
String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
protected List<HRef> hrefs
protected String value
| Constructor Detail |
|---|
public KeepAlive(XMLParserHandler parent)
parent - parent parser handler| Method Detail |
|---|
public Object start(Object current,
String tag,
Attributes attributes)
throws SAXException
AbstractSimpleXMLHandler
start in interface XMLParserHandlerstart in class AbstractSimpleXMLHandlercurrent - current objecttag - tagattributes - attribtues
SAXException - sax exception
public Object end(Object current,
String tag,
String value)
throws SAXException
AbstractSimpleXMLHandler
end in interface XMLParserHandlerend in class AbstractSimpleXMLHandlercurrent - current objecttag - tagvalue - tag value
SAXException - sax exceptionpublic String toString()
toString in class Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||