Class ProppatchInfo
- java.lang.Object
-
- org.apache.jackrabbit.webdav.property.ProppatchInfo
-
- All Implemented Interfaces:
XmlSerializable
public class ProppatchInfo extends java.lang.Object implements XmlSerializable
-
-
Constructor Summary
Constructors Constructor Description ProppatchInfo(java.util.List<? extends PropEntry> changeList)
ProppatchInfo(DavPropertySet setProperties, DavPropertyNameSet removeProperties)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description DavPropertyNameSet
getAffectedProperties()
org.w3c.dom.Element
toXml(org.w3c.dom.Document document)
Returns the xml representation of the implementing object asElement
.
-
-
-
Constructor Detail
-
ProppatchInfo
public ProppatchInfo(java.util.List<? extends PropEntry> changeList)
-
ProppatchInfo
public ProppatchInfo(DavPropertySet setProperties, DavPropertyNameSet removeProperties)
-
-
Method Detail
-
getAffectedProperties
public DavPropertyNameSet getAffectedProperties()
-
toXml
public org.w3c.dom.Element toXml(org.w3c.dom.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
-
-