Interface XmlElement

All Known Subinterfaces:
Audio, AudioSegment, AudioVisual, AudioVisualSegment, FreeTextAnnotation, KeywordAnnotation, MediaDuration, MediaLocator, MediaTime, MediaTimePoint, MovingRegion, MultimediaContent<T>, MultimediaContentType, Segment, SpatioTemporalDecomposition, SpatioTemporalLocator, TemporalDecomposition<T>, TextAnnotation, Textual, Video, VideoSegment, VideoText
All Known Implementing Classes:
FreeTextAnnotationImpl, KeywordAnnotationImpl, MediaDurationImpl, MediaLocatorImpl, MediaRelTimeImpl, MediaRelTimePointImpl, MediaTimeImpl, MediaTimePointImpl, MultimediaContentImpl, MultimediaContentTypeImpl, SegmentImpl, SpatioTemporalDecompositionImpl, SpatioTemporalLocatorImpl, TemporalDecompositionImpl, TextAnnotationImpl, TextualImpl, VideoTextImpl, XMLCatalogImpl.CatalogEntry

public interface XmlElement
Interface for an arbitrary xml element.
  • Method Summary

    Modifier and Type
    Method
    Description
    toXml(Document document)
    Returns an xml node representation of this element.
  • Method Details

    • toXml

      Node toXml(Document document)
      Returns an xml node representation of this element.
      Parameters:
      document - the enclosing xml document
      Returns:
      the xml node