|
||||||||||
| 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.bridge.svg12 | |
| Uses of DocumentLoader in org.apache.batik.bridge |
|---|
| Fields in org.apache.batik.bridge declared as DocumentLoader | |
|---|---|
protected 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 DocumentLoader | |
|---|---|
DocumentLoader |
BridgeContext.getDocumentLoader()
Returns the document loader used to load external documents. |
| Methods in org.apache.batik.bridge with parameters of type DocumentLoader | |
|---|---|
URIResolver |
BridgeContext.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 DocumentLoader | |
|---|---|
BridgeContext(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 DocumentLoader | |
|---|---|
URIResolver |
SVG12BridgeContext.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 DocumentLoader | |
|---|---|
SVG12BridgeContext(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. |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||