Class ObjectRefHandler

    • Field Detail

      • object

        private java.lang.Object object
        The object.
      • propertyName

        private java.lang.String propertyName
        The property name.
    • Constructor Detail

      • ObjectRefHandler

        public ObjectRefHandler()
        Creates a new 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 - ???.
      • getPropertyName

        public java.lang.String getPropertyName()
        Returns the property name.
        Returns:
        the property name.
      • getObject

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