Package diva.util.xml
Class XmlUtilities
- java.lang.Object
 - 
- diva.util.xml.XmlUtilities
 
 
- 
public class XmlUtilities extends java.lang.ObjectA 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.StringmakeAbsoluteURL(java.lang.String url)Given a file name in the current working directory, complete it and turn it into a URL. 
 -