public class PropfindInfo extends Object implements XmlSerializable
Constructor and Description |
---|
PropfindInfo(int propfindType,
DavPropertyNameSet propNameSet) |
Modifier and Type | Method and Description |
---|---|
Element |
toXml(Document document)
Returns the xml representation of the implementing object as
Element . |
public PropfindInfo(int propfindType, DavPropertyNameSet propNameSet)
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–2024 The Apache Software Foundation. All rights reserved.