org.apache.qpid.console
Class XMLUtil

java.lang.Object
  extended by org.apache.qpid.console.XMLUtil

public class XMLUtil
extends Object


Constructor Summary
protected XMLUtil()
           
 
Method Summary
static String commonAttributes(SchemaVariable var)
           
static String schemaXML(Session sess, String packageName)
           
static String schemaXML(Session sess, String[] packageNames)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

XMLUtil

protected XMLUtil()
Method Detail

commonAttributes

public static String commonAttributes(SchemaVariable var)

schemaXML

public static String schemaXML(Session sess,
                               String packageName)

schemaXML

public static String schemaXML(Session sess,
                               String[] packageNames)


Licensed to the Apache Software Foundation