Class ProppatchInfo
java.lang.Object
org.apache.jackrabbit.webdav.property.ProppatchInfo
- All Implemented Interfaces:
XmlSerializable
-
Constructor Summary
ConstructorsConstructorDescriptionProppatchInfo
(List<? extends PropEntry> changeList) ProppatchInfo
(DavPropertySet setProperties, DavPropertyNameSet removeProperties) -
Method Summary
Modifier and TypeMethodDescriptionReturns the xml representation of the implementing object asElement
.
-
Constructor Details
-
ProppatchInfo
-
ProppatchInfo
-
-
Method Details
-
getAffectedProperties
-
toXml
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
-