Package org.dom4j

Interface ElementHandler

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      void onEnd​(ElementPath elementPath)
      Called by an event based processor when an elements closing tag is encountered.
      void onStart​(ElementPath elementPath)
      Called by an event based processor when an elements openning tag is encountered.
    • Method Detail

      • onStart

        void onStart​(ElementPath elementPath)
        Called by an event based processor when an elements openning tag is encountered.
        Parameters:
        elementPath - is the current ElementPath to process
      • onEnd

        void onEnd​(ElementPath elementPath)
        Called by an event based processor when an elements closing tag is encountered.
        Parameters:
        elementPath - is the current ElementPath to process