Interface AnnotationXMLWriter<TDataAnnotation extends DataAnnotation<?>>

All Known Implementing Classes:
SQLXMLWriter

public interface AnnotationXMLWriter<TDataAnnotation extends DataAnnotation<?>>
Writer to convert an annotation into XML.
Author:
dg50
  • Method Details Link icon

    • writeAnnotation Link icon

      Element writeAnnotation(Document parent, PamDataUnit pamDataUnit, TDataAnnotation annotation)
      Write an annotation as an XML element into a document.
      Parameters:
      parent -
      pamDataUnit -
      annotation -
      document -
      Returns: