Uses of Class
org.apache.batik.util.ParsedURL
Packages that use ParsedURL
Package
Description
Provides an API for mapping and maintaining consistency between
the SVG DOM tree and the GVT tree.
Contains extensions to the
java.awt.image
package.This package contains Batik's extensions to standard SVG (custom elements,
additional bridges...).
Contains all of the interfaces for transcoding an input stream or
a document to a particular ouput format.
Provides some useful classes.
-
Uses of ParsedURL in org.apache.batik.anim.dom
Fields in org.apache.batik.anim.dom declared as ParsedURLMethods in org.apache.batik.anim.dom that return ParsedURLModifier and TypeMethodDescriptionSVGStylableElement.getCSSBase()
Returns the CSS base URL of this element.SVGOMDocument.getParsedURL()
Returns the URI of the document.Methods in org.apache.batik.anim.dom with parameters of type ParsedURLModifier and TypeMethodDescriptionvoid
SVGOMDocument.setParsedURL
(ParsedURL url) Sets the URI of the document. -
Uses of ParsedURL in org.apache.batik.apps.rasterizer
Fields in org.apache.batik.apps.rasterizer declared as ParsedURL -
Uses of ParsedURL in org.apache.batik.apps.svgbrowser
Methods in org.apache.batik.apps.svgbrowser with parameters of type ParsedURLModifier and TypeMethodDescriptionboolean
Returns true if the input URI can be handled by the handlerboolean
Returns true if the input URI can be handled by the handlerboolean
Returns true if the input URI can be handled by the handlervoid
JSVGViewerFrame.UserAgent.checkLoadExternalResource
(ParsedURL resourceURL, ParsedURL docURL) This method throws a SecurityException if the resource found at url and referenced from docURL should not be loaded.void
JSVGViewerFrame.UserAgent.checkLoadScript
(String scriptType, ParsedURL scriptURL, ParsedURL docURL) This method throws a SecurityException if the script of given type, found at url and referenced from docURL should not be loaded.JSVGViewerFrame.UserAgent.getExternalResourceSecurity
(ParsedURL resourceURL, ParsedURL docURL) Returns the security settings for the given resource url and document urlJSVGViewerFrame.getInputHandler
(ParsedURL purl) Returns the input handler for the given URIJSVGViewerFrame.UserAgent.getScriptSecurity
(String scriptType, ParsedURL scriptURL, ParsedURL docURL) Returns the security settings for the given script type, script url and document urlvoid
SquiggleInputHandler.handle
(ParsedURL purl, JSVGViewerFrame svgFrame) Handles the given input for the given JSVGViewerFramevoid
SVGInputHandler.handle
(ParsedURL purl, JSVGViewerFrame svgViewerFrame) Handles the given input for the given JSVGViewerFramevoid
XMLInputHandler.handle
(ParsedURL purl, JSVGViewerFrame svgViewerFrame) Handles the given input for the given JSVGViewerFrame -
Uses of ParsedURL in org.apache.batik.bridge
Fields in org.apache.batik.bridge declared as ParsedURLModifier and TypeFieldDescriptionprotected ParsedURL
BaseScriptingEnvironment.docPURL
The URL of the document ot manage(package private) ParsedURL
CursorManager.CursorDescriptor.purl
Methods in org.apache.batik.bridge with parameters of type ParsedURLModifier and TypeMethodDescriptionprotected void
BaseScriptingEnvironment.checkCompatibleScriptURL
(String scriptType, ParsedURL scriptPURL) Checks that the script URLs and the document url are compatible.void
BridgeContext.checkLoadExternalResource
(ParsedURL resourceURL, ParsedURL docURL) This method throws a SecurityException if the resource found at url and referenced from docURL should not be loaded.private void
SVGImageElementBridge.checkLoadExternalResource
(BridgeContext ctx, Element e, ParsedURL purl) void
UserAgent.checkLoadExternalResource
(ParsedURL resourceURL, ParsedURL docURL) This method throws a SecurityException if the resource found at url and referenced from docURL should not be loaded.void
UserAgentAdapter.checkLoadExternalResource
(ParsedURL resourceURL, ParsedURL docURL) This method throws a SecurityException if the resource found at url and referenced from docURL should not be loaded.void
UserAgent.checkLoadScript
(String scriptType, ParsedURL scriptURL, ParsedURL docURL) This method throws a SecurityException if the script of given type, found at url and referenced from docURL should not be loaded.void
UserAgentAdapter.checkLoadScript
(String scriptType, ParsedURL scriptURL, ParsedURL docURL) This method throws a SecurityException if the script of given type, found at url and referenced from docURL should not be loaded.private static boolean
Returns true if the specified list of URLs contains the specified url.private static boolean
Returns true if the specified list of ParsedURLs contains the specified url.protected GraphicsNode
SVGImageElementBridge.createImageGraphicsNode
(BridgeContext ctx, Element e, ParsedURL purl) protected static Filter
SVGFeImageElementBridge.createRasterFeImage
(BridgeContext ctx, Rectangle2D primitiveRegion, ParsedURL purl) Returns a Filter that represents an raster image (JPG or PNG).protected GraphicsNode
SVGImageElementBridge.createRasterImageNode
(BridgeContext ctx, Element e, Filter img, ParsedURL purl) Returns a GraphicsNode that represents an raster image in JPEG or PNG format.protected Filter
CursorManager.cursorHrefToFilter
(Element cursorElement, ParsedURL purl, Point2D hotSpot) Converts the input ParsedURL into a Filter and transforms the input hotSpot point (in image space) to cursor spaceUserAgent.getExternalResourceSecurity
(ParsedURL resourceURL, ParsedURL docURL) Returns the security settings for the given resource url and document urlUserAgentAdapter.getExternalResourceSecurity
(ParsedURL resourceURL, ParsedURL docURL) Returns the security settings for the given resource url and document urlprotected GVTFontFamily
FontFace.getFontFamily
(BridgeContext ctx, ParsedURL purl) Tries to build a GVTFontFamily from a URL referenceUserAgent.getScriptSecurity
(String scriptType, ParsedURL scriptURL, ParsedURL docURL) Returns the security settings for the given script type, script url and document urlUserAgentAdapter.getScriptSecurity
(String scriptType, ParsedURL scriptURL, ParsedURL docURL) Returns the security settings for the given script type, script url and document urlstatic Object
CSSFontFace.getSrcValue
(Value v, ParsedURL base) protected SVGImageElementBridge.ProtectedStream
SVGImageElementBridge.openStream
(Element e, ParsedURL purl) Constructors in org.apache.batik.bridge with parameters of type ParsedURLModifierConstructorDescriptionCursorDescriptor
(ParsedURL purl, float x, float y) DefaultExternalResourceSecurity
(ParsedURL externalResourceURL, ParsedURL docURL) DefaultScriptSecurity
(String scriptType, ParsedURL scriptURL, ParsedURL docURL) EmbededExternalResourceSecurity
(ParsedURL externalResourceURL) EmbededScriptSecurity
(String scriptType, ParsedURL scriptURL, ParsedURL docURL) RelaxedExternalResourceSecurity
(ParsedURL externalResourceURL, ParsedURL docURL) RelaxedScriptSecurity
(String scriptType, ParsedURL scriptURL, ParsedURL docURL) -
Uses of ParsedURL in org.apache.batik.css.engine
Fields in org.apache.batik.css.engine declared as ParsedURLModifier and TypeFieldDescriptionprotected ParsedURL
CSSEngine.cssBaseURI
The current base URI.protected ParsedURL
CSSEngine.documentURI
The document URI.(package private) ParsedURL
FontFaceRule.purl
protected ParsedURL
ImportRule.uri
The URI of the imported stylesheet.Methods in org.apache.batik.css.engine that return ParsedURLModifier and TypeMethodDescriptionCSSStylableElement.getCSSBase()
Returns the CSS base URL of this element.CSSEngine.getCSSBaseURI()
Returns the current base-url.ImportRule.getURI()
Returns the URI of the imported stylesheet.FontFaceRule.getURL()
Returns the URI of the @font-face rule.Methods in org.apache.batik.css.engine with parameters of type ParsedURLModifier and TypeMethodDescriptionvoid
CSSContext.checkLoadExternalResource
(ParsedURL resourceURL, ParsedURL docURL) This method should throw a SecurityException if the resource found at url and referenced from docURL should not be loaded.CSSEngine.parseStyleSheet
(String rules, ParsedURL uri, String media) Parses and creates a new style-sheet.void
CSSEngine.parseStyleSheet
(StyleSheet ss, String rules, ParsedURL uri) Parses and fills the given style-sheet.void
CSSEngine.parseStyleSheet
(StyleSheet ss, ParsedURL uri) Parses and fills the given style-sheet.protected void
CSSEngine.parseStyleSheet
(StyleSheet ss, org.w3c.css.sac.InputSource is, ParsedURL uri) Parses and fills the given style-sheet.CSSEngine.parseStyleSheet
(ParsedURL uri, String media) Parses and creates a new style-sheet.CSSEngine.parseStyleSheet
(org.w3c.css.sac.InputSource is, ParsedURL uri, String media) Parses and creates a new style-sheet.void
Sets the URI of the imported stylesheet.Constructors in org.apache.batik.css.engine with parameters of type ParsedURLModifierConstructorDescriptionprotected
CSSEngine
(Document doc, ParsedURL uri, ExtendedParser p, ValueManager[] vm, ShorthandManager[] sm, String[] pe, String sns, String sln, String cns, String cln, boolean hints, String hintsNS, CSSContext ctx) Creates a new CSSEngine.FontFaceRule
(StyleMap sm, ParsedURL purl) SVG12CSSEngine
(Document doc, ParsedURL uri, ExtendedParser p, CSSContext ctx) Creates a new SVG12CSSEngine.SVG12CSSEngine
(Document doc, ParsedURL uri, ExtendedParser p, ValueManager[] vms, ShorthandManager[] sms, CSSContext ctx) Creates a new SVG12CSSEngine.SVGCSSEngine
(Document doc, ParsedURL uri, ExtendedParser p, CSSContext ctx) Creates a new SVGCSSEngine.protected
SVGCSSEngine
(Document doc, ParsedURL uri, ExtendedParser p, ValueManager[] vms, ShorthandManager[] sms, String[] pe, String sns, String sln, String cns, String cln, boolean hints, String hintsNS, CSSContext ctx) SVGCSSEngine
(Document doc, ParsedURL uri, ExtendedParser p, ValueManager[] vms, ShorthandManager[] sms, CSSContext ctx) Creates a new SVGCSSEngine. -
Uses of ParsedURL in org.apache.batik.css.engine.value
Methods in org.apache.batik.css.engine.value with parameters of type ParsedURLModifier and TypeMethodDescriptionprotected static String
AbstractValueFactory.resolveURI
(ParsedURL base, String value) Resolves an URI. -
Uses of ParsedURL in org.apache.batik.ext.awt.image
Methods in org.apache.batik.ext.awt.image with parameters of type ParsedURLModifier and TypeMethodDescriptionvoid
Clear the entry for ParsedURL.boolean
Check ifrequest(url)
will return immediately with the Filter.boolean
Check ifrequest(url)
will return with a Filter (not putting you on the hook for it).void
Associate bi with purl.If this returns null then you are now 'on the hook'. -
Uses of ParsedURL in org.apache.batik.ext.awt.image.codec.imageio
Methods in org.apache.batik.ext.awt.image.codec.imageio with parameters of type ParsedURLModifier and TypeMethodDescriptionAbstractImageIORegistryEntry.handleStream
(InputStream inIS, ParsedURL origURL, boolean needRawData) Decode the Stream into a RenderableImage -
Uses of ParsedURL in org.apache.batik.ext.awt.image.codec.png
Methods in org.apache.batik.ext.awt.image.codec.png with parameters of type ParsedURLModifier and TypeMethodDescriptionPNGRegistryEntry.handleStream
(InputStream inIS, ParsedURL origURL, boolean needRawData) Decode the Stream into a RenderableImage -
Uses of ParsedURL in org.apache.batik.ext.awt.image.spi
Methods in org.apache.batik.ext.awt.image.spi with parameters of type ParsedURLModifier and TypeMethodDescriptionImageTagRegistry.checkCache
(ParsedURL purl, org.apache.xmlgraphics.java2d.color.ICCColorSpaceWithIntent colorSpace) void
ImageTagRegistry.flushImage
(ParsedURL purl) Removes the given URL from the cache.StreamRegistryEntry.handleStream
(InputStream is, ParsedURL origURL, boolean needRawData) Decode the Stream into a Filter.Decode the URL into a RenderableImageDecode the URL into a RenderableImage, here you should feel free to open the URL yourself.boolean
JDKRegistryEntry.isCompatibleURL
(ParsedURL purl) Check if the Stream references an image that can be handled by this format handler.boolean
URLRegistryEntry.isCompatibleURL
(ParsedURL url) Check if the URL references an image that can be handled by this format handler.ImageTagRegistry.readURL
(InputStream is, ParsedURL purl, org.apache.xmlgraphics.java2d.color.ICCColorSpaceWithIntent colorSpace, boolean allowOpenStream, boolean returnBrokenLink) ImageTagRegistry.readURL
(ParsedURL purl, org.apache.xmlgraphics.java2d.color.ICCColorSpaceWithIntent colorSpace) -
Uses of ParsedURL in org.apache.batik.extension
Fields in org.apache.batik.extension declared as ParsedURLModifier and TypeFieldDescriptionprotected ParsedURL
StylableExtensionElement.cssBase
The base URL.Methods in org.apache.batik.extension that return ParsedURLModifier and TypeMethodDescriptionStylableExtensionElement.getCSSBase()
Returns the CSS base URL of this element. -
Uses of ParsedURL in org.apache.batik.swing.svg
Methods in org.apache.batik.swing.svg with parameters of type ParsedURLModifier and TypeMethodDescriptionvoid
JSVGComponent.BridgeUserAgent.checkLoadExternalResource
(ParsedURL resourceURL, ParsedURL docURL) This method throws a SecurityException if the resource found at url and referenced from docURL should not be loaded.void
JSVGComponent.BridgeUserAgentWrapper.checkLoadExternalResource
(ParsedURL resourceURL, ParsedURL docURL) This method throws a SecurityException if the resource found at url and referenced from docURL should not be loaded.void
SVGUserAgent.checkLoadExternalResource
(ParsedURL resourceURL, ParsedURL docURL) This method throws a SecurityException if the resource found at url and referenced from docURL should not be loaded.void
SVGUserAgentAdapter.checkLoadExternalResource
(ParsedURL resourceURL, ParsedURL docURL) This method throws a SecurityException if the resource found at url and referenced from docURL should not be loaded.void
JSVGComponent.BridgeUserAgent.checkLoadScript
(String scriptType, ParsedURL scriptURL, ParsedURL docURL) This method throws a SecurityException if the script of given type, found at url and referenced from docURL should not be loaded.void
JSVGComponent.BridgeUserAgentWrapper.checkLoadScript
(String scriptType, ParsedURL scriptPURL, ParsedURL docPURL) This method throws a SecurityException if the script of given type, found at url and referenced from docURL should not be loaded.void
SVGUserAgent.checkLoadScript
(String scriptType, ParsedURL scriptURL, ParsedURL docURL) This method throws a SecurityException if the script of given type, found at url and referenced from docURL should not be loaded.void
SVGUserAgentAdapter.checkLoadScript
(String scriptType, ParsedURL scriptURL, ParsedURL docURL) This method throws a SecurityException if the script of given type, found at url and referenced from docURL should not be loaded.JSVGComponent.BridgeUserAgent.getExternalResourceSecurity
(ParsedURL resourceURL, ParsedURL docURL) Returns the security settings for the given resource url and document urlJSVGComponent.BridgeUserAgentWrapper.getExternalResourceSecurity
(ParsedURL resourcePURL, ParsedURL docPURL) Returns the security settings for the given resource url and document urlSVGUserAgent.getExternalResourceSecurity
(ParsedURL resourceURL, ParsedURL docURL) Returns the security settings for the given resource url and document urlSVGUserAgentAdapter.getExternalResourceSecurity
(ParsedURL resourceURL, ParsedURL docURL) Returns the security settings for the given resource url and document urlJSVGComponent.BridgeUserAgent.getScriptSecurity
(String scriptType, ParsedURL scriptURL, ParsedURL docURL) Returns the security settings for the given script type, script url and document urlJSVGComponent.BridgeUserAgentWrapper.getScriptSecurity
(String scriptType, ParsedURL scriptPURL, ParsedURL docPURL) Returns the security settings for the given script type, script url and document urlSVGUserAgent.getScriptSecurity
(String scriptType, ParsedURL scriptURL, ParsedURL docURL) Returns the security settings for the given script type, script url and document urlSVGUserAgentAdapter.getScriptSecurity
(String scriptType, ParsedURL scriptURL, ParsedURL docURL) Returns the security settings for the given script type, script url and document url -
Uses of ParsedURL in org.apache.batik.test.svg
Methods in org.apache.batik.test.svg with parameters of type ParsedURLModifier and TypeMethodDescriptionSVGOnLoadExceptionTest.TestUserAgent.getExternalResourceSecurity
(ParsedURL resourceURL, ParsedURL docURL) SVGOnLoadExceptionTest.TestUserAgent.getScriptSecurity
(String scriptType, ParsedURL scriptURL, ParsedURL docURL) -
Uses of ParsedURL in org.apache.batik.transcoder
Methods in org.apache.batik.transcoder with parameters of type ParsedURLModifier and TypeMethodDescriptionSVGAbstractTranscoder.SVGAbstractTranscoderUserAgent.getExternalResourceSecurity
(ParsedURL resourceURL, ParsedURL docURL) SVGAbstractTranscoder.SVGAbstractTranscoderUserAgent.getScriptSecurity
(String scriptType, ParsedURL scriptPURL, ParsedURL docPURL) Returns the security settings for the given script type, script url and document url -
Uses of ParsedURL in org.apache.batik.util
Methods in org.apache.batik.util with parameters of type ParsedURLModifier and TypeMethodDescriptionstatic ParsedURLData
Factory method to construct an appropriate subclass of ParsedURLData, for a sub url.Parses the string as a sub URL of baseURL, and returns the results of parsing in the ParsedURLData object.Parse a relative url string of this protocol.boolean
Constructors in org.apache.batik.util with parameters of type ParsedURL