Interface Unmarshaller

    • Method Detail

      • unmarshall

        @Nonnull
        XMLObject unmarshall​(@Nonnull
                             Element element)
                      throws UnmarshallingException
        Unmarshalls the given W3C DOM element into a XMLObject.
        Parameters:
        element - the DOM Element
        Returns:
        the unmarshalled XMLObject
        Throws:
        UnmarshallingException - thrown if an error occurs unmarshalling the DOM element into the XMLObject