Class XmlAnnotationWriter
- java.lang.Object
-
- psidev.psi.mi.jami.xml.io.writer.elements.impl.XmlAnnotationWriter
-
- All Implemented Interfaces:
PsiXmlElementWriter<Annotation>
public class XmlAnnotationWriter extends Object implements PsiXmlElementWriter<Annotation>
XML writer for attributes- Since:
11/11/13
- Version:
- $Id$
- Author:
- Marine Dumousseau (marine@ebi.ac.uk)
-
-
Constructor Summary
Constructors Constructor Description XmlAnnotationWriter(XMLStreamWriter writer)
Constructor for XmlAnnotationWriter.
-
-
-
Constructor Detail
-
XmlAnnotationWriter
public XmlAnnotationWriter(XMLStreamWriter writer)
Constructor for XmlAnnotationWriter.
- Parameters:
writer
- aXMLStreamWriter
object.
-
-
Method Detail
-
write
public void write(Annotation object) throws MIIOException
write.
- Specified by:
write
in interfacePsiXmlElementWriter<Annotation>
- Parameters:
object
- a T object.- Throws:
MIIOException
- if any.
-
-