org.biomage.tools.xmlutils
Interface PCData

All Known Implementing Classes:
PCDataImpl

public interface PCData

Author:
kjellp

Method Summary
 void appendChars(char[] values, int from, int to)
           
 java.lang.String getContent()
           
 void writeMAGEML(java.io.Writer out)
           
 

Method Detail

appendChars

void appendChars(char[] values,
                 int from,
                 int to)

getContent

java.lang.String getContent()

writeMAGEML

void writeMAGEML(java.io.Writer out)
                 throws java.io.IOException
Throws:
java.io.IOException