org.abstracthorizon.danube.webdav.xml.dav.request
Class Set

java.lang.Object
  extended by org.abstracthorizon.danube.webdav.xml.dav.request.AbstractSimpleXMLHandler
      extended by org.abstracthorizon.danube.webdav.xml.dav.DAVAbstractXMLParser
          extended by org.abstracthorizon.danube.webdav.xml.dav.request.Set
All Implemented Interfaces:
XMLParserHandler

public class Set
extends DAVAbstractXMLParser

This class models WebDAV's set property

Author:
Daniel Sendula

Field Summary
protected  RequestProp prop
          Nested request property
 
Fields inherited from class org.abstracthorizon.danube.webdav.xml.dav.DAVAbstractXMLParser
davFactory
 
Fields inherited from class org.abstracthorizon.danube.webdav.xml.dav.request.AbstractSimpleXMLHandler
parent
 
Constructor Summary
Set(XMLParserHandler parent, DAVFactory factory)
          Constructor
 
Method Summary
 Object start(Object current, String tag, Attributes attributes)
          Returns current object and does nothing else
 String toString()
           
 
Methods inherited from class org.abstracthorizon.danube.webdav.xml.dav.request.AbstractSimpleXMLHandler
end
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

prop

protected RequestProp prop
Nested request property

Constructor Detail

Set

public Set(XMLParserHandler parent,
           DAVFactory factory)
Constructor

Parameters:
parent - request property
factory - factory
Method Detail

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 object
tag - tag
attributes - 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.