Uses of Class
org.eclipse.webdav.dom.PropStat

Packages that use PropStat
org.eclipse.webdav.dom Provides a set of "editors" for manipulating the XML data exchanged with WebDAV servers. 
 

Uses of PropStat in org.eclipse.webdav.dom
 

Methods in org.eclipse.webdav.dom that return PropStat
 PropStat ResponseBody.accumulatePropStat(Element element, String status, String responseDescription)
          Gets this response's first propstat with the given status and adds a clone of the given element as a property of its prop.
 PropStat ResponseBody.accumulatePropStat(QualifiedName propertyName, String status, String responseDescription)
          Gets this response's first propstat with the given status and adds an element created from the given property name as a property of the propstat's prop.
 PropStat ResponseBody.addPropStat()
          Creates and adds a propstat element on this response and returns an editor on it.
 



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