Package org.biojava.bio.program.xml
Class BaseXMLWriter
java.lang.Object
org.biojava.bio.program.xml.BaseXMLWriter
Base XMLWriter class for writing XML representations of Java Value
Objects with bespoke architectures.
Currently reporting QNames for all attribute values as a fix
for needing to defining namespaces by attributes with QNames.
This may not be ideal.
Copyright © 2000 Cambridge Antibody Technology.
Primary author -
- Simon Brocklehurst (CAT)
- Tim Dilks (CAT)
- Colin Hardman (CAT)
- Stuart Johnston (CAT)
- Version:
- 1.01
- Author:
- Cambridge Antibody Technology (CAT), Greg Cox
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionindent()
nl()
startElement
(String string) startElement
(String string, Attributes attributes) writeEmptyElement
(String string) writeEmptyElement
(String string, Attributes attributes) writePCData
(String poPCData)
-
Constructor Details
-
BaseXMLWriter
public BaseXMLWriter()
-
-
Method Details
-
endElement
-
indent
-
nl
-
startElement
-
startElement
-
writeEmptyElement
-
writeEmptyElement
-
writeHeader
-
writePCData
-