Interface PsiXmlVariableNameWriter<T>
-
- All Known Subinterfaces:
PsiXmlXrefWriter
- All Known Implementing Classes:
XmlCvTermWriter,XmlCvTermWriter,XmlDbXrefWriter,XmlDbXrefWriter,XmlExperimentalCvTermWriter,XmlExperimentalCvTermWriter,XmlExperimentalCvTermWriter,XmlOpenCvTermWriter,XmlOpenCvTermWriter
public interface PsiXmlVariableNameWriter<T>Interface for writers of PSI-XML object elements that do have a variable node name but otherwise are the same element type. It asks for the name of the cv node in addition to the cv- Since:
11/11/13
- Version:
- $Id$
- Author:
- Marine Dumousseau (marine@ebi.ac.uk)
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidwrite(T object, String nodeName)write.
-
-
-
Method Detail
-
write
void write(T object, String nodeName) throws MIIOException
write.
- Parameters:
object- a T object.nodeName- aStringobject.- Throws:
MIIOException- if any.
-
-