org.abstracthorizon.danube.webdav.xml.dav.request
Class LockInfo
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.LockEntry
org.abstracthorizon.danube.webdav.xml.dav.request.LockInfo
- All Implemented Interfaces:
- XMLParserHandler
public class LockInfo
- extends LockEntry
This class models WebDAV's lockinfo tag
- Author:
- Daniel Sendula
owner
protected Owner owner
- Owner
LockInfo
public LockInfo(XMLParserHandler parent,
DAVFactory factory)
- Constructor
- Parameters:
parent - parent parser handlerfactory - factory
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 LockEntry
- Parameters:
current - current objecttag - tagattributes - attribtues
- Returns:
- new object
- Throws:
SAXException - sax exception
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 LockEntry
- Parameters:
current - current objecttag - tagvalue - tag value
- Returns:
- new object
- Throws:
SAXException - sax exception
getOwner
public Object getOwner()
- Returns owner
- Returns:
- owner
toString
public String toString()
- Overrides:
toString in class LockEntry
Copyright © 2005-2009 Abstract Horizon. All Rights Reserved.