Class PropertyStringReadHandler

    • Constructor Detail

      • PropertyStringReadHandler

        public PropertyStringReadHandler()
    • Method Detail

      • characters

        public void characters​(char[] ch,
                               int start,
                               int length)
                        throws SAXException
        This method is called to process the character data between element tags.
        Specified by:
        characters in interface org.pentaho.reporting.libraries.xmlns.parser.XmlReadHandler
        Overrides:
        characters in class org.pentaho.reporting.libraries.xmlns.parser.AbstractXmlReadHandler
        Parameters:
        ch - the character buffer.
        start - the start index.
        length - the length.
        Throws:
        SAXException - if there is a parsing error.
      • getResult

        public String getResult()
      • doneParsing

        public void doneParsing()
                         throws SAXException
        Overrides:
        doneParsing in class org.pentaho.reporting.libraries.xmlns.parser.AbstractXmlReadHandler
        Throws:
        SAXException
      • getObject

        public Object getObject()
        Returns the object for this element.
        Specified by:
        getObject in interface org.pentaho.reporting.libraries.xmlns.parser.XmlReadHandler
        Returns:
        the object.