com.sun.management.oss.impl.tools
Class DTDLoader

java.lang.Object
  extended bycom.sun.management.oss.impl.tools.DTDLoader

public class DTDLoader
extends java.lang.Object

Author:
ct134399

Method Summary
static java.lang.String getDTD(java.net.URL location)
          Returns a dtd in a string format from a URL location.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getDTD

public static java.lang.String getDTD(java.net.URL location)
Returns a dtd in a string format from a URL location.

Parameters:
location - the location of the URL
Returns:
a dtd in a string format or null if something went wrong.