org.apache.batik.util
public interface ParsedURLProtocolHandler
Method Summary | |
---|---|
String | getProtocolHandled()
Returns the protocol to be handled by this class.
|
ParsedURLData | parseURL(String urlStr)
Parse an absolute url string. |
ParsedURLData | parseURL(ParsedURL basepurl, String urlStr)
Parse a relative url string of this protocol. |