Package diva.util.xml

Class 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.
      • 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