diva.util.xml
Class XmlUtilities

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

public class XmlUtilities
extends Object

A collection of utility methods for XML-related operations.

Version:
$Revision: 1.2 $
Author:
Michael Shilman (michaels@eecs.berkeley.edu)

Constructor Summary
XmlUtilities()
           
 
Method Summary
static String makeAbsoluteURL(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 String makeAbsoluteURL(String url)
                                    throws MalformedURLException
Given a file name in the current working directory, complete it and turn it into a URL.

Throws:
MalformedURLException


Copyright © 2015 Central Laboratory of the Research Councils. All Rights Reserved.