public class ProppatchInfo extends Object implements XmlSerializable
Constructor and Description |
---|
ProppatchInfo(DavPropertySet setProperties,
DavPropertyNameSet removeProperties) |
ProppatchInfo(List<? extends PropEntry> changeList) |
Modifier and Type | Method and Description |
---|---|
DavPropertyNameSet |
getAffectedProperties() |
Element |
toXml(Document document)
Returns the xml representation of the implementing object as
Element . |
public ProppatchInfo(DavPropertySet setProperties, DavPropertyNameSet removeProperties)
public DavPropertyNameSet getAffectedProperties()
public Element toXml(Document document)
XmlSerializable
Element
. The given Document
is used
as factory and represents the owner document
of the returned DOM element.toXml
in interface XmlSerializable
document
- to be used as factory.Copyright © 2004–2021 The Apache Software Foundation. All rights reserved.