public class CloneInlineImages extends SVGCloneVisible
| Constructor and Description |
|---|
CloneInlineImages() |
| Modifier and Type | Method and Description |
|---|---|
org.w3c.dom.Node |
cloneNode(org.w3c.dom.Document doc,
org.w3c.dom.Node eold)
Clone an existing node.
|
protected org.w3c.dom.Node |
inlineExternal(org.w3c.dom.Document doc,
org.apache.batik.util.ParsedURL urldata,
org.w3c.dom.Node eold)
Inline an external file (usually from temp).
|
protected org.w3c.dom.Node |
inlineThumbnail(org.w3c.dom.Document doc,
org.apache.batik.util.ParsedURL urldata,
org.w3c.dom.Node eold)
Inline a referenced thumbnail.
|
cloneDocument, copyAttributespublic org.w3c.dom.Node cloneNode(org.w3c.dom.Document doc,
org.w3c.dom.Node eold)
DOMClonercloneNode in class SVGCloneVisibledoc - Documenteold - Existing nodeprotected org.w3c.dom.Node inlineThumbnail(org.w3c.dom.Document doc,
org.apache.batik.util.ParsedURL urldata,
org.w3c.dom.Node eold)
doc - Document (element factory)urldata - URLeold - Existing nodenullprotected org.w3c.dom.Node inlineExternal(org.w3c.dom.Document doc,
org.apache.batik.util.ParsedURL urldata,
org.w3c.dom.Node eold)
doc - Document (element factory)urldata - URLeold - Existing nodenullCopyright © 2019 ELKI Development Team. License information.