Package | Description |
---|---|
jadex.bdi | |
jadex.xml | |
jadex.xml.bean | |
jadex.xml.reader |
Modifier and Type | Method and Description |
---|---|
static IObjectReaderHandler |
OAVBDIXMLReader.getReaderHandler()
Get the readerhandler.
|
Modifier and Type | Method and Description |
---|---|
static IObjectReaderHandler |
PropertiesXMLHelper.getObjectReaderHandler()
Get the default Java reader.
|
IObjectReaderHandler |
TypeInfo.getReaderHandler()
Get the reader handler associated to the object type (if any).
|
IObjectReaderHandler |
StackElement.getReaderHandler()
Get the current reader handler.
|
Modifier and Type | Method and Description |
---|---|
void |
TypeInfo.setReaderHandler(IObjectReaderHandler readerhandler)
Set the reader handler associated to the object type (if any).
|
Constructor and Description |
---|
StackElement(IObjectReaderHandler readerhandler,
QName tag,
Object object)
Create a new stack element.
|
StackElement(IObjectReaderHandler readerhandler,
QName tag,
Object object,
Map rawattrs)
Create a new stack element.
|
StackElement(IObjectReaderHandler readerhandler,
QName tag,
Object object,
Map rawattrs,
TypeInfo typeinfo,
ILocation location)
Create a new stack element.
|
TypeInfo(XMLInfo xmlinfo,
ObjectInfo objectinfo,
MappingInfo mapinfo,
LinkingInfo linkinfo,
IObjectReaderHandler readerhandler)
Create a new type info.
|
Modifier and Type | Class and Description |
---|---|
class |
BeanObjectReaderHandler
Handler for reading XML into Java beans.
|
Modifier and Type | Method and Description |
---|---|
static IObjectReaderHandler |
JavaReader.getObjectHandler()
Get the default Java reader.
|
Modifier and Type | Method and Description |
---|---|
static Object |
JavaReader.objectFromByteArray(byte[] val,
ClassLoader classloader,
TypeInfoPathManager manager,
IObjectReaderHandler handler,
IErrorReporter rep)
Convert a byte array (of an xml) to an object.
|
static Object |
JavaReader.objectFromInputStream(InputStream val,
ClassLoader classloader,
TypeInfoPathManager manager,
IObjectReaderHandler handler,
IErrorReporter rep)
Convert a byte array (of an xml) to an object.
|
static <T> T |
JavaReader.objectFromXML(String val,
ClassLoader classloader,
TypeInfoPathManager manager,
IObjectReaderHandler handler)
Convert an xml to an object.
|
Modifier and Type | Method and Description |
---|---|
IObjectReaderHandler |
AReadContext.getDefaultHandler()
Get the defaulthandler.
|
Modifier and Type | Method and Description |
---|---|
static Object |
AReader.objectFromByteArray(AReader reader,
byte[] val,
ClassLoader classloader,
Object context,
TypeInfoPathManager manager,
IObjectReaderHandler handler) |
static Object |
AReader.objectFromByteArray(AReader reader,
byte[] val,
ClassLoader classloader,
TypeInfoPathManager manager,
IObjectReaderHandler handler) |
static Object |
AReader.objectFromInputStream(AReader reader,
InputStream bis,
ClassLoader classloader,
Object context,
TypeInfoPathManager manager,
IObjectReaderHandler handler) |
static Object |
AReader.objectFromInputStream(AReader reader,
InputStream val,
ClassLoader classloader,
TypeInfoPathManager manager,
IObjectReaderHandler handler) |
static Object |
AReader.objectFromXML(AReader reader,
String val,
ClassLoader classloader,
Object context,
TypeInfoPathManager manager,
IObjectReaderHandler handler) |
static Object |
AReader.objectFromXML(AReader reader,
String val,
ClassLoader classloader,
TypeInfoPathManager manager,
IObjectReaderHandler handler) |
Object |
Reader.read(TypeInfoPathManager tipmanager,
IObjectReaderHandler handler,
InputStream input,
ClassLoader classloader,
Object callcontext)
Read properties from xml.
|
abstract Object |
AReader.read(TypeInfoPathManager tipmanager,
IObjectReaderHandler handler,
InputStream input,
ClassLoader classloader,
Object callcontext)
Read properties from xml.
|
Object |
Reader.read(TypeInfoPathManager tipmanager,
IObjectReaderHandler handler,
Reader input,
ClassLoader classloader,
Object callcontext)
Read properties from xml.
|
abstract Object |
AReader.read(TypeInfoPathManager tipmanager,
IObjectReaderHandler handler,
Reader input,
ClassLoader classloader,
Object callcontext)
Read properties from xml.
|
Object |
Reader.read(TypeInfoPathManager tipmanager,
IObjectReaderHandler handler,
XMLStreamReader parser,
ClassLoader classloader,
Object callcontext)
Read properties from xml.
|
Constructor and Description |
---|
AReadContext(TypeInfoPathManager pathmanager,
IObjectReaderHandler handler,
T parser,
XMLReporter reporter,
Object callcontext,
ClassLoader classloader) |
AReadContext(TypeInfoPathManager pathmanager,
IObjectReaderHandler handler,
T parser,
XMLReporter reporter,
Object callcontext,
ClassLoader classloader,
Object root,
List stack,
StackElement topse,
String comment,
Map readobjects,
int readignore,
MultiCollection postprocessors)
Create a new read context.
|
ReadContextDesktop(TypeInfoPathManager pathmanager,
IObjectReaderHandler handler,
XMLStreamReader parser,
XMLReporter reporter,
Object callcontext,
ClassLoader classloader) |
ReadContextDesktop(TypeInfoPathManager pathmanager,
IObjectReaderHandler handler,
XMLStreamReader parser,
XMLReporter reporter,
Object callcontext,
ClassLoader classloader,
Object root,
List stack,
StackElement topse,
String comment,
Map readobjects,
int readignore,
MultiCollection postprocessors) |
Copyright © 2013. All Rights Reserved.