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 TypeMethodDescriptionvoidvoidprotected voidnumericalEntity(char c) voidvoidprotected voidprintAttributeValue(String data) protected voidprintChars(String data) voidvoid
-
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
-