Dashboard Builder Commons 6.2.0.Beta2

org.jboss.dashboard.commons.xml
Class XMLUtils

java.lang.Object
  extended by org.jboss.dashboard.commons.xml.XMLUtils

public class XMLUtils
extends Object


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

XMLUtils

public XMLUtils()
Method Detail

header

public static String header()

header

public static String header(String encoding)

tag

public static void tag(StringBuffer buf,
                       String tag,
                       String attr,
                       String value)

tag

public static void tag(StringBuffer buf,
                       String tag,
                       String content)

content

public static void content(StringBuffer buf,
                           String content)

endtag

public static void endtag(StringBuffer buf,
                          String tag)

spaces

public static String spaces(int n)

Dashboard Builder Commons 6.2.0.Beta2

Copyright © 2012-2014 JBoss by Red Hat. All Rights Reserved.