Class JAXBReader.UnmarshalElementHandler

java.lang.Object
org.dom4j.jaxb.JAXBReader.UnmarshalElementHandler
All Implemented Interfaces:
ElementHandler
Enclosing class:
JAXBReader

private class JAXBReader.UnmarshalElementHandler extends Object implements ElementHandler
  • Field Details

  • Constructor Details

  • Method Details

    • onStart

      public void onStart(ElementPath elementPath)
      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:
      elementPath - 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