Package | Description |
---|---|
jadex.xml | |
jadex.xml.reader | |
jadex.xml.stax |
Modifier and Type | Method and Description |
---|---|
ILocation |
StackElement.getLocation()
Get the location.
|
Constructor and Description |
---|
StackElement(IObjectReaderHandler readerhandler,
QName tag,
Object object,
Map rawattrs,
TypeInfo typeinfo,
ILocation location)
Create a new stack element.
|
Modifier and Type | Method and Description |
---|---|
ILocation |
ReadContextDesktop.getLocation()
Returns the current parser location.
|
abstract ILocation |
AReadContext.getLocation()
Returns the current parser location.
|
Modifier and Type | Class and Description |
---|---|
class |
Location
StaX API: Location
|
class |
StaxLocationWrapper
Wraps a javax.xml.stream.Location Object to provide the jadex.xml.stax.ILocation API.
|
Modifier and Type | Method and Description |
---|---|
static ILocation |
StaxLocationWrapper.fromLocation(Location loc)
Static method to wrap a Location object
|
Modifier and Type | Method and Description |
---|---|
static Location |
JadexLocationWrapper.fromLocation(ILocation loc)
Static method to wrap a Location object.
|
void |
XMLReporter.report(String message,
String errorType,
Object relatedInformation,
ILocation location)
Report the desired message in an application specific format.
|
void |
StaxXMLReporterWrapper.report(String message,
String errorType,
Object relatedInformation,
ILocation location)
Report the desired message in an application specific format.
|
Constructor and Description |
---|
JadexLocationWrapper(ILocation loc)
Constructor
|
Copyright © 2013. All Rights Reserved.