Class ElementReadHandler

    • Constructor Detail

      • ElementReadHandler

        public ElementReadHandler​(Element element)
    • Method Detail

      • getElement

        protected Element getElement()
      • doneParsing

        protected void doneParsing()
                            throws SAXException
        Done parsing.
        Overrides:
        doneParsing in class org.pentaho.reporting.libraries.xmlns.parser.AbstractXmlReadHandler
        Throws:
        SAXException - if there is a parsing error.
      • getObject

        public Object getObject()
        Returns the object for this element or null, if this element does not create an object.
        Returns:
        the object.