|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.batik.bridge.URIResolver
org.apache.batik.bridge.svg12.SVG12URIResolver
public class SVG12URIResolver
A URIResolver for SVG 1.2 documents. This is to allow resolution of fragment IDs within shadow trees to work properly.
| Field Summary |
|---|
| Fields inherited from class org.apache.batik.bridge.URIResolver |
|---|
document, documentLoader, documentURI |
| Constructor Summary | |
|---|---|
SVG12URIResolver(org.w3c.dom.svg.SVGDocument doc,
DocumentLoader dl)
Creates a new SVG12URIResolver object. |
|
| Method Summary | |
|---|---|
protected Node |
getNodeByFragment(java.lang.String frag,
Element ref)
Returns the node referenced by the given fragment identifier. |
protected java.lang.String |
getRefererBaseURI(Element ref)
Returns the base URI of the referer element. |
| Methods inherited from class org.apache.batik.bridge.URIResolver |
|---|
getElement, getNode |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public SVG12URIResolver(org.w3c.dom.svg.SVGDocument doc,
DocumentLoader dl)
| Method Detail |
|---|
protected java.lang.String getRefererBaseURI(Element ref)
getRefererBaseURI in class URIResolver
protected Node getNodeByFragment(java.lang.String frag,
Element ref)
getNodeByFragment in class URIResolverfrag - the URI fragmentref - the context element from which to resolve the URI fragment
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||