Class PasswordPropertiesReadHandler

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

    public class PasswordPropertiesReadHandler
    extends org.pentaho.reporting.libraries.xmlns.parser.PropertiesReadHandler
    • Constructor Detail

      • PasswordPropertiesReadHandler

        public PasswordPropertiesReadHandler()
      • PasswordPropertiesReadHandler

        public PasswordPropertiesReadHandler​(String propertyTagName)
    • Method Detail

      • getHandlerForChild

        protected org.pentaho.reporting.libraries.xmlns.parser.XmlReadHandler getHandlerForChild​(String uri,
                                                                                                 String tagName,
                                                                                                 Attributes atts)
                                                                                          throws SAXException
        Returns the handler for a child element.
        Overrides:
        getHandlerForChild in class org.pentaho.reporting.libraries.xmlns.parser.PropertiesReadHandler
        Parameters:
        tagName - the tag name.
        atts - the attributes.
        Returns:
        the handler or null, if the tagname is invalid.
        Throws:
        SAXException - if there is a parsing error.