org.apache.oodt.commons.util
Interface Documentable
- All Known Implementing Classes:
- CDEResult, EnumeratedProfileElement, ExecServerConfig, Header, LargeResult, Profile, ProfileAttributes, ProfileElement, QueryElement, QueryHeader, QueryResult, RangedProfileElement, ResourceAttributes, Result, SearchableEnumeratedProfileElement, SearchableProfile, SearchableRangedProfileElement, SearchableResourceAttributes, SearchableUnspecifiedProfileElement, UnspecifiedProfileElement
public interface Documentable
A documentable object.
An object that exhibits this interface can be documented, in XML, as a DOM node.
- Author:
- Kelly.
|
Method Summary |
|---|
Node |
toXML(Document doc)
Document (aka serialize) this object into an XML DOM node. |
toXML
Node toXML(Document doc)
throws DOMException
- Document (aka serialize) this object into an XML DOM node.
- Parameters:
doc - What document will own the node.
- Returns:
- This object as an XML DOM node.
- Throws:
DOMException - If an error occurs while creating the DOM structure.
Copyright © 1999-2012 Apache OODT. All Rights Reserved.