| Modifier and Type | Method and Description | 
|---|---|
XmlWriter.Element | 
attr(String name,
    String value)  | 
XmlWriter.Element | 
content(String content)  | 
XmlWriter.Element | 
element(String name)  | 
void | 
end()  | 
public XmlWriter.Element attr(String name, String value) throws IOException
IOExceptionpublic XmlWriter.Element element(String name) throws IOException
IOExceptionpublic XmlWriter.Element content(String content) throws IOException
IOExceptionpublic void end()
         throws IOException
IOExceptionCopyright © 2018 JBoss by Red Hat. All rights reserved.