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 XmlSerializable
XmlSerializable
...
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Element
toXml(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 givenDocument
is used as factory and represents theowner document
of the returned DOM element.- Parameters:
document
- to be used as factory.- Returns:
- a w3c element representing this object
-
-