|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use DocumentLoader | |
org.apache.batik.bridge | Provides an API for mapping and maintaining consistency between the SVG DOM tree and the GVT tree. |
org.apache.batik.dom.svg | |
org.apache.batik.refimpl.bridge |
Uses of DocumentLoader in org.apache.batik.bridge |
Methods in org.apache.batik.bridge that return DocumentLoader | |
DocumentLoader |
BridgeContext.getDocumentLoader()
Returns the document loader to use to load a document. |
Methods in org.apache.batik.bridge with parameters of type DocumentLoader | |
void |
BridgeContext.setDocumentLoader(DocumentLoader newDocumentLoader)
Sets the document loader to use to load a document. |
Uses of DocumentLoader in org.apache.batik.dom.svg |
Classes in org.apache.batik.dom.svg that implement DocumentLoader | |
class |
SVGDocumentLoader
This class is responsible on loading an SVG document. |
Uses of DocumentLoader in org.apache.batik.refimpl.bridge |
Classes in org.apache.batik.refimpl.bridge that implement DocumentLoader | |
class |
BufferedDocumentLoader
A buffered document loader. |
Fields in org.apache.batik.refimpl.bridge declared as DocumentLoader | |
protected DocumentLoader |
URIResolver.documentLoader
The document loader. |
protected DocumentLoader |
BufferedDocumentLoader.documentLoader
The enclosed document loader used to load the document when needed. |
Methods in org.apache.batik.refimpl.bridge that return DocumentLoader | |
DocumentLoader |
ConcreteBridgeContext.getDocumentLoader()
|
Methods in org.apache.batik.refimpl.bridge with parameters of type DocumentLoader | |
void |
ConcreteBridgeContext.setDocumentLoader(DocumentLoader newDocumentLoader)
|
Constructors in org.apache.batik.refimpl.bridge with parameters of type DocumentLoader | |
URIResolver(SVGDocument doc,
DocumentLoader dl)
Creates a new URI resolver object. |
|
BufferedDocumentLoader(DocumentLoader documentLoader)
Constructs a new DocumentLoader using the specified document loader to load a document. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |