Interface ExtendedXMLEvent

    • Method Detail

      • matches

        boolean matches​(XMLEvent event)
        Determines if this event matches another event, irrespective of document location.
        Parameters:
        event - The event to match against.
        Returns:
        true if the two events match, false otherwise.