Package annotation.xml
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 Summary
Modifier and TypeMethodDescriptionwriteAnnotation(Document parent, PamDataUnit pamDataUnit, TDataAnnotation annotation) Write an annotation as an XML element into a document. 
- 
Method Details
- 
writeAnnotation
Write an annotation as an XML element into a document.- Parameters:
 parent-pamDataUnit-annotation-document-- Returns:
 
 
 -