Uses of Interface
org.abstracthorizon.danube.webdav.xml.XMLParserHandler

Packages that use XMLParserHandler
org.abstracthorizon.danube.webdav.fs   
org.abstracthorizon.danube.webdav.fs.properties   
org.abstracthorizon.danube.webdav.java   
org.abstracthorizon.danube.webdav.java.properties   
org.abstracthorizon.danube.webdav.spring   
org.abstracthorizon.danube.webdav.spring.properties   
org.abstracthorizon.danube.webdav.util   
org.abstracthorizon.danube.webdav.xml.dav   
org.abstracthorizon.danube.webdav.xml.dav.request   
org.abstracthorizon.danube.webdav.xml.dav.request.properties   
 

Uses of XMLParserHandler in org.abstracthorizon.danube.webdav.fs
 

Methods in org.abstracthorizon.danube.webdav.fs with parameters of type XMLParserHandler
 GetContentLength FSDAVFactory.newGetContentLength(XMLParserHandler parent)
           
 GetContentType FSDAVFactory.newGetContentType(XMLParserHandler parent)
           
 GetLastModified FSDAVFactory.newGetLastModified(XMLParserHandler parent)
           
 Source FSDAVFactory.newSource(XMLParserHandler parent)
           
 

Uses of XMLParserHandler in org.abstracthorizon.danube.webdav.fs.properties
 

Constructors in org.abstracthorizon.danube.webdav.fs.properties with parameters of type XMLParserHandler
GetContentLength(XMLParserHandler parent)
          Constructor
GetContentType(XMLParserHandler parent)
          Constructor
GetLastModified(XMLParserHandler parent)
          Constructor
Source(XMLParserHandler parent)
          Constructor
 

Uses of XMLParserHandler in org.abstracthorizon.danube.webdav.java
 

Methods in org.abstracthorizon.danube.webdav.java with parameters of type XMLParserHandler
 GetContentLength JavaDAVFactory.newGetContentLength(XMLParserHandler parent)
          Returns new GetContentLength object
 GetContentType JavaDAVFactory.newGetContentType(XMLParserHandler parent)
          Returns new GetContentType object
 

Uses of XMLParserHandler in org.abstracthorizon.danube.webdav.java.properties
 

Constructors in org.abstracthorizon.danube.webdav.java.properties with parameters of type XMLParserHandler
GetContentLength(XMLParserHandler parent)
          Constructor
GetContentType(XMLParserHandler parent)
          Constuctor
 

Uses of XMLParserHandler in org.abstracthorizon.danube.webdav.spring
 

Methods in org.abstracthorizon.danube.webdav.spring with parameters of type XMLParserHandler
 GetContentLength SpringResourceDAVFactory.newGetContentLength(XMLParserHandler parent)
           
 GetContentType SpringResourceDAVFactory.newGetContentType(XMLParserHandler parent)
           
 GetLastModified SpringResourceDAVFactory.newGetLastModified(XMLParserHandler parent)
           
 Source SpringResourceDAVFactory.newSource(XMLParserHandler parent)
           
 

Uses of XMLParserHandler in org.abstracthorizon.danube.webdav.spring.properties
 

Constructors in org.abstracthorizon.danube.webdav.spring.properties with parameters of type XMLParserHandler
GetContentLength(XMLParserHandler parent)
          Constructor
GetContentType(XMLParserHandler parent)
          Constructor
GetLastModified(XMLParserHandler parent)
          Constructor
Source(XMLParserHandler parent)
          Constructor
 

Uses of XMLParserHandler in org.abstracthorizon.danube.webdav.util
 

Methods in org.abstracthorizon.danube.webdav.util that return XMLParserHandler
 XMLParserHandler SimpleNamespacesProvider.getParserHandler(String url)
          Returns XMLParserHandler for given URL
 XMLParserHandler NamespacesProvider.getParserHandler(String url)
          Returns XMLParserHandler for given URL
 

Methods in org.abstracthorizon.danube.webdav.util with parameters of type XMLParserHandler
 void SimpleNamespacesProvider.addNamespace(String url, String preferredPrefix, XMLParserHandler parserHandler)
          Adds new namespace to the provider
 void NamespacesProvider.addNamespace(String url, String preferredPrefix, XMLParserHandler parserHandler)
          Adds new namespace to the provider
 

Uses of XMLParserHandler in org.abstracthorizon.danube.webdav.xml.dav
 

Classes in org.abstracthorizon.danube.webdav.xml.dav that implement XMLParserHandler
 class DAVAbstractXMLParser
          WebDAV abstract XML parser
 class DAVNamespace
          DAV namespace.
 class HRef
          This object models WebDAV's href tag
 class LockScope
          This class models WebDAV's scope tag
 class LockType
          This class models WebDAV's lock type tag.
 class Owner
          This class models WebDAV's owner tag
 class RequestProp
          This class parses request properties
 

Methods in org.abstracthorizon.danube.webdav.xml.dav with parameters of type XMLParserHandler
 CreationDate DAVFactory.newCreationDate(XMLParserHandler parent)
           
 DisplayName DAVFactory.newDisplayName(XMLParserHandler parent)
           
 GetContentLanguage DAVFactory.newGetContentLanguage(XMLParserHandler parent)
           
 GetContentLength DAVFactory.newGetContentLength(XMLParserHandler parent)
           
 GetContentType DAVFactory.newGetContentType(XMLParserHandler parent)
           
 GetETag DAVFactory.newGetETag(XMLParserHandler parent)
           
 GetLastModified DAVFactory.newGetLastModified(XMLParserHandler parent)
           
 KeepAlive DAVFactory.newKeepAlive(XMLParserHandler parent)
           
 LockDiscovery DAVFactory.newLockDiscovery(XMLParserHandler parent)
           
 LockEntry DAVFactory.newLockEntry(XMLParserHandler parent)
           
 LockInfo DAVFactory.newLockInfo(XMLParserHandler parent)
           
 LockScope DAVFactory.newLockScope(XMLParserHandler parent)
           
 LockType DAVFactory.newLockType(XMLParserHandler parent)
           
 RequestProp DAVFactory.newProp(XMLParserHandler parent)
           
 PropertyBehavior DAVFactory.newPropertyBehavior(XMLParserHandler parent)
           
 PropertyUpdate DAVFactory.newPropertyUpdate(XMLParserHandler parent)
           
 PropFind DAVFactory.newPropFind(XMLParserHandler parent)
           
 RequestProp DAVFactory.newRemove(XMLParserHandler parent)
           
 ResourceType DAVFactory.newResourceType(XMLParserHandler parent)
           
 RequestProp DAVFactory.newSet(XMLParserHandler parent)
           
 Source DAVFactory.newSource(XMLParserHandler parent)
           
 SupportedLock DAVFactory.newSupportedLock(XMLParserHandler parent)
           
 

Constructors in org.abstracthorizon.danube.webdav.xml.dav with parameters of type XMLParserHandler
DAVAbstractXMLParser(XMLParserHandler parent, DAVFactory davFactory)
          Constructor
HRef(XMLParserHandler parent)
          Constructor
LockScope(XMLParserHandler parent)
          Constructor
LockType(XMLParserHandler parent)
          Constructor
Owner(XMLParserHandler parent)
          Constructor
RequestProp(XMLParserHandler parent, DAVFactory davFactory)
          Constructor
RequestProp(XMLParserHandler parent, DAVFactory davFactory, boolean set)
          Constructor
 

Uses of XMLParserHandler in org.abstracthorizon.danube.webdav.xml.dav.request
 

Classes in org.abstracthorizon.danube.webdav.xml.dav.request that implement XMLParserHandler
 class AbstractSimpleXMLHandler
          Abstract XML handler.
 class KeepAlive
          This class models WebDAV's keepalive tag
 class LockEntry
          This class models WebDAV's lockentry tag
 class LockInfo
          This class models WebDAV's lockinfo tag
 class PropertyBehavior
          This class models WebDAV's propertybehaviour tag
 class PropertyUpdate
          This class models WebDAV's propertyupdate tag
 class PropFind
          This class models WebDAV's propfind tag
 class Remove
          This class models WebDAV's remove tag
 class Set
          This class models WebDAV's set property
 

Fields in org.abstracthorizon.danube.webdav.xml.dav.request declared as XMLParserHandler
protected  XMLParserHandler AbstractSimpleXMLHandler.parent
          Parent parser handler
 

Constructors in org.abstracthorizon.danube.webdav.xml.dav.request with parameters of type XMLParserHandler
AbstractSimpleXMLHandler(XMLParserHandler parent)
          Constructor
KeepAlive(XMLParserHandler parent)
          Constructor
LockEntry(XMLParserHandler parent, DAVFactory factory)
          Constructor
LockInfo(XMLParserHandler parent, DAVFactory factory)
          Constructor
LockScope(XMLParserHandler parent)
          Constructor
LockType(XMLParserHandler parent)
          Constructor
Owner(XMLParserHandler parent)
          Constructor
PropertyBehavior(XMLParserHandler parent, DAVFactory factory)
          Constructor
PropertyUpdate(XMLParserHandler parent, DAVFactory factory)
          Constructor
PropFind(XMLParserHandler parent, DAVFactory davFactory)
          Constructor
Remove(XMLParserHandler parent, DAVFactory factory)
          Constructor
Set(XMLParserHandler parent, DAVFactory factory)
          Constructor
 

Uses of XMLParserHandler in org.abstracthorizon.danube.webdav.xml.dav.request.properties
 

Classes in org.abstracthorizon.danube.webdav.xml.dav.request.properties that implement XMLParserHandler
 class CreationDate
          This class models WebDAV's request property creationdate
 class DisplayName
          This class models WebDAV's displayname request property tag
 class GetContentLanguage
          This class models WebDAV's getcontentlanguage tag
 class GetContentLength
          This class models WebDAV's getcontentlength tag
 class GetContentType
          This class models WebDAV's getcontenttype request property tag
 class GetETag
          This class models WebDAV's getetag request property tag
 class GetLastModified
          This class models WebDAV's getlastmodified request property tag
 class LockDiscovery
          This class models WebDAV's lockdiscovery request property
 class RequestProperty
          Abstract request property class.
 class ResourceType
          This class models WebDAV's resource type request property
 class Source
          This class models WebDAV's source request property
 class SupportedLock
          This class models WebDAV's supportedlock request property
 

Constructors in org.abstracthorizon.danube.webdav.xml.dav.request.properties with parameters of type XMLParserHandler
CreationDate(XMLParserHandler parent)
          Cosntructor
DisplayName(XMLParserHandler parent)
          Constructor
GetContentLanguage(XMLParserHandler parent)
          Constructor
GetContentLength(XMLParserHandler parent)
          Constructor
GetContentType(XMLParserHandler parent)
          Constructor
GetETag(XMLParserHandler parent)
          Constructor
GetLastModified(XMLParserHandler parent)
          Constructor
LockDiscovery(XMLParserHandler parent)
          Constructory
RequestProperty(XMLParserHandler parent)
          Constructor
ResourceType(XMLParserHandler parent)
          Constructor
Source(XMLParserHandler parent)
          Constructor
SupportedLock(XMLParserHandler parent, DAVFactory factory)
          Constructor
 



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