Name

adams.flow.transformer.AddDOMNode


Synopsis

Adds a new node below the incoming org.w3c.dom.Node and forwards the new node.
In case of an incoming org.w3c.dom.Document, the node gets added below the root node.


Additional information

Flow input/output:
- input: org.w3c.dom.Document, org.w3c.dom.Node
- output: org.w3c.dom.Node


Options