Class JAXBReader.PruningElementHandler

    • Method Summary

      All Methods Instance Methods Concrete 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 parm1)
      Called by an event based processor when an elements openning tag is encountered.
      • Methods inherited from class java.lang.Object

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

      • PruningElementHandler

        public PruningElementHandler()
    • Method Detail

      • onStart

        public void onStart​(ElementPath parm1)
        Description copied from interface: ElementHandler
        Called by an event based processor when an elements openning tag is encountered.
        Specified by:
        onStart in interface ElementHandler
        Parameters:
        parm1 - is the current ElementPath to process
      • onEnd

        public void onEnd​(ElementPath elementPath)
        Description copied from interface: ElementHandler
        Called by an event based processor when an elements closing tag is encountered.
        Specified by:
        onEnd in interface ElementHandler
        Parameters:
        elementPath - is the current ElementPath to process