net.java.dev.webdav.core.jaxrs.xml.elements
Class PropFind
java.lang.Object
net.java.dev.webdav.core.jaxrs.xml.elements.PropFind
public final class PropFind
- extends java.lang.Object
WebDAV propfind XML Element.
- Author:
- Markus KARG (mkarg@users.dev.java.net)
- See Also:
- Chapter 14.20 "propfind XML Element" of RFC 4918 "HTTP Extensions for Web Distributed Authoring and Versioning (WebDAV)"
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PropFind
public PropFind(PropName propName)
PropFind
public PropFind(AllProp allProp,
Include include)
PropFind
public PropFind(AllProp allProp)
PropFind
public PropFind(Prop prop)
getPropName
public final PropName getPropName()
getAllProp
public final AllProp getAllProp()
getInclude
public final Include getInclude()
getProp
public final Prop getProp()
Copyright © 2008-2009 The java.net WebDAV Project. All Rights Reserved.