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 String endElement()
public String indent()
public String nl()
public String startElement(String string, Attributes attributes)
public String writeEmptyElement(String string, Attributes attributes)
public String writeHeader()