Class SPARQLBooleanSAXParser

java.lang.Object
org.eclipse.rdf4j.common.xml.SimpleSAXAdapter
org.eclipse.rdf4j.query.resultio.sparqlxml.SPARQLBooleanSAXParser
All Implemented Interfaces:
SimpleSAXListener

class SPARQLBooleanSAXParser extends SimpleSAXAdapter
  • Field Details

  • Constructor Details

    • SPARQLBooleanSAXParser

      SPARQLBooleanSAXParser()
  • Method Details

    • startTag

      public void startTag(String tagName, Map<String,String> atts, String text) throws SAXException
      Description copied from interface: SimpleSAXListener
      Reports a start tag to the listener. The method call reports the tag's name, the attributes that were found in the start tag and any text that was found after the start tag.
      Specified by:
      startTag in interface SimpleSAXListener
      Overrides:
      startTag in class SimpleSAXAdapter
      Parameters:
      tagName - The tag name.
      atts - A map containing key-value-pairs representing the attributes that were found in the start tag.
      text - The text immediately following the start tag, or an empty string if the start tag was followed by a nested start tag or if no text (other than whitespace) was found between start- and end tag.
      Throws:
      SAXException
    • endDocument

      public void endDocument() throws SAXException
      Description copied from interface: SimpleSAXListener
      Notifies the listener that the parser has finished parsing.
      Specified by:
      endDocument in interface SimpleSAXListener
      Overrides:
      endDocument in class SimpleSAXAdapter
      Throws:
      SAXException
    • getValue

      public boolean getValue()