Package org.eclipse.webdav.dom

Provides a set of "editors" for manipulating the XML data exchanged with WebDAV servers.

See:
          Description

Interface Summary
QualifiedName Note: This class/interface is part of an interim API that is still under development and expected to change significantly before reaching stability.
 

Class Summary
ActiveLock An element editor for the WebDAV activelock element.
BaselineControl An element editor for the WebDAV baseline control element.
Bindings An element editor for the WebDAV bindings element.
Conflict An element editor for the WebDAV conflict element.
ConflictReportResponse An element editor for the WebDAV conflict-report-response element.
ElementEditor Abstract superclass of all element editors.
HrefSet An element editor for sets of hrefs, for example, the WebDAV predecessor-set element.
Label Note: This class/interface is part of an interim API that is still under development and expected to change significantly before reaching stability.
LockDiscovery An element editor for the WebDAV lockdiscovery element.
LockEntry An element editor for the WebDAV lockentry element.
LockInfo An element editor for the WebDAV lockinfo element.
Mkworkspace The mkworkspace element editor is simple since it is a placeholder for future enhancements and implementation specific arguments.
MultiStatus An element editor for the WebDAV multistatus element.
Namespaces Note: This class/interface is part of an interim API that is still under development and expected to change significantly before reaching stability.
Owner An element editor for the WebDAV owner element.
Prop An element editor for the WebDAV prop element.
Property An element editor that is the superclass of all WebDAV property elements.
PropertyBehavior An element editor for the WebDAV propertybehavior element.
PropertyUpdate An element editor for the WebDAV propertyupdate element.
PropFind An element editor for the WebDAV propfind element.
PropStat An element editor for the WebDAV propstat element.
QualifiedNameImpl Qualified names are two-part names: qualifier and local name.
ResourceID An element editor for the WebDAV resourceid element.
ResponseBody An element editor for the WebDAV response element.
Status A Status parses an http status string.
SupportedLock An element editor for the WebDAV supportedlock element.
Update An element editor for the WebDAV update element.
 

Exception Summary
MalformedElementException MalformedElementException is a checked exception thrown when a malformed element is encountered.
 

Package org.eclipse.webdav.dom Description

Provides a set of "editors" for manipulating the XML data exchanged with WebDAV servers.

Package Specification

This package defines a set of XML DOM editors useful for manipulating the XML typically passed between WebDAV clients and servers.



Copyright © 2001-2014 JBoss by Red Hat. All Rights Reserved.