public class XMLWriterImpl.XMLElement
extends java.lang.Object
Constructor and Description |
---|
XMLWriterImpl.XMLElement(java.lang.String name) |
XMLWriterImpl.XMLElement(java.lang.String name,
int indentation) |
Modifier and Type | Method and Description |
---|---|
void |
setAttribute(java.lang.String attribute,
java.lang.String value) |
void |
setText(java.lang.String content) |
void |
setWrapAttributes(boolean b) |
void |
writeElementEnd() |
void |
writeElementStart(boolean close) |
public XMLWriterImpl.XMLElement(java.lang.String name)
public XMLWriterImpl.XMLElement(java.lang.String name, int indentation)
public void setWrapAttributes(boolean b)
public void setAttribute(java.lang.String attribute, java.lang.String value)
public void setText(java.lang.String content)
public void writeElementStart(boolean close) throws java.io.IOException
java.io.IOException
public void writeElementEnd() throws java.io.IOException
java.io.IOException