Package diva.util.xml
Class XmlUtilities
- java.lang.Object
-
- diva.util.xml.XmlUtilities
-
public class XmlUtilities extends java.lang.Object
A collection of utility methods for XML-related operations.- Version:
- $Id$
- Author:
- Michael Shilman
-
-
Constructor Summary
Constructors Constructor Description XmlUtilities()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description 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.
-