diva.util.xml
Class XmlUtilities

java.lang.Object
  extended by diva.util.xml.XmlUtilities

public class XmlUtilities
extends java.lang.Object

A collection of utility methods for XML-related operations.

Version:
$Id: XmlUtilities.java 38798 2005-07-08 20:00:01Z cxh $
Author:
Michael Shilman

Constructor Summary
XmlUtilities()
           
 
Method Summary
static java.lang.String makeAbsoluteURL(java.lang.String url)
          Given a file name in the current working directory, complete it and turn it into a URL.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

XmlUtilities

public XmlUtilities()
Method Detail

makeAbsoluteURL

public static final java.lang.String makeAbsoluteURL(java.lang.String url)
                                              throws java.net.MalformedURLException
Given a file name in the current working directory, complete it and turn it into a URL.

Throws:
java.net.MalformedURLException