public class FastXMLWriter extends Object
| Constructor and Description | 
|---|
FastXMLWriter(PrintWriter writer)  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
attribute(String qName,
         String value)  | 
void | 
closeTag(String qName)  | 
protected void | 
numericalEntity(char c)  | 
void | 
openTag(String qName)  | 
void | 
print(String data)  | 
protected void | 
printAttributeValue(String data)  | 
protected void | 
printChars(String data)  | 
void | 
println(String data)  | 
void | 
printRaw(String data)  | 
public FastXMLWriter(PrintWriter writer)
public void openTag(String qName) throws IOException
IOExceptionpublic void attribute(String qName, String value) throws IOException
IOExceptionpublic void closeTag(String qName) throws IOException
IOExceptionpublic void println(String data) throws IOException
IOExceptionpublic void print(String data) throws IOException
IOExceptionpublic void printRaw(String data) throws IOException
IOExceptionprotected void printChars(String data) throws IOException
IOExceptionprotected void printAttributeValue(String data) throws IOException
IOExceptionprotected void numericalEntity(char c) throws IOException
IOExceptionCopyright © 2020 BioJava. All rights reserved.