Class DefaultXmlProblemHandler

    • Method Detail

      • handleUnknownAttribute

        public boolean handleUnknownAttribute​(IFlagContainer parentDefinition,
                                              Object targetObject,
                                              Attribute attribute,
                                              IXmlParsingContext parsingContext)
        Description copied from interface: IXmlProblemHandler
        Callback used to handle an attribute that is unknown to the model being parsed.
        Specified by:
        handleUnknownAttribute in interface IXmlProblemHandler
        Parameters:
        parentDefinition - the bound class currently describing the data being parsed
        targetObject - the Java object for the parentDefinition
        attribute - the unknown attribute
        parsingContext - the XML parsing context used for parsing
        Returns:
        true if the attribute was handled by this method, or false otherwise