Package org.biojava.utils.xml
Class FastXMLWriter
java.lang.Object
org.biojava.utils.xml.FastXMLWriter
Simple implementation of XMLWriter, optimized for speed. The output is
not necessarily human-readable, but is fine for automated parsing.
- Author:
- Thomas Down
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
void
protected void
numericalEntity
(char c) void
void
protected void
printAttributeValue
(String data) protected void
printChars
(String data) void
void
-
Constructor Details
-
FastXMLWriter
-
-
Method Details
-
openTag
- Throws:
IOException
-
attribute
- Throws:
IOException
-
closeTag
- Throws:
IOException
-
println
- Throws:
IOException
-
print
- Throws:
IOException
-
printRaw
- Throws:
IOException
-
printChars
- Throws:
IOException
-
printAttributeValue
- Throws:
IOException
-
numericalEntity
- Throws:
IOException
-