public class XMLWriterImpl.XMLElement extends Object
| Constructor and Description |
|---|
XMLWriterImpl.XMLElement(String name) |
XMLWriterImpl.XMLElement(String name,
int indentation) |
| Modifier and Type | Method and Description |
|---|---|
void |
setAttribute(String attribute,
String value) |
void |
setText(String content) |
void |
setWrapAttributes(boolean b) |
void |
writeElementEnd() |
void |
writeElementStart(boolean close) |
public XMLWriterImpl.XMLElement(String name)
public XMLWriterImpl.XMLElement(String name, int indentation)
public void setWrapAttributes(boolean b)
public void setText(String content)
public void writeElementStart(boolean close)
throws IOException
IOExceptionpublic void writeElementEnd()
throws IOException
IOExceptionCopyright © 2012 The University of Manchester. All Rights Reserved.