public interface StreamingTransform
StreamingPathFilter
whenever an element matches the filter's entire location
path.
Can operate on the fully build element in arbitrary ways.
The underlying behaviour wrt. element/node-mutation and retaining/removing nodes
is also explained in NodeFactory.finishMakingElement(Element)
.
Modifier and Type | Method and Description |
---|---|
nu.xom.Nodes |
transform(nu.xom.Element element)
Called by the node factory of a
StreamingPathFilter whenever an
element matches the filter's entire location path. |
nu.xom.Nodes transform(nu.xom.Element element)
StreamingPathFilter
whenever an
element matches the filter's entire location path.element
- The current element (fully build, including its ancestors and descendants)
matching the entire location path.Builder
, replacing the current element.Copyright © 2019. All rights reserved.