public class XMLUtils extends Object
Constructor and Description |
---|
XMLUtils() |
Modifier and Type | Method and Description |
---|---|
static void |
content(StringBuffer buf,
String content) |
static void |
endtag(StringBuffer buf,
String tag) |
static String |
header() |
static String |
header(String encoding) |
static String |
spaces(int n) |
static void |
tag(StringBuffer buf,
String tag,
String content) |
static void |
tag(StringBuffer buf,
String tag,
String attr,
String value) |
public static String header()
public static void tag(StringBuffer buf, String tag, String attr, String value)
public static void tag(StringBuffer buf, String tag, String content)
public static void content(StringBuffer buf, String content)
public static void endtag(StringBuffer buf, String tag)
public static String spaces(int n)
Copyright © 2012–2017 JBoss by Red Hat. All rights reserved.