public class RemoveAttributeTU extends Object implements org.dhatim.delivery.dom.DOMElementVisitor
<smooks-resource useragent="device/profile" selector="target-element-name"
path="org.dhatim.cdres.trans.RemoveAttributeTU">
<!-- The name of the element attribute to be removed. -->
<param name="attributeName">attribute-name</param>
<!-- (Optional) Visit the target element before iterating over the elements
child content. Default false. -->
<param name="visitBefore">true/false</param>
</smooks-resource>
See SmooksResourceConfiguration.| Constructor and Description |
|---|
RemoveAttributeTU() |
| Modifier and Type | Method and Description |
|---|---|
void |
visitAfter(Element element,
org.dhatim.container.ExecutionContext request) |
void |
visitBefore(Element element,
org.dhatim.container.ExecutionContext executionContext) |
public void visitBefore(Element element, org.dhatim.container.ExecutionContext executionContext)
visitBefore in interface org.dhatim.delivery.dom.DOMVisitBeforepublic void visitAfter(Element element, org.dhatim.container.ExecutionContext request)
visitAfter in interface org.dhatim.delivery.dom.DOMVisitAfterCopyright © 2017. All rights reserved.