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