org.apache.batik.bridge.svg12
public class SVG12URIResolver extends URIResolver
document, documentLoader, documentURI
Constructor and Description |
---|
SVG12URIResolver(org.w3c.dom.svg.SVGDocument doc,
DocumentLoader dl)
Creates a new SVG12URIResolver object.
|
Modifier and Type | Method and Description |
---|---|
protected org.w3c.dom.Node |
getNodeByFragment(java.lang.String frag,
org.w3c.dom.Element ref)
Returns the node referenced by the given fragment identifier.
|
protected java.lang.String |
getRefererBaseURI(org.w3c.dom.Element ref)
Returns the base URI of the referer element.
|
getElement, getNode
public SVG12URIResolver(org.w3c.dom.svg.SVGDocument doc, DocumentLoader dl)
protected java.lang.String getRefererBaseURI(org.w3c.dom.Element ref)
getRefererBaseURI
in class URIResolver
protected org.w3c.dom.Node getNodeByFragment(java.lang.String frag, org.w3c.dom.Element ref)
getNodeByFragment
in class URIResolver
frag
- the URI fragmentref
- the context element from which to resolve the URI fragmentCopyright ? 2008 Apache Software Foundation. All Rights Reserved.