public interface NavigatorSpi
Modifier and Type | Method | Description |
---|---|---|
boolean |
canHandle(Object o) |
Checks whether this SPI can navigate models of given type.
|
<T> T |
process(T xml,
Iterable<Effect> effects) |
Applies expression modifications to a given XML model.
|
boolean canHandle(Object o)
o
- XML model to checktrue
if SPI can handle this model or false
otherwise<T> T process(T xml, Iterable<Effect> effects) throws XmlBuilderException
T
- XML model typexml
- XML model to modifyeffects
- effects to applyXmlBuilderException
- if error occur during XML model modification