Package org.apache.jackrabbit.webdav.xml
Interface XmlSerializable
-
- All Known Subinterfaces:
ActiveLock,DavProperty<T>,EventBundle,EventType,LockEntry,Report,Subscription
- All Known Implementing Classes:
AbstractActiveLock,AbstractDavProperty,AbstractJcrReport,AbstractLockEntry,AbstractReport,AbstractSecurityReport,AclPrincipalReport,AclProperty,AclProperty.Ace,AclRestrictionsProperty,BindInfo,CompareBaselineReport,CurrentUserPrivilegeSetProperty,DavException,DavPropertyName,DavPropertyNameSet,DavPropertySet,DefaultActiveLock,DefaultDavProperty,DefaultEventType,EventDiscovery,ExpandPropertyReport,ExportViewReport,Filter,HrefProperty,ItemDefinitionImpl,JcrActiveLock,JcrDavException,JcrPrivilegeReport,LabelInfo,LabelSetProperty,LatestActivityVersionReport,LengthsProperty,LocateByHistoryReport,LocateByUuidReport,LocateCorrespondingNodeReport,LockDiscovery,LockInfo,MergeInfo,MultiStatus,MultiStatusResponse,NamespacesProperty,NodeDefinitionImpl,NodeTypeProperty,NodeTypesReport,OptionsInfo,OptionsResponse,OrderingType,OrderPatch,OrderPatch.Member,ParentElement,ParentSet,Position,Principal,PrincipalMatchReport,PrincipalSearchReport,Privilege,PropContainer,PropertyDefinitionImpl,PropfindInfo,ProppatchInfo,QueryGrammerSet,RebindInfo,RegisteredNamespacesReport,ReportInfo,ReportType,RepositoryDescriptorsReport,ResourceType,Scope,SearchablePropertyReport,SearchInfo,SearchResultProperty,SessionScopedLockEntry,Status,SubscriptionDiscovery,SubscriptionImpl,SubscriptionInfo,SupportedLock,SupportedMethodSetProperty,SupportedPrivilege,SupportedPrivilegeSetProperty,SupportedReportSetProperty,TransactionInfo,TxActiveLock,TxLockEntry,Type,UnbindInfo,UpdateInfo,ValuesProperty,VersionTreeReport
public interface XmlSerializableXmlSerializable...
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ElementtoXml(Document document)Returns the xml representation of the implementing object asElement.
-
-
-
Method Detail
-
toXml
Element toXml(Document document)
Returns the xml representation of the implementing object asElement. The givenDocumentis used as factory and represents theowner documentof the returned DOM element.- Parameters:
document- to be used as factory.- Returns:
- a w3c element representing this object
-
-