org.apache.jackrabbit.webdav.xml
Interface XmlSerializable

All Known Subinterfaces:
ActiveLock, DavProperty, EventBundle, EventType, LockEntry, Report, Subscription
All Known Implementing Classes:
AbstractActiveLock, AbstractDavProperty, AbstractLockEntry, DavException, DavPropertyName, EventDiscovery, ExpandPropertyReport, Filter, LabelInfo, LocateByHistoryReport, LockInfo, MergeInfo, MultiStatus, MultiStatusResponse, OptionsInfo, OptionsResponse, OrderPatch, OrderPatch.Member, Position, PropContainer, ReportInfo, ReportType, Scope, SearchInfo, Status, SubscriptionInfo, TransactionInfo, Type, UpdateInfo, VersionTreeReport

public interface XmlSerializable

XmlSerializable...


Method Summary
 Element toXml(Document document)
          Returns the xml representation of the implementing object as Element.
 

Method Detail

toXml

public Element toXml(Document document)
Returns the xml representation of the implementing object as Element. The given Document is used as factory and represents the owner document of the returned DOM element.

Parameters:
document - to be used as factory.
Returns:
a w3c element representing this object


Copyright © 2005-2006 . All Rights Reserved.