public class XMLTransformer extends Object
| Constructor and Description |
|---|
XMLTransformer() |
| Modifier and Type | Method and Description |
|---|---|
static Tag |
fromXML(Reader in) |
static void |
toXML(Tag tag,
Writer out) |
public static Tag fromXML(Reader in) throws IOException
IOExceptionpublic static void toXML(Tag tag, Writer out) throws IOException
IOException