Package org.eclipse.jetty.xml
Class XmlAppendable
java.lang.Object
org.eclipse.jetty.xml.XmlAppendable
-
Constructor Summary
-
Method Summary
-
Constructor Details
-
XmlAppendable
- Throws:
IOException
-
-
Method Details
-
openTag
- Throws:
IOException
-
openTag
- Throws:
IOException
-
content
- Throws:
IOException
-
cdata
- Throws:
IOException
-
tag
- Throws:
IOException
-
tag
- Throws:
IOException
-
tag
- Throws:
IOException
-
tag
public XmlAppendable tag(String tag, Map<String, String> attributes, String content) throws IOException- Throws:
IOException
-
tagCDATA
- Throws:
IOException
-
closeTag
- Throws:
IOException
-
literal
- Throws:
IOException
-