diva.compat.xml
Class XmlUtilities
java.lang.Object
diva.compat.xml.XmlUtilities
public class XmlUtilities
- extends Object
A collection of utility methods for XML-related
operations.
- Version:
- $Revision: 1.1 $
- Author:
- Michael Shilman (michaels@eecs.berkeley.edu)
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 |
XmlUtilities
public XmlUtilities()
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.