Interface FilteredSaxHandler.ElementHandler

  • Enclosing class:
    FilteredSaxHandler

    public static interface FilteredSaxHandler.ElementHandler
    • Method Detail

      • handleElement

        void handleElement​(org.jdom.Element element)
        Reports a matching element to the callback. This element will have been detached from its parent element, even if it had a parent element in the XML being parsed.
        Parameters:
        element - an element which matches the filtered element name list passed to the constructor of the FilteredSaxHandler.