public class BaseXMLWriter extends Object
Copyright © 2000 Cambridge Antibody Technology.
Primary author -
Constructor and Description |
---|
BaseXMLWriter() |
Modifier and Type | Method and Description |
---|---|
String |
endElement() |
String |
indent() |
String |
nl() |
String |
startElement(String string) |
String |
startElement(String string,
Attributes attributes) |
String |
writeEmptyElement(String string) |
String |
writeEmptyElement(String string,
Attributes attributes) |
String |
writeHeader() |
String |
writePCData(String poPCData) |
public BaseXMLWriter()
public String endElement()
public String startElement(String string)
public String startElement(String string, Attributes attributes)
public String writeEmptyElement(String string)
public String writeEmptyElement(String string, Attributes attributes)
public String writeHeader()
public String writePCData(String poPCData)
Copyright © 2014 BioJava. All rights reserved.