Package | Description |
---|---|
jadex.xml.bean | |
jadex.xml.reader |
Modifier and Type | Method and Description |
---|---|
void |
BeanObjectReaderHandler.bulkLinkObjects(List childs,
Object parent,
Object linkinfo,
QName[] pathname,
AReadContext context)
Link an object to its parent.
|
void |
BeanObjectReaderHandler.bulkLinkObjects(Object parent,
List children,
AReadContext context)
Bulk link chilren to its parent.
|
Object |
BeanObjectReaderHandler.convertContentObject(String value,
QName tag,
AReadContext context)
Convert an object to another type of object.
|
Object |
BeanObjectReaderHandler.createObject(Object type,
boolean root,
AReadContext context,
Map rawattributes)
Create an object for the current tag.
|
Object |
BeanObjectReaderHandler.getObjectType(Object object,
AReadContext context)
Get the object type
|
TypeInfo |
BeanObjectReaderHandler.getTypeInfo(Object object,
QName[] fullpath,
AReadContext context)
Get the most specific mapping info.
|
void |
BeanObjectReaderHandler.handleAttributeValue(Object object,
QName xmlattrname,
List attrpath,
String attrval,
Object attrinfo,
AReadContext context)
Handle the attribute of an object.
|
void |
BeanObjectReaderHandler.linkObject(Object object,
Object parent,
Object linkinfo,
QName[] pathname,
AReadContext context)
Link an object to its parent.
|
Modifier and Type | Class and Description |
---|---|
class |
ReadContextDesktop
Java SE Implementation of
AReadContext . |
Modifier and Type | Method and Description |
---|---|
void |
IBulkObjectLinker.bulkLinkObjects(Object parent,
List children,
AReadContext context)
Bulk link an object to its parent.
|
Object |
IObjectReaderHandler.convertContentObject(String object,
QName tag,
AReadContext context)
Convert a content string object to another type of object.
|
Object |
IObjectReaderHandler.createObject(Object typeinfo,
boolean root,
AReadContext context,
Map rawattributes)
Create an object for the current tag.
|
TypeInfo |
IObjectReaderHandler.getTypeInfo(Object type,
QName[] fullpath,
AReadContext context)
Get the most specific mapping info.
|
void |
IObjectReaderHandler.handleAttributeValue(Object object,
QName xmlattrname,
List attrpath,
String attrval,
Object attrinfo,
AReadContext context)
Handle the attribute of an object.
|
void |
IObjectLinker.linkObject(Object object,
Object parent,
Object linkinfo,
QName[] pathname,
AReadContext context)
Link an object to its parent.
|
Copyright © 2013. All Rights Reserved.