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