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