public interface IObjectLinker
Modifier and Type | Method and Description |
---|---|
void |
linkObject(Object object,
Object parent,
Object linkinfo,
QName[] pathname,
AReadContext context)
Link an object to its parent.
|
void linkObject(Object object, Object parent, Object linkinfo, QName[] pathname, AReadContext context) throws Exception
object
- The object.parent
- The parent object.linkinfo
- The link info.tagname
- The current tagname (for name guessing).context
- The context.Exception
Copyright © 2012. All Rights Reserved.