public class CollectAttributeSetTrueTransformer extends Object
Constructor and Description |
---|
CollectAttributeSetTrueTransformer() |
Modifier and Type | Method and Description |
---|---|
void |
transform(SourceElement rootElement,
ControllerState controllerState,
SourceElementName childrenToProcessName,
SourceAttributeName attributeToCheckName,
SourceElementName targetElementName)
Processes the transformation.
|
public void transform(SourceElement rootElement, ControllerState controllerState, SourceElementName childrenToProcessName, SourceAttributeName attributeToCheckName, SourceElementName targetElementName)
rootElement
- the root of the transformation.controllerState
- the controller state, not null.childrenToProcessName
- the name of the child elements
to check.attributeToCheckName
- the attribute in the child which is checked
for the value "true"targetElementName
- the child element which collects the hits.Copyright © 2000–2020 The Apache Software Foundation. All rights reserved.