Class ElementRecognizer.ByNSName

    • Constructor Detail

      • ByNSName

        public ByNSName​(java.lang.String nsURI,
                        java.lang.String localName)
    • Method Detail

      • filterStartElement

        public boolean filterStartElement​(java.lang.String nsURI,
                                          java.lang.String localName,
                                          java.lang.String qName,
                                          org.xml.sax.Attributes attrs)
        Description copied from interface: ElementRecognizer
        Recognize an element based upon the start element parameters.
        Specified by:
        filterStartElement in interface ElementRecognizer
        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
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object