org.apache.batik.util
Class ParsedURLDataProtocolHandler
java.lang.Object
org.apache.batik.util.AbstractParsedURLProtocolHandler
org.apache.batik.util.ParsedURLDataProtocolHandler
- All Implemented Interfaces:
- ParsedURLProtocolHandler
public class ParsedURLDataProtocolHandler
- extends AbstractParsedURLProtocolHandler
Protocol Handler for the 'data' protocol.
RFC: 2397
http://www.ietf.org/rfc/rfc2397.txt
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ParsedURLDataProtocolHandler
public ParsedURLDataProtocolHandler()
parseURL
public ParsedURLData parseURL(ParsedURL baseURL,
String urlStr)
- Description copied from interface:
ParsedURLProtocolHandler
- Parse a relative url string of this protocol.
parseURL
public ParsedURLData parseURL(String urlStr)
- Description copied from interface:
ParsedURLProtocolHandler
- Parse an absolute url string.
Copyright © 2008 Apache Software Foundation. All Rights Reserved.