Package org.eclipse.jetty.xml
Class XmlAppendable
- java.lang.Object
-
- org.eclipse.jetty.xml.XmlAppendable
-
@Deprecated(since="2021-05-27") public class XmlAppendable extends Object
Deprecated.
-
-
Constructor Summary
Constructors Constructor Description XmlAppendable(OutputStream out, String encoding)Deprecated.XmlAppendable(Appendable out)Deprecated.XmlAppendable(Appendable out, int indent)Deprecated.XmlAppendable(Appendable out, int indent, String encoding)Deprecated.XmlAppendable(Appendable out, String encoding)Deprecated.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description XmlAppendablecdata(String s)Deprecated.XmlAppendablecloseTag()Deprecated.XmlAppendablecontent(String s)Deprecated.voidliteral(String xml)Deprecated.XmlAppendableopenTag(String tag)Deprecated.XmlAppendableopenTag(String tag, Map<String,String> attributes)Deprecated.XmlAppendabletag(String tag)Deprecated.XmlAppendabletag(String tag, String content)Deprecated.XmlAppendabletag(String tag, Map<String,String> attributes)Deprecated.XmlAppendabletag(String tag, Map<String,String> attributes, String content)Deprecated.XmlAppendabletagCDATA(String tag, String data)Deprecated.
-
-
-
Constructor Detail
-
XmlAppendable
public XmlAppendable(OutputStream out, String encoding) throws IOException
Deprecated.- Throws:
IOException
-
XmlAppendable
public XmlAppendable(Appendable out) throws IOException
Deprecated.- Throws:
IOException
-
XmlAppendable
public XmlAppendable(Appendable out, String encoding) throws IOException
Deprecated.- Throws:
IOException
-
XmlAppendable
public XmlAppendable(Appendable out, int indent) throws IOException
Deprecated.- Throws:
IOException
-
XmlAppendable
public XmlAppendable(Appendable out, int indent, String encoding) throws IOException
Deprecated.- Throws:
IOException
-
-
Method Detail
-
openTag
public XmlAppendable openTag(String tag, Map<String,String> attributes) throws IOException
Deprecated.- Throws:
IOException
-
openTag
public XmlAppendable openTag(String tag) throws IOException
Deprecated.- Throws:
IOException
-
content
public XmlAppendable content(String s) throws IOException
Deprecated.- Throws:
IOException
-
cdata
public XmlAppendable cdata(String s) throws IOException
Deprecated.- Throws:
IOException
-
tag
public XmlAppendable tag(String tag) throws IOException
Deprecated.- Throws:
IOException
-
tag
public XmlAppendable tag(String tag, Map<String,String> attributes) throws IOException
Deprecated.- Throws:
IOException
-
tag
public XmlAppendable tag(String tag, String content) throws IOException
Deprecated.- Throws:
IOException
-
tagCDATA
public XmlAppendable tagCDATA(String tag, String data) throws IOException
Deprecated.- Throws:
IOException
-
tag
public XmlAppendable tag(String tag, Map<String,String> attributes, String content) throws IOException
Deprecated.- Throws:
IOException
-
closeTag
public XmlAppendable closeTag() throws IOException
Deprecated.- Throws:
IOException
-
literal
public void literal(String xml) throws IOException
Deprecated.- Throws:
IOException
-
-