Package | Description |
---|---|
jadex.xml.reader | |
jadex.xml.stax |
Modifier and Type | Method and Description |
---|---|
XMLReporter |
AReadContext.getReporter()
Get the reporter.
|
Modifier and Type | Method and Description |
---|---|
AReader |
XMLReaderFactoryDesktop.createReader(boolean bulklink,
boolean validate,
boolean coalescing,
XMLReporter reporter)
Creates a new XML Reader.
|
abstract AReader |
XMLReaderFactory.createReader(boolean bulklink,
boolean validate,
boolean coalescing,
XMLReporter reporter)
Creates a new XML Reader
|
AReader |
XMLReaderFactoryDesktop.createReader(boolean bulklink,
boolean validate,
XMLReporter reporter)
Creates a new XML Reader.
|
abstract AReader |
XMLReaderFactory.createReader(boolean bulklink,
boolean validate,
XMLReporter reporter)
Creates a new XML Reader
|
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) |
Modifier and Type | Class and Description |
---|---|
class |
StaxXMLReporterWrapper
Wraps a javax.xml.stream.XMLReporter Object to provide the
jadex.xml.stax.XMLReporter API.
|
Modifier and Type | Method and Description |
---|---|
static XMLReporter |
StaxXMLReporterWrapper.fromXMLReporter(XMLReporter reporter)
Static method to wrap an XMLReporter
|
Modifier and Type | Method and Description |
---|---|
static XMLReporter |
JadexXMLReporterWrapper.fromXMLReporter(XMLReporter reporter)
Wraps a reporter object.
|
Constructor and Description |
---|
JadexXMLReporterWrapper(XMLReporter reporter)
Constructor
|
Copyright © 2012. All Rights Reserved.