com.github.simy4.xpath.spi.NavigatorSpi
public class DomNavigatorSpi extends Object implements com.github.simy4.xpath.spi.NavigatorSpi
Constructor | Description |
---|---|
DomNavigatorSpi() |
Modifier and Type | Method | Description |
---|---|---|
boolean |
canHandle(Object o) |
|
<T> T |
process(T xml,
Iterable<com.github.simy4.xpath.effects.Effect> effects) |
public boolean canHandle(Object o)
canHandle
in interface com.github.simy4.xpath.spi.NavigatorSpi
public <T> T process(T xml, Iterable<com.github.simy4.xpath.effects.Effect> effects) throws com.github.simy4.xpath.XmlBuilderException
process
in interface com.github.simy4.xpath.spi.NavigatorSpi
com.github.simy4.xpath.XmlBuilderException