Package com.github.simy4.xpath.spi
Interface Effect
-
- All Known Implementing Classes:
PutEffect,PutValueEffect,RemoveEffect
public interface EffectXML model modification effect.- Since:
- 1.0
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description <N extends Node>
voidperform(Navigator<N> navigator, N xml)Performs effect on a particular xml model.
-
-
-
Method Detail
-
perform
<N extends Node> void perform(Navigator<N> navigator, N xml) throws XmlBuilderException
Performs effect on a particular xml model.- Type Parameters:
N- XML model type- Parameters:
xml- XML model to modifynavigator- XML model navigator- Throws:
XmlBuilderException- if error occur during XML model modification
-
-