Class AddressUnmarshaller

    • Constructor Detail

      • AddressUnmarshaller

        public AddressUnmarshaller()
    • Method Detail

      • processElementContent

        protected void processElementContent​(XMLObject fedObject,
                                             String elementContent)
        Called if the element being unmarshalled contained textual content so that it can be added to the XMLObject. The default implementation of this method is a no-op
        Overrides:
        processElementContent in class AbstractXMLObjectUnmarshaller
        Parameters:
        fedObject - XMLObject the content will be given to
        elementContent - the Element's content
      • processAttribute

        protected void processAttribute​(XMLObject fedObject,
                                        Attr attribute)
        Called after an attribute has been unmarshalled so that it can be added to the XMLObject. The default implementation of this method is a no-op
        Overrides:
        processAttribute in class AbstractXMLObjectUnmarshaller
        Parameters:
        fedObject - the XMLObject
        attribute - the attribute
      • processChildElement

        protected void processChildElement​(XMLObject fedObject,
                                           XMLObject child)
        Called after a child element has been unmarshalled so that it can be added to the parent XMLObject. The default implementation of this method is a no-op.
        Overrides:
        processChildElement in class AbstractXMLObjectUnmarshaller
        Parameters:
        fedObject - the parent XMLObject
        child - the child XMLObject