Class XPathQueryReadHandler

  • All Implemented Interfaces:
    org.pentaho.reporting.libraries.xmlns.parser.XmlReadHandler

    public class XPathQueryReadHandler
    extends org.pentaho.reporting.libraries.xmlns.parser.PropertyReadHandler
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      boolean isLegacyMode()  
      protected void startParsing​(Attributes attrs)
      Starts parsing.
      • Methods inherited from class org.pentaho.reporting.libraries.xmlns.parser.PropertyReadHandler

        getName
      • Methods inherited from class org.pentaho.reporting.libraries.xmlns.parser.StringReadHandler

        characters, doneParsing, getObject, getResult
      • Methods inherited from class org.pentaho.reporting.libraries.xmlns.parser.AbstractXmlReadHandler

        deriveParseParameters, endElement, getHandlerForChild, getLocator, getRootHandler, getTagName, getUri, init, isSameNamespace, performExternalParsing, performExternalParsing, startElement
    • Constructor Detail

      • XPathQueryReadHandler

        public XPathQueryReadHandler()
    • Method Detail

      • startParsing

        protected void startParsing​(Attributes attrs)
                             throws SAXException
        Starts parsing.
        Overrides:
        startParsing in class org.pentaho.reporting.libraries.xmlns.parser.PropertyReadHandler
        Parameters:
        attrs - the attributes.
        Throws:
        SAXException - if there is a parsing error.
      • isLegacyMode

        public boolean isLegacyMode()