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
IOException
public void attribute(String qName, String value) throws IOException
IOException
public void closeTag(String qName) throws IOException
IOException
public void println(String data) throws IOException
IOException
public void print(String data) throws IOException
IOException
public void printRaw(String data) throws IOException
IOException
protected void printChars(String data) throws IOException
IOException
protected void printAttributeValue(String data) throws IOException
IOException
protected void numericalEntity(char c) throws IOException
IOException
Copyright © 2014 BioJava. All rights reserved.