org.globus.mds.webmds.xmlSources.resourceProperties
Class BuildClientConfig

java.lang.Object
  extended byorg.globus.mds.webmds.xmlSources.resourceProperties.BuildClientConfig

public class BuildClientConfig
extends java.lang.Object


Constructor Summary
BuildClientConfig()
           
 
Method Summary
static void main(java.lang.String[] argv)
           
static void printResult(org.w3c.dom.Document doc, java.io.File outFile)
           
static org.w3c.dom.Document readSource(java.io.File file)
           
static void removeExtraWhiteSpace(org.w3c.dom.Node node)
           
static void trim(org.w3c.dom.Node node, org.w3c.dom.Node parent)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BuildClientConfig

public BuildClientConfig()
Method Detail

main

public static void main(java.lang.String[] argv)

readSource

public static org.w3c.dom.Document readSource(java.io.File file)
                                       throws org.xml.sax.SAXException,
                                              javax.xml.parsers.ParserConfigurationException,
                                              java.io.IOException
Throws:
org.xml.sax.SAXException
javax.xml.parsers.ParserConfigurationException
java.io.IOException

printResult

public static void printResult(org.w3c.dom.Document doc,
                               java.io.File outFile)
                        throws javax.xml.transform.TransformerException
Throws:
javax.xml.transform.TransformerException

trim

public static void trim(org.w3c.dom.Node node,
                        org.w3c.dom.Node parent)

removeExtraWhiteSpace

public static void removeExtraWhiteSpace(org.w3c.dom.Node node)