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
IOException
public XmlWriter.Element element(String name) throws IOException
IOException
public XmlWriter.Element content(String content) throws IOException
IOException
public void end() throws IOException
IOException
Copyright © 2019 JBoss by Red Hat. All rights reserved.