Class DomNavigatorSpi

  • All Implemented Interfaces:
    com.github.simy4.xpath.spi.NavigatorSpi

    public class DomNavigatorSpi
    extends java.lang.Object
    implements com.github.simy4.xpath.spi.NavigatorSpi
    Standard DOM model navigator extension SPI.
    • Constructor Summary

      Constructors 
      Constructor Description
      DomNavigatorSpi()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      boolean canHandle​(java.lang.Object o)  
      <T> T process​(T xml, java.lang.Iterable<com.github.simy4.xpath.spi.Effect> effects)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • DomNavigatorSpi

        public DomNavigatorSpi()
    • Method Detail

      • canHandle

        public boolean canHandle​(java.lang.Object o)
        Specified by:
        canHandle in interface com.github.simy4.xpath.spi.NavigatorSpi
      • process

        public <T> T process​(T xml,
                             java.lang.Iterable<com.github.simy4.xpath.spi.Effect> effects)
                      throws com.github.simy4.xpath.XmlBuilderException
        Specified by:
        process in interface com.github.simy4.xpath.spi.NavigatorSpi
        Throws:
        com.github.simy4.xpath.XmlBuilderException