Class URLInputSource
- java.lang.Object
-
- org.w3c.css.sac.InputSource
-
- org.pentaho.reporting.libraries.css.parser.URLInputSource
-
public class URLInputSource extends org.w3c.css.sac.InputSource
Creation-Date: 23.11.2005, 18:22:34- Author:
- Thomas Morgner
-
-
Constructor Summary
Constructors Constructor Description URLInputSource(URL url)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
close()
URL
getUrl()
-
-
-
Constructor Detail
-
URLInputSource
public URLInputSource(URL url) throws IOException
- Throws:
IOException
-
-
Method Detail
-
close
public void close() throws IOException
- Throws:
IOException
-
getUrl
public URL getUrl()
-
-