Interface SRUExtraResponseDataParser


  • public interface SRUExtraResponseDataParser
    A parser to parse extra response data in a SRU response create appropriate Java objects.
    • Method Detail

      • supports

        boolean supports​(QName name)
        Check, if the current element can be handled by this parser.
        Parameters:
        name - the name of the element to be examined
        Returns:
        true if the element can be handled by this parser; false otherwise