Class SVGCloneVisible

  • Direct Known Subclasses:
    CloneInlineImages

    public class SVGCloneVisible
    extends DOMCloner
    Clone visible parts of an SVG document.
    Since:
    0.5.0
    Author:
    Erich Schubert
    • Constructor Summary

      Constructors 
      Constructor Description
      SVGCloneVisible()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      org.w3c.dom.Node cloneNode​(org.w3c.dom.Document doc, org.w3c.dom.Node eold)
      Clone an existing node.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • SVGCloneVisible

        public SVGCloneVisible()
    • Method Detail

      • cloneNode

        public org.w3c.dom.Node cloneNode​(org.w3c.dom.Document doc,
                                          org.w3c.dom.Node eold)
        Description copied from class: DOMCloner
        Clone an existing node.
        Overrides:
        cloneNode in class DOMCloner
        Parameters:
        doc - Document
        eold - Existing node
        Returns:
        Cloned node