public class SVG12URIResolver extends URIResolver
document, documentLoader, documentURI| Constructor | Description |
|---|---|
SVG12URIResolver(org.w3c.dom.svg.SVGDocument doc,
DocumentLoader dl) |
Creates a new SVG12URIResolver object.
|
| Modifier and Type | Method | 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.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetElement, getNodepublic SVG12URIResolver(org.w3c.dom.svg.SVGDocument doc,
DocumentLoader dl)
protected java.lang.String getRefererBaseURI(org.w3c.dom.Element ref)
getRefererBaseURI in class URIResolverprotected org.w3c.dom.Node getNodeByFragment(java.lang.String frag,
org.w3c.dom.Element ref)
getNodeByFragment in class URIResolverfrag - the URI fragmentref - the context element from which to resolve the URI fragmentCopyright ? 2018 Apache Software Foundation. All Rights Reserved.