Package org.opencastproject.mediapackage
Interface XmlElement
- All Known Implementing Classes:
XMLCatalogImpl.CatalogEntry
public interface XmlElement
Interface for an arbitrary xml element.
-
Method Summary
-
Method Details
-
toXml
Returns an xml node representation of this element.- Parameters:
document- the enclosing xml document- Returns:
- the xml node
-