Interface IObjectLinker

    • Method Detail

      • linkObject

        void linkObject​(java.lang.Object object,
                        java.lang.Object parent,
                        java.lang.Object linkinfo,
                        QName[] pathname,
                        AReadContext context)
                 throws java.lang.Exception
        Link an object to its parent.
        Parameters:
        object - The object.
        parent - The parent object.
        linkinfo - The link info.
        tagname - The current tagname (for name guessing).
        context - The context. //@return boolean True, if linker has linked the objects.
        Throws:
        java.lang.Exception