org.abstracthorizon.danube.webdav.xml.dav.request
Class Remove
java.lang.Object
org.abstracthorizon.danube.webdav.xml.dav.request.AbstractSimpleXMLHandler
org.abstracthorizon.danube.webdav.xml.dav.DAVAbstractXMLParser
org.abstracthorizon.danube.webdav.xml.dav.request.Remove
- All Implemented Interfaces:
- XMLParserHandler
public class Remove
- extends DAVAbstractXMLParser
This class models WebDAV's remove tag
- Author:
- Daniel Sendula
prop
protected RequestProp prop
- Nested request property
Remove
public Remove(XMLParserHandler parent,
DAVFactory factory)
- Constructor
- Parameters:
parent
- request propertyfactory
- factgory
start
public Object start(Object current,
String tag,
Attributes attributes)
throws SAXException
- Description copied from class:
AbstractSimpleXMLHandler
- Returns current object and does nothing else
- Specified by:
start
in interface XMLParserHandler
- Overrides:
start
in class AbstractSimpleXMLHandler
- Parameters:
current
- current objecttag
- tagattributes
- attribtues
- Returns:
- new object
- Throws:
SAXException
- sax exception
toString
public String toString()
- Overrides:
toString
in class Object
Copyright © 2005-2009 Abstract Horizon. All Rights Reserved.