public class SVG12URIResolver extends URIResolver
document, documentLoader, documentURI| Constructor and Description |
|---|
SVG12URIResolver(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, getNodepublic SVG12URIResolver(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 ? 2009 Apache Software Foundation. All Rights Reserved.