Package org.trellisldp.webdav.xml
Class DavProp
- java.lang.Object
-
- org.trellisldp.webdav.xml.DavProp
-
public class DavProp extends Object
A PROPFIND prop class.
-
-
Constructor Summary
Constructors Constructor Description DavProp()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<Element>
getNodes()
Get the the prop element from a propstat response.void
setNodes(List<Element> nodes)
Set the property elements.
-