|
Dashboard Builder Commons 6.2.0.CR3 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.jboss.dashboard.commons.xml.XMLUtils
public class XMLUtils
| Constructor Summary | |
|---|---|
XMLUtils()
|
|
| Method Summary | |
|---|---|
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)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public XMLUtils()
| Method Detail |
|---|
public static String header()
public static String header(String encoding)
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)
|
Dashboard Builder Commons 6.2.0.CR3 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||