public interface IObjectLinker
Modifier and Type | Method and Description |
---|---|
void |
linkObject(java.lang.Object object,
java.lang.Object parent,
java.lang.Object linkinfo,
QName[] pathname,
AReadContext context)
Link an object to its parent.
|
void linkObject(java.lang.Object object, java.lang.Object parent, java.lang.Object linkinfo, QName[] pathname, AReadContext context) throws java.lang.Exception
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.java.lang.Exception