public class NodeReplaceAllChildren extends NodeAppendChild
child, id, parent, plot
Constructor and Description |
---|
NodeReplaceAllChildren(org.w3c.dom.Element parent,
org.w3c.dom.Element child)
Trivial constructor.
|
NodeReplaceAllChildren(org.w3c.dom.Element parent,
org.w3c.dom.Element child,
SVGPlot plot,
java.lang.String id)
Full constructor.
|
Modifier and Type | Method and Description |
---|---|
void |
run() |
public NodeReplaceAllChildren(org.w3c.dom.Element parent, org.w3c.dom.Element child)
parent
- will become the parent of the appended Element.child
- the Element to be appended.public NodeReplaceAllChildren(org.w3c.dom.Element parent, org.w3c.dom.Element child, SVGPlot plot, java.lang.String id)
parent
- Parent node to append the child tochild
- Child elementplot
- Plot to register the ID (may be null
)id
- ID to register (may be null
, requires plot to be given)public void run()
run
in interface java.lang.Runnable
run
in class NodeAppendChild
Copyright © 2019 ELKI Development Team. License information.