org.abstracthorizon.danube.webdav.xml.dav
Class DAVAbstractXMLParser

java.lang.Object
  extended by org.abstracthorizon.danube.webdav.xml.dav.request.AbstractSimpleXMLHandler
      extended by org.abstracthorizon.danube.webdav.xml.dav.DAVAbstractXMLParser
All Implemented Interfaces:
XMLParserHandler
Direct Known Subclasses:
LockEntry, PropertyBehavior, PropertyUpdate, PropFind, Remove, RequestProp, Set

public class DAVAbstractXMLParser
extends AbstractSimpleXMLHandler

WebDAV abstract XML parser

Author:
Daniel Sendula

Field Summary
protected  DAVFactory davFactory
          Factory to create requred objects
 
Fields inherited from class org.abstracthorizon.danube.webdav.xml.dav.request.AbstractSimpleXMLHandler
parent
 
Constructor Summary
protected DAVAbstractXMLParser()
          Constructor
  DAVAbstractXMLParser(XMLParserHandler parent, DAVFactory davFactory)
          Constructor
 
Method Summary
 
Methods inherited from class org.abstracthorizon.danube.webdav.xml.dav.request.AbstractSimpleXMLHandler
end, start
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

davFactory

protected DAVFactory davFactory
Factory to create requred objects

Constructor Detail

DAVAbstractXMLParser

protected DAVAbstractXMLParser()
Constructor


DAVAbstractXMLParser

public DAVAbstractXMLParser(XMLParserHandler parent,
                            DAVFactory davFactory)
Constructor

Parameters:
parent - parent parser handler
davFactory - factory


Copyright © 2005-2009 Abstract Horizon. All Rights Reserved.