Uses of Class
org.apache.batik.util.ParsedURLData
Packages that use ParsedURLData
-
Uses of ParsedURLData in org.apache.batik.util
Methods in org.apache.batik.util that return ParsedURLDataModifier and TypeMethodDescriptionprotected ParsedURLData
ParsedURLDefaultProtocolHandler.constructParsedURLData()
Subclasses can override these method to construct alternate subclasses of ParsedURLData.protected ParsedURLData
ParsedURLDefaultProtocolHandler.constructParsedURLData
(URL url) Subclasses can override these method to construct alternate subclasses of ParsedURLData.static ParsedURLData
Factory method to construct an appropriate subclass of ParsedURLDatastatic ParsedURLData
Factory method to construct an appropriate subclass of ParsedURLData, for a sub url.static ParsedURLData
Factory method to construct an appropriate subclass of ParsedURLData, for a sub url.Parses the string and returns the results of parsing in the ParsedURLData object.Parses the string as a sub URL of baseURL, and returns the results of parsing in the ParsedURLData object.Parse an absolute url string.Parse a relative url string of this protocol.Methods in org.apache.batik.util with parameters of type ParsedURLData