Class XmlAppendable
java.lang.Object
org.eclipse.jetty.xml.XmlAppendable
- 
Constructor SummaryConstructors
- 
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
 
- 
tagpublic XmlAppendable tag(String tag, Map<String, String> attributes, String content) throws IOException- Throws:
- IOException
 
- 
tagCDATA- Throws:
- IOException
 
- 
closeTag- Throws:
- IOException
 
- 
literal- Throws:
- IOException
 
 
-