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 DavPropertyNameSetgetAffectedProperties()ElementtoXml(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:XmlSerializableReturns the xml representation of the implementing object asElement. The givenDocumentis used as factory and represents theowner documentof the returned DOM element.- Specified by:
toXmlin interfaceXmlSerializable- Parameters:
document- to be used as factory.- Returns:
- a w3c element representing this object
-
-