- Companion:
- class
Type members
Inherited classlikes
Append nodes to current nodes. Supported only for Node
and Group
elements, in other case
will fail.
Append nodes to current nodes. Supported only for Node
and Group
elements, in other case
will fail.
- Value parameters:
- newNs
Nodes to append.
- Inherited from:
- ComposableXmlModifierValues
Prepend nodes to current nodes. Supported only for Node
and Group
elements, in other case
will fail.
Prepend nodes to current nodes. Supported only for Node
and Group
elements, in other case
will fail.
- Value parameters:
- newNs
Nodes to prepend.
- Inherited from:
- ComposableXmlModifierValues
Remove attributes.
Remove attributes.
Supported only for Node
elements, in other case will fail.
- Value parameters:
- ps
Attribute predicates.
- Inherited from:
- ComposableXmlModifierValues
Replace current nodes.
Replace current nodes.
- Value parameters:
- f
Function to from current nodes to new nodes.
- Inherited from:
- ComposableXmlModifierValues
Append or replace attributes to current node.
Append or replace attributes to current node.
Supported only for Node
elements, in other case will fail.
- Value parameters:
- f
takes Elem (attribute container), returns Attributes data.
- Inherited from:
- ComposableXmlModifierValues