public class XmlAppendable extends Object
Constructor and Description |
---|
XmlAppendable(Appendable out) |
XmlAppendable(Appendable out,
int indent) |
XmlAppendable(Appendable out,
int indent,
String encoding) |
XmlAppendable(Appendable out,
String encoding) |
XmlAppendable(OutputStream out,
String encoding) |
Modifier and Type | Method and Description |
---|---|
XmlAppendable |
cdata(String s) |
XmlAppendable |
closeTag() |
XmlAppendable |
content(String s) |
void |
literal(String xml) |
XmlAppendable |
openTag(String tag) |
XmlAppendable |
openTag(String tag,
Map<String,String> attributes) |
XmlAppendable |
tag(String tag) |
XmlAppendable |
tag(String tag,
Map<String,String> attributes) |
XmlAppendable |
tag(String tag,
Map<String,String> attributes,
String content) |
XmlAppendable |
tag(String tag,
String content) |
XmlAppendable |
tagCDATA(String tag,
String data) |
public XmlAppendable(OutputStream out, String encoding) throws IOException
IOException
public XmlAppendable(Appendable out) throws IOException
IOException
public XmlAppendable(Appendable out, String encoding) throws IOException
IOException
public XmlAppendable(Appendable out, int indent) throws IOException
IOException
public XmlAppendable(Appendable out, int indent, String encoding) throws IOException
IOException
public XmlAppendable openTag(String tag, Map<String,String> attributes) throws IOException
IOException
public XmlAppendable openTag(String tag) throws IOException
IOException
public XmlAppendable content(String s) throws IOException
IOException
public XmlAppendable cdata(String s) throws IOException
IOException
public XmlAppendable tag(String tag) throws IOException
IOException
public XmlAppendable tag(String tag, Map<String,String> attributes) throws IOException
IOException
public XmlAppendable tag(String tag, String content) throws IOException
IOException
public XmlAppendable tagCDATA(String tag, String data) throws IOException
IOException
public XmlAppendable tag(String tag, Map<String,String> attributes, String content) throws IOException
IOException
public XmlAppendable closeTag() throws IOException
IOException
public void literal(String xml) throws IOException
IOException
Copyright © 1995-2015 Webtide. All Rights Reserved.