Uses of Class
org.apache.batik.bridge.DocumentLoader
Packages that use DocumentLoader
Package
Description
Provides an API for mapping and maintaining consistency between
the SVG DOM tree and the GVT tree.
-
Uses of DocumentLoader in org.apache.batik.bridge
Fields in org.apache.batik.bridge declared as DocumentLoaderModifier and TypeFieldDescriptionprotected DocumentLoader
BridgeContext.documentLoader
The document loader used to load/create Document.protected DocumentLoader
URIResolver.documentLoader
The document loader.Methods in org.apache.batik.bridge that return DocumentLoaderModifier and TypeMethodDescriptionBridgeContext.getDocumentLoader()
Returns the document loader used to load external documents.Methods in org.apache.batik.bridge with parameters of type DocumentLoaderModifier and TypeMethodDescriptionBridgeContext.createURIResolver
(org.w3c.dom.svg.SVGDocument doc, DocumentLoader dl) Returns a new URIResolver object.protected void
BridgeContext.setDocumentLoader
(DocumentLoader newDocumentLoader) Sets the document loader used to load external documents.Constructors in org.apache.batik.bridge with parameters of type DocumentLoaderModifierConstructorDescriptionBridgeContext
(UserAgent userAgent, DocumentLoader loader) Constructs a new bridge context.BridgeContext
(UserAgent userAgent, InterpreterPool interpreterPool, DocumentLoader documentLoader) Constructs a new bridge context.URIResolver
(org.w3c.dom.svg.SVGDocument doc, DocumentLoader dl) Creates a new URI resolver object. -
Uses of DocumentLoader in org.apache.batik.bridge.svg12
Methods in org.apache.batik.bridge.svg12 with parameters of type DocumentLoaderModifier and TypeMethodDescriptionSVG12BridgeContext.createURIResolver
(org.w3c.dom.svg.SVGDocument doc, DocumentLoader dl) Returns a new URIResolver object.Constructors in org.apache.batik.bridge.svg12 with parameters of type DocumentLoaderModifierConstructorDescriptionSVG12BridgeContext
(UserAgent userAgent, DocumentLoader loader) Constructs a new bridge context.SVG12BridgeContext
(UserAgent userAgent, InterpreterPool interpreterPool, DocumentLoader documentLoader) Constructs a new bridge context.SVG12URIResolver
(org.w3c.dom.svg.SVGDocument doc, DocumentLoader dl) Creates a new SVG12URIResolver object. -
Uses of DocumentLoader in org.apache.batik.swing.svg
Fields in org.apache.batik.swing.svg declared as DocumentLoaderModifier and TypeFieldDescriptionprotected DocumentLoader
JSVGComponent.loader
The concrete bridge document loader.protected DocumentLoader
SVGDocumentLoader.loader
The document loader.Constructors in org.apache.batik.swing.svg with parameters of type DocumentLoaderModifierConstructorDescriptionCreates a new SVGDocumentLoader.