Class ProppatchInfo
- java.lang.Object
-
- org.apache.jackrabbit.webdav.property.ProppatchInfo
-
- All Implemented Interfaces:
XmlSerializable
public class ProppatchInfo extends Object implements XmlSerializable
-
-
Constructor Summary
Constructors Constructor Description ProppatchInfo(List<? extends PropEntry> changeList)
ProppatchInfo(DavPropertySet setProperties, DavPropertyNameSet removeProperties)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description DavPropertyNameSet
getAffectedProperties()
Element
toXml(Document document)
Returns the xml representation of the implementing object asElement
.
-
-
-
Constructor Detail
-
ProppatchInfo
public ProppatchInfo(DavPropertySet setProperties, DavPropertyNameSet removeProperties)
-
-
Method Detail
-
getAffectedProperties
public DavPropertyNameSet getAffectedProperties()
-
toXml
public Element toXml(Document document)
Description copied from interface:XmlSerializable
Returns the xml representation of the implementing object asElement
. The givenDocument
is used as factory and represents theowner document
of the returned DOM element.- Specified by:
toXml
in interfaceXmlSerializable
- Parameters:
document
- to be used as factory.- Returns:
- a w3c element representing this object
-
-