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 DavPropertyNameSetgetAffectedProperties()org.w3c.dom.ElementtoXml(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: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
 
 
 - 
 
 -