Interface ElementRecognizer

    • Method Detail

      • filterStartElement

        boolean filterStartElement​(java.lang.String nsURI,
                                   java.lang.String localName,
                                   java.lang.String qName,
                                   org.xml.sax.Attributes attrs)
        Recognize an element based upon the start element parameters.
        Parameters:
        nsURI - the uri of the element to filter
        localName - the local name of the element to filter
        qName - the qName of the element to filter
        attrs - the attributes associated with the element to filter
        Returns:
        true if this element is accepted, false otherwise