Class RenderingHintValueReadHandler

    • Field Detail

      • key

        private java.lang.Object key
        The key under construction.
      • value

        private java.lang.Object value
        The value under construction.
    • Constructor Detail

      • RenderingHintValueReadHandler

        public RenderingHintValueReadHandler()
        Creates a new read handler.
    • Method Detail

      • startParsing

        protected void startParsing​(org.xml.sax.Attributes attrs)
                             throws org.xml.sax.SAXException
        Starts parsing.
        Overrides:
        startParsing in class AbstractXmlReadHandler
        Parameters:
        attrs - the attributes.
        Throws:
        org.xml.sax.SAXException - if there is a parsing error.
      • stringToHintField

        private java.lang.Object stringToHintField​(java.lang.String name)
      • getObject

        public java.lang.Object getObject()
                                   throws XmlReaderException
        Returns the object for this element.
        Returns:
        the object.
        Throws:
        XmlReaderException - if there is a parsing error.
      • getKey

        public java.lang.Object getKey()
        Returns the key.
        Returns:
        the key.
      • getValue

        public java.lang.Object getValue()
        Returns the value.
        Returns:
        the value.