Package | Description |
---|---|
jadex.xml | |
jadex.xml.bean | |
jadex.xml.reader | |
jadex.xml.stax | |
jadex.xml.writer |
Modifier and Type | Field and Description |
---|---|
static QName |
SXML.NULL
The null tag.
|
Modifier and Type | Method and Description |
---|---|
QName |
StackElement.getTag()
Get the tag.
|
QName |
AttributeInfo.getXMLAttributeName()
Get the attribut name.
|
QName |
AccessInfo.getXmlObjectName()
Get the xmlobjectname.
|
QName[] |
XMLInfo.getXMLPathElements()
Get the xmlpathelements.
|
QName[] |
AbstractInfo.getXMLPathElements()
Get the xmlpath as string array.
|
QName[] |
AbstractInfo.getXMLPathElementsWithoutElement()
Get the xml path without element.
|
QName |
AbstractInfo.getXMLTag()
Get the xml tag
|
Modifier and Type | Method and Description |
---|---|
TypeInfo |
TypeInfoTypeManager.findTypeInfo(Set typeinfos,
QName[] fullpath)
Find a type info from a set of possible matching typeinfos.
|
Object |
TypeInfo.getAttributeInfo(QName xmlname)
Get the attribute info.
|
SubobjectInfo |
TypeInfo.getSubobjectInfoRead(QName tag,
QName[] fullpath,
Map rawattributes)
Get the most specific subobject info.
|
SubobjectInfo |
TypeInfo.getSubobjectInfoRead(QName tag,
QName[] fullpath,
Map rawattributes)
Get the most specific subobject info.
|
TypeInfo |
TypeInfoTypeManager.getTypeInfo(Object type,
QName[] fullpath)
Get the most specific mapping info.
|
TypeInfo |
TypeInfoPathManager.getTypeInfo(QName tag,
QName[] fullpath,
Map rawattributes)
Get the most specific mapping info.
|
TypeInfo |
TypeInfoPathManager.getTypeInfo(QName tag,
QName[] fullpath,
Map rawattributes)
Get the most specific mapping info.
|
Constructor and Description |
---|
AccessInfo(QName xmlobjectname)
Create a new access info.
|
AccessInfo(QName xmlobjectname,
Object objectidentifier)
Create a new access info.
|
AccessInfo(QName xmlobjectname,
Object objectidentifier,
String ignore)
Create a new access info.
|
AccessInfo(QName xmlobjectname,
Object objectidentifier,
String ignore,
Object defaultvalue)
Create a new access info.
|
AccessInfo(QName xmlobjectname,
Object objectidentifier,
String ignore,
Object defaultvalue,
Object extrainfo)
Create a new access info.
|
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.
|
StackElement(QName tag,
Object object)
Create a new stack element.
|
XMLInfo(QName xmltag)
Create a new xml info.
|
XMLInfo(QName[] xmlpathelements)
Create a new xml info.
|
XMLInfo(QName[] xmlpathelements,
IFilter filter)
Create a new xml info.
|
XMLInfo(QName[] xmlpathelements,
IFilter filter,
boolean createfromtag)
Create a new xml info.
|
XMLInfo(QName[] xmlpathelements,
IFilter filter,
boolean createfromtag,
IPreProcessor preprocessor)
Create a new xml info.
|
XMLInfo(QName[] xmlpathelements,
IPreProcessor preprocessor)
Create a new xml info.
|
XMLInfo(QName xmltag,
IFilter filter)
Create a new xml info.
|
XMLInfo(QName xmltag,
IFilter filter,
boolean createfromtag)
Create a new xml info.
|
Modifier and Type | Method and Description |
---|---|
QName |
BeanObjectWriterHandler.getTagName(Object object,
IContext context)
Get the tag name for an object.
|
QName |
BeanObjectWriterHandler.getTagWithPrefix(QName tag,
IContext context)
Get the tag with namespace.
|
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.
|
Object |
BeanObjectReaderHandler.convertContentObject(String value,
QName tag,
AReadContext context)
Convert an object to another type of object.
|
QName |
BeanObjectWriterHandler.getTagWithPrefix(QName tag,
IContext context)
Get the tag with namespace.
|
TypeInfo |
BeanObjectReaderHandler.getTypeInfo(Object object,
QName[] fullpath,
AReadContext context)
Get the most specific mapping info.
|
TypeInfo |
BeanObjectWriterHandler.getTypeInfo(Object object,
QName[] fullpath,
IContext 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 | Method and Description |
---|---|
QName[] |
LinkData.getPathname()
Get the pathname.
|
QName[] |
AReadContext.getXMLPath(QName tag)
Get the xml path for a stack.
|
Modifier and Type | Method and Description |
---|---|
Object |
IObjectReaderHandler.convertContentObject(String object,
QName tag,
AReadContext context)
Convert a content string object to another type of object.
|
static SubobjectInfo |
AReader.getSubobjectInfoRead(QName localname,
QName[] fullpath,
TypeInfo patypeinfo,
Map attrs)
Get a subobject info for reading.
|
static SubobjectInfo |
AReader.getSubobjectInfoRead(QName localname,
QName[] fullpath,
TypeInfo patypeinfo,
Map attrs)
Get a subobject info for reading.
|
TypeInfo |
IObjectReaderHandler.getTypeInfo(Object type,
QName[] fullpath,
AReadContext context)
Get the most specific mapping info.
|
QName[] |
AReadContext.getXMLPath(QName tag)
Get the xml path for a stack.
|
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.
|
Constructor and Description |
---|
LinkData(Object child,
Object linkinfo,
QName[] pathname)
Create a new link data.
|
Modifier and Type | Method and Description |
---|---|
static QName |
QName.valueOf(String s)
Returns a QName holding the value of the specified String.
|
Modifier and Type | Method and Description |
---|---|
QName |
IObjectWriterHandler.getTagName(Object object,
IContext context)
Get the tag name for an object.
|
QName |
IObjectWriterHandler.getTagWithPrefix(QName tag,
IContext context)
Get the tag with namespace.
|
Modifier and Type | Method and Description |
---|---|
void |
WriteObjectInfo.addSubobject(QName[] pathname,
Object subobject,
boolean flatten)
Add a subobject.
|
QName |
IObjectWriterHandler.getTagWithPrefix(QName tag,
IContext context)
Get the tag with namespace.
|
TypeInfo |
IObjectWriterHandler.getTypeInfo(Object object,
QName[] fullpath,
IContext context)
Get the most specific mapping info.
|
TypeInfo |
AbstractObjectWriterHandler.getTypeInfo(Object object,
QName[] fullpath,
IContext context)
Get the most specific mapping info.
|
Copyright © 2012. All Rights Reserved.