org.abstracthorizon.danube.webdav.xml.dav.request.properties
Class Source
java.lang.Object
org.abstracthorizon.danube.webdav.xml.dav.request.AbstractSimpleXMLHandler
org.abstracthorizon.danube.webdav.xml.dav.request.properties.RequestProperty
org.abstracthorizon.danube.webdav.xml.dav.request.properties.Source
- All Implemented Interfaces:
- XMLParserHandler
- Direct Known Subclasses:
- Source, Source
public class Source
- extends RequestProperty
This class models WebDAV's source request property
- Author:
- Daniel Sendula
Source
public Source(XMLParserHandler parent)
- Constructor
- Parameters:
parent
- parent parser handler
end
public Object end(Object current,
String tag,
String value)
throws SAXException
- Description copied from class:
AbstractSimpleXMLHandler
- Returns parent object and does nothing else
- Specified by:
end
in interface XMLParserHandler
- Overrides:
end
in class AbstractSimpleXMLHandler
- Parameters:
current
- current objecttag
- tagvalue
- tag value
- Returns:
- new object
- Throws:
SAXException
- sax exception
toString
public String toString()
- Overrides:
toString
in class Object
Copyright © 2005-2009 Abstract Horizon. All Rights Reserved.