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, copyAttributes
public org.w3c.dom.Node cloneNode(org.w3c.dom.Document doc, org.w3c.dom.Node eold)
DOMCloner
cloneNode
in class SVGCloneVisible
doc
- 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 nodenull
protected 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 nodenull
Copyright © 2019 ELKI Development Team. License information.