Skip navigation links
A B C D E F G H I J K L M N O P Q R S T U V W X 

A

AbstractInfo - Class in jadex.xml
Superclass for XML object type/link infos.
AbstractInfo(XMLInfo) - Constructor for class jadex.xml.AbstractInfo
Create an abstract OAV info.
AbstractInfo.SpecificityComparator - Class in jadex.xml
Compare infos by specificity of the XML path.
AbstractObjectWriterHandler - Class in jadex.xml.writer
Abstract base class for an object writer handler.
AbstractObjectWriterHandler(boolean, boolean, boolean, Set) - Constructor for class jadex.xml.writer.AbstractObjectWriterHandler
Create a new writer handler.
AccessInfo - Class in jadex.xml
Meta info for accessing (reading / writing) an element.
AccessInfo(QName) - Constructor for class jadex.xml.AccessInfo
Create a new access info.
AccessInfo(QName, Object) - Constructor for class jadex.xml.AccessInfo
Create a new access info.
AccessInfo(QName, Object, String) - Constructor for class jadex.xml.AccessInfo
Create a new access info.
AccessInfo(QName, Object, String, Object) - Constructor for class jadex.xml.AccessInfo
Create a new access info.
AccessInfo(QName, Object, String, Object, Object) - Constructor for class jadex.xml.AccessInfo
Create a new access info.
AccessInfo(QName[]) - Constructor for class jadex.xml.AccessInfo
Create a new access info.
AccessInfo(QName[], Object) - Constructor for class jadex.xml.AccessInfo
Create a new access info.
AccessInfo(QName[], Object, String) - Constructor for class jadex.xml.AccessInfo
Create a new access info.
AccessInfo(QName[], Object, String, Object) - Constructor for class jadex.xml.AccessInfo
Create a new access info.
AccessInfo(QName[], Object, String, Object, Object) - Constructor for class jadex.xml.AccessInfo
Create a new access info.
AccessInfo(String) - Constructor for class jadex.xml.AccessInfo
Create a new access info.
AccessInfo(String, Object) - Constructor for class jadex.xml.AccessInfo
Create a new access info.
AccessInfo(String, Object, String) - Constructor for class jadex.xml.AccessInfo
Create a new access info.
AccessInfo(String, Object, String, Object) - Constructor for class jadex.xml.AccessInfo
Create a new access info.
AccessInfo(String, Object, String, Object, Object) - Constructor for class jadex.xml.AccessInfo
Create a new access info.
accessinfo - Variable in class jadex.xml.AttributeInfo
The access info.
accessinfo - Variable in class jadex.xml.SubobjectInfo
The access info.
addAttribute(Object, String) - Method in class jadex.xml.writer.WriteObjectInfo
Add an attribute.
addChild(Object, LinkData) - Method in class jadex.xml.reader.AReadContext
Add a child.
addContent(String) - Method in class jadex.xml.StackElement
Add content to the already collected content (if any).
addPostProcessor(IFilter<Object>, IPostProcessor) - Method in class jadex.xml.bean.BeanObjectReaderHandler
Add a post processor.
addPreProcessor(IFilter<Object>, IPreProcessor) - Method in class jadex.xml.bean.BeanObjectWriterHandler
Add a pre processor.
addStackElement(StackElement) - Method in class jadex.xml.reader.AReadContext
 
addSubobject(QName[], Object, boolean) - Method in class jadex.xml.writer.WriteObjectInfo
Add a subobject.
addTypeInfo(TypeInfo) - Method in class jadex.xml.TypeInfoPathManager
Add a type info.
addTypeInfo(TypeInfo) - Method in class jadex.xml.TypeInfoTypeManager
Add a typeinfo.
AReadContext - Class in jadex.xml.reader
Context for reader that stores all relevant information of the read process.
AReadContext(TypeInfoPathManager, IObjectReaderHandler, IXMLReader, XMLReporter, Object, ClassLoader) - Constructor for class jadex.xml.reader.AReadContext
 
AReadContext(TypeInfoPathManager, IObjectReaderHandler, IXMLReader, XMLReporter, Object, ClassLoader, Object, List<StackElement>, StackElement, String, Map<String, Object>, int, MultiCollection<Integer, IPostProcessorCall>) - Constructor for class jadex.xml.reader.AReadContext
Create a new read context.
AReader - Class in jadex.xml.reader
XML Reader abstract class.
AReader(boolean, XMLReporter) - Constructor for class jadex.xml.reader.AReader
 
arrayinfos - Variable in class jadex.xml.reader.AReadContext
The map or array information.
ARRAYLEN - Static variable in class jadex.xml.SXML
The value of this attribute is used as idref.
AttributeConverter - Class in jadex.xml
Converter for attributes.
AttributeConverter(IStringObjectConverter, IObjectStringConverter) - Constructor for class jadex.xml.AttributeConverter
Create a new attribute converter.
AttributeInfo - Class in jadex.xml
Base class for attribute infos.
AttributeInfo(AccessInfo) - Constructor for class jadex.xml.AttributeInfo
Create a new attribute info.
AttributeInfo(AccessInfo, IAttributeConverter) - Constructor for class jadex.xml.AttributeInfo
Create a new attribute info.
AttributeInfo(AccessInfo, IAttributeConverter, String) - Constructor for class jadex.xml.AttributeInfo
Create a new attribute info.
attributeinfos - Variable in class jadex.xml.MappingInfo
The attributes infos.
attributeinfos - Variable in class jadex.xml.TypeInfo
The attributes info (xmlname -> attrinfo).
attributes - Variable in class jadex.xml.writer.WriteObjectInfo
The attribute values.
AWriteContext - Class in jadex.xml.writer
Context for writing an xml.
AWriteContext(IObjectWriterHandler, Object, Object, Object, ClassLoader) - Constructor for class jadex.xml.writer.AWriteContext
Create a new write context.
AWriteContext(IObjectWriterHandler, Object, Object, Object, ClassLoader, Map<Object, Object>, List<StackElement>, MultiCollection<Integer, IPreProcessor>) - Constructor for class jadex.xml.writer.AWriteContext
Create a new write context.
AWriter - Class in jadex.xml.writer
 
AWriter() - Constructor for class jadex.xml.writer.AWriter
 

B

BeanAccessInfo - Class in jadex.xml.bean
Java bean attribute meta information.
BeanAccessInfo(String) - Constructor for class jadex.xml.bean.BeanAccessInfo
Create a new bean access info.
BeanAccessInfo(Object, Object) - Constructor for class jadex.xml.bean.BeanAccessInfo
Create a new bean access info.
BeanAccessInfo(Object, Object, String, Object) - Constructor for class jadex.xml.bean.BeanAccessInfo
Create a new bean access info.
BeanAccessInfo(Object, Object, String, Object, boolean) - Constructor for class jadex.xml.bean.BeanAccessInfo
Create a new bean access info.
BeanObjectReaderHandler - Class in jadex.xml.bean
Handler for reading XML into Java beans.
BeanObjectReaderHandler() - Constructor for class jadex.xml.bean.BeanObjectReaderHandler
Create a new handler for custom XML formats.
BeanObjectReaderHandler(Set<TypeInfo>) - Constructor for class jadex.xml.bean.BeanObjectReaderHandler
Create a new handler for Java XML supporting on-the-fly type info creation for arrays.
BeanObjectWriterHandler - Class in jadex.xml.bean
Java bean version for fetching write info for an object.
BeanObjectWriterHandler(Set<TypeInfo>) - Constructor for class jadex.xml.bean.BeanObjectWriterHandler
Create a new writer (gentypetags=false, prefertags=true, flattening=true).
BeanObjectWriterHandler(Set<TypeInfo>, boolean) - Constructor for class jadex.xml.bean.BeanObjectWriterHandler
Create a new writer (prefertags=true, flattening=true).
BeanObjectWriterHandler(Set<TypeInfo>, boolean, boolean) - Constructor for class jadex.xml.bean.BeanObjectWriterHandler
Create a new writer (flattening=true).
BeanObjectWriterHandler(Set<TypeInfo>, boolean, boolean, boolean) - Constructor for class jadex.xml.bean.BeanObjectWriterHandler
Create a new writer.
bis - Variable in class jadex.xml.stax.StaxReaderWrapper
The stream.
bulklink - Variable in class jadex.xml.LinkingInfo
The link mode (determined by the linker if present).
bulklink - Variable in class jadex.xml.reader.AReader
The link mode.
bulkLinkObjects(List<Object>, Object, Object, QName[], AReadContext) - Method in class jadex.xml.bean.BeanObjectReaderHandler
Link an object to its parent.
bulkLinkObjects(Object, List<LinkData>, AReadContext) - Method in class jadex.xml.bean.BeanObjectReaderHandler
Bulk link chilren to its parent.
bulkLinkObjects(Object, List<LinkData>, AReadContext) - Method in interface jadex.xml.reader.IBulkObjectLinker
Bulk link an object to its parent.

C

callcontext - Variable in class jadex.xml.reader.AReadContext
The call context.
callPostProcessor() - Method in interface jadex.xml.reader.IPostProcessorCall
 
CDATA - Static variable in class jadex.xml.stax.XmlUtil
 
CHARACTERS - Static variable in class jadex.xml.stax.XmlUtil
Indicates an event is characters.
child - Variable in class jadex.xml.reader.LinkData
The child object.
children - Variable in class jadex.xml.reader.AReadContext
The map of objects to link in bulk mode (object -> map of tags -> objects per tag).
classloader - Variable in class jadex.xml.reader.AReadContext
The classloader.
classloader - Variable in class jadex.xml.writer.AWriteContext
The classloader.
close() - Method in interface jadex.xml.reader.IXMLReader
Closes the reader.
close() - Method in class jadex.xml.stax.StaxReaderWrapper
Closes the reader.
closedtag - Variable in class jadex.xml.stax.StaxReaderWrapper
The last tag that was closed.
COMMENT - Static variable in class jadex.xml.AttributeInfo
Constant for identifying comment.
comment - Variable in class jadex.xml.reader.AReadContext
The current comment.
COMMENT - Static variable in class jadex.xml.stax.XmlUtil
 
comment - Variable in class jadex.xml.writer.WriteObjectInfo
The comment.
commentinfo - Variable in class jadex.xml.MappingInfo
The comment info.
compare(AbstractInfo, AbstractInfo) - Method in class jadex.xml.AbstractInfo.SpecificityComparator
 
CONTENT - Static variable in class jadex.xml.AttributeInfo
Constant for identifying content.
content - Variable in class jadex.xml.StackElement
The collected content.
content - Variable in class jadex.xml.writer.WriteObjectInfo
The content.
contentinfo - Variable in class jadex.xml.MappingInfo
The content info.
convertBulkValues(List<Object>, Class<?>, Object, AReadContext, String) - Method in class jadex.xml.bean.BeanObjectReaderHandler
Convert a list of values into the target format (list, set, collection, array).
convertContentObject(String, QName, AReadContext) - Method in class jadex.xml.bean.BeanObjectReaderHandler
Convert an object to another type of object.
convertContentObject(String, QName, AReadContext) - Method in interface jadex.xml.reader.IObjectReaderHandler
Convert a content string object to another type of object.
converter - Variable in class jadex.xml.AttributeInfo
The attribute converter.
converter - Variable in class jadex.xml.SubobjectInfo
The subobject converter.
convertObject(Object, Object) - Method in class jadex.xml.AttributeConverter
Convert a value to a string type.
convertObject(Object, IContext) - Method in interface jadex.xml.IObjectObjectConverter
Convert an object to another object.
convertObjectForRead(Object, IContext) - Method in interface jadex.xml.ISubObjectConverter
Convert an object to another object.
convertObjectForRead(Object, IContext) - Method in class jadex.xml.SubObjectConverter
Convert an object to another object.
convertObjectForWrite(Object, IContext) - Method in interface jadex.xml.ISubObjectConverter
Convert an object to another object.
convertObjectForWrite(Object, IContext) - Method in class jadex.xml.SubObjectConverter
Convert an object to another object.
convertString(String, Object) - Method in class jadex.xml.AttributeConverter
Convert a string value to another type.
convertValue(Object, Class<?>, Object, AReadContext, String) - Method in class jadex.xml.bean.BeanObjectReaderHandler
Convert a value by using a converter.
createAttributeInfos(AttributeInfo[]) - Method in class jadex.xml.TypeInfo
Create the attribute info map (xml name(s) -> attribute info).
createfromtag - Variable in class jadex.xml.XMLInfo
Create from tag flag.
createObject(Object, boolean, AReadContext, Map<String, String>) - Method in class jadex.xml.bean.BeanObjectReaderHandler
Create an object for the current tag.
createObject(IContext, Map<String, String>) - Method in interface jadex.xml.bean.IBeanObjectCreator
Create an object.
createObject(Object, boolean, AReadContext, Map<String, String>) - Method in interface jadex.xml.reader.IObjectReaderHandler
Create an object for the current tag.
createPath(QName[], Object, IContext) - Method in class jadex.xml.writer.AbstractObjectWriterHandler
Create a qname path.
createReadContext(TypeInfoPathManager, IObjectReaderHandler, IXMLReader, XMLReporter, Object, ClassLoader) - Method in class jadex.xml.reader.AReader
 
createReader() - Method in class jadex.xml.reader.XMLReaderFactory
Creates a new default XML Reader.
createReader(boolean) - Method in class jadex.xml.reader.XMLReaderFactory
Creates a new XML Reader
createReader(boolean, boolean, XMLReporter) - Method in class jadex.xml.reader.XMLReaderFactory
Creates a new XML Reader
createReader(boolean, boolean, boolean, XMLReporter) - Method in class jadex.xml.reader.XMLReaderFactory
Creates a new XML Reader
createReader() - Method in class jadex.xml.reader.XMLReaderFactoryDesktop
Creates a new default XML Reader.
createReader(boolean) - Method in class jadex.xml.reader.XMLReaderFactoryDesktop
Creates a new XML Reader.
createReader(boolean, boolean, XMLReporter) - Method in class jadex.xml.reader.XMLReaderFactoryDesktop
Creates a new XML Reader.
createReader(boolean, boolean, boolean, XMLReporter) - Method in class jadex.xml.reader.XMLReaderFactoryDesktop
Creates a new XML Reader.
createSubobjectInfosRead(SubobjectInfo[]) - Method in class jadex.xml.TypeInfo
Create subobject infos for each tag sorted by specificity.
createSubobjectInfosWrite(SubobjectInfo[]) - Method in class jadex.xml.TypeInfo
Create subobject infos for each tag sorted by specificity.
createWriter() - Method in class jadex.xml.writer.XMLWriterFactory
Create a new reader (with genids=true and indent=true).
createWriter(boolean) - Method in class jadex.xml.writer.XMLWriterFactory
Create an XMLWRiter
createWriter(boolean, boolean) - Method in class jadex.xml.writer.XMLWriterFactory
Creates a new default XML Reader.
createWriter(boolean, boolean, boolean) - Method in class jadex.xml.writer.XMLWriterFactory
Creates a new default XML Reader.
createWriter() - Method in class jadex.xml.writer.XMLWriterFactoryDesktop
Create a new reader (with genids=true and indent=true).
createWriter(boolean) - Method in class jadex.xml.writer.XMLWriterFactoryDesktop
Creates a new XML Reader.
createWriter(boolean, boolean) - Method in class jadex.xml.writer.XMLWriterFactoryDesktop
Creates a new default XML Reader.
createWriter(boolean, boolean, boolean) - Method in class jadex.xml.writer.XMLWriterFactoryDesktop
Creates a new default XML Reader.
createXMLReader(Reader) - Method in class jadex.xml.reader.AReader
 
createXMLReader(InputStream) - Method in class jadex.xml.reader.AReader
 
createXMLReader(InputStream) - Method in class jadex.xml.reader.Reader
 
createXMLReader(Reader) - Method in class jadex.xml.reader.Reader
 

D

DEBUG - Static variable in class jadex.xml.reader.AReader
The debug flag.
DEFAULT_BULKLINK_MODE - Static variable in class jadex.xml.LinkingInfo
Default link mode.
DEFAULT_ENCODING - Static variable in class jadex.xml.SXML
The default encoding.
defaulthandler - Variable in class jadex.xml.reader.AReadContext
The default object handler.
defaultvalue - Variable in class jadex.xml.AccessInfo
The default value read.
DISCARD_OBJECT - Static variable in interface jadex.xml.IPostProcessor
If this object is returned by the post-processor, the object will be discarded by the reader.

E

END_ELEMENT - Static variable in class jadex.xml.stax.XmlUtil
Indicates an event is an end element.
equals(Object) - Method in class jadex.xml.StackElement
Test if two stack elements are equal.
equals(Object) - Method in class jadex.xml.stax.QName
Tests this QName for equality with another object.
execute(Object) - Method in interface jadex.xml.IReturnValueCommand
Execute the command and optionally deliver a result.
extrainfo - Variable in class jadex.xml.AccessInfo
The extra info.

F

factory - Variable in class jadex.xml.reader.Reader
The xml input factory.
FACTORY - Static variable in class jadex.xml.writer.Writer
The xml output factory.
fetchhelp - Variable in class jadex.xml.bean.BeanAccessInfo
The write field/method for reading a Java value in the write process.
filter - Variable in class jadex.xml.XMLInfo
The procedural filter.
findGetMethod(Object, String, String[]) - Method in class jadex.xml.bean.BeanObjectWriterHandler
Find a get method with some prefix.
findSubobjectInfo(Set<SubobjectInfo>, QName[], Map<String, String>) - Method in class jadex.xml.TypeInfo
Find a subobject info.
findTypeInfo(Set, QName[], Map) - Method in class jadex.xml.TypeInfoPathManager
Find type find in the set of type infos.
findTypeInfo(Set, QName[]) - Method in class jadex.xml.TypeInfoTypeManager
Find a type info from a set of possible matching typeinfos.
flattening - Variable in class jadex.xml.SubobjectInfo
The flattening flag.
flattening - Variable in class jadex.xml.writer.AbstractObjectWriterHandler
The flattening flag for tags, i.e.
fromLocation(ILocation) - Static method in class jadex.xml.stax.JadexLocationWrapper
Static method to wrap a Location object.
fromLocation(Location) - Static method in class jadex.xml.stax.StaxLocationWrapper
Static method to wrap a Location object
fromXMLReporter(XMLReporter) - Static method in class jadex.xml.stax.JadexXMLReporterWrapper
Wraps a reporter object.
fromXMLReporter(XMLReporter) - Static method in class jadex.xml.stax.StaxXMLReporterWrapper
Static method to wrap an XMLReporter

G

genids - Variable in class jadex.xml.writer.Writer
Control flag for generating ids.
gentypetags - Variable in class jadex.xml.writer.AbstractObjectWriterHandler
Control flag for generating container tags.
getAccessInfo() - Method in class jadex.xml.AttributeInfo
Get the accessinfo.
getAccessInfo() - Method in class jadex.xml.SubobjectInfo
Get the link info.
getArrayCount(Object) - Method in class jadex.xml.reader.AReadContext
Get the current array counter.
getAttributeCount() - Method in interface jadex.xml.reader.IXMLReader
 
getAttributeCount() - Method in class jadex.xml.stax.StaxReaderWrapper
 
getAttributeIdentifier() - Method in class jadex.xml.AttributeInfo
Get the attributeidentifier.
getAttributeInfo(Object) - Method in class jadex.xml.TypeInfo
Get the attribute info.
getAttributeInfos() - Method in class jadex.xml.MappingInfo
Get the attributeinfos.
getAttributeInfos() - Method in class jadex.xml.TypeInfo
Get the attribute infos.
getAttributeLocalName(int) - Method in interface jadex.xml.reader.IXMLReader
 
getAttributeLocalName(int) - Method in class jadex.xml.stax.StaxReaderWrapper
 
getAttributeNamespace(int) - Method in interface jadex.xml.reader.IXMLReader
 
getAttributeNamespace(int) - Method in class jadex.xml.stax.StaxReaderWrapper
 
getAttributePrefix(int) - Method in interface jadex.xml.reader.IXMLReader
 
getAttributePrefix(int) - Method in class jadex.xml.stax.StaxReaderWrapper
 
getAttributes() - Method in interface jadex.xml.reader.IXMLReader
Returns the attributes.
getAttributes() - Method in class jadex.xml.stax.StaxReaderWrapper
Returns the attributes.
getAttributes() - Method in class jadex.xml.writer.WriteObjectInfo
Get the attributes.
getAttributeValue(int) - Method in interface jadex.xml.reader.IXMLReader
 
getAttributeValue(int) - Method in class jadex.xml.stax.StaxReaderWrapper
 
getCharacterOffset() - Method in interface jadex.xml.stax.ILocation
Return the byte or character offset into the input source this location is pointing to.
getCharacterOffset() - Method in class jadex.xml.stax.JadexLocationWrapper
Return the byte or character offset into the input source this location is pointing to.
getCharacterOffset() - Method in class jadex.xml.stax.Location
Return the byte or character offset into the input source this location is pointing to.
getCharacterOffset() - Method in class jadex.xml.stax.StaxLocationWrapper
Return the byte or character offset into the input source this location is pointing to.
getChild() - Method in class jadex.xml.reader.LinkData
Get the child.
getChildren(Object) - Method in class jadex.xml.reader.AReadContext
Get children.
getClassLoader() - Method in interface jadex.xml.IContext
Get the classloader.
getClassLoader() - Method in class jadex.xml.reader.AReadContext
Get the classloader.
getClassLoader() - Method in class jadex.xml.writer.AWriteContext
Get the classloader.
getClosedTag() - Method in interface jadex.xml.reader.IXMLReader
Get the XML tag struct of the last closed tag.
getClosedTag() - Method in class jadex.xml.stax.StaxReaderWrapper
Get the XML tag struct of the last closed tag.
getColumnNumber() - Method in interface jadex.xml.stax.ILocation
Return the column number where the current event ends, returns -1 if none is available.
getColumnNumber() - Method in class jadex.xml.stax.JadexLocationWrapper
Return the column number where the current event ends, returns -1 if none is available.
getColumnNumber() - Method in class jadex.xml.stax.Location
Return the column number where the current event ends, returns -1 if none is available.
getColumnNumber() - Method in class jadex.xml.stax.StaxLocationWrapper
Return the column number where the current event ends, returns -1 if none is available.
getComment() - Method in class jadex.xml.reader.AReadContext
Get the comment.
getComment() - Method in class jadex.xml.writer.WriteObjectInfo
Get the comment.
getCommentInfo() - Method in class jadex.xml.MappingInfo
Get the commentinfo.
getCommentInfo() - Method in class jadex.xml.TypeInfo
Get the comment info.
getContent() - Method in class jadex.xml.StackElement
Get the content (if any).
getContent() - Method in class jadex.xml.writer.WriteObjectInfo
Get the content.
getContentInfo() - Method in class jadex.xml.MappingInfo
Get the contentinfo.
getContentInfo() - Method in class jadex.xml.TypeInfo
Get the content info.
getConverter() - Method in class jadex.xml.AttributeInfo
Get the attribute converter.
getConverter() - Method in class jadex.xml.SubobjectInfo
Get the converter.
getCorrectAnonymousInnerClass(Class<?>, Map<String, String>, ClassLoader) - Method in class jadex.xml.bean.BeanObjectReaderHandler
Bug with Java compilers that enumerate anonymous inner classes as they like.
getDeclaredAttributeInfos() - Method in class jadex.xml.TypeInfo
Get the declared attribute infos.
getDeclaredSubobjectInfos() - Method in class jadex.xml.TypeInfo
Get the declared subobject infos.
getDefaultHandler() - Method in class jadex.xml.reader.AReadContext
Get the defaulthandler.
getDefaultValue() - Method in class jadex.xml.AccessInfo
Get the defaultvalue.
getDefaultValue(Object) - Method in class jadex.xml.writer.AbstractObjectWriterHandler
Get the default value.
getEventType() - Method in interface jadex.xml.reader.IXMLReader
Gets the XML event type.
getEventType() - Method in class jadex.xml.stax.StaxReaderWrapper
Gets the XML event type.
getExtraInfo() - Method in class jadex.xml.AccessInfo
Get the extrainfo.
getFetchHelp() - Method in class jadex.xml.bean.BeanAccessInfo
Get the fetchhelp.
getFilter() - Method in class jadex.xml.AbstractInfo
Get the filter.
getFilter() - Method in class jadex.xml.XMLInfo
Get the filter.
getFlattening() - Method in class jadex.xml.SubobjectInfo
Get the flattening.
getHandler() - Method in class jadex.xml.writer.AWriteContext
Get the handler.
getId() - Method in class jadex.xml.AbstractInfo
Get the id.
getId() - Method in class jadex.xml.AttributeInfo
Get the id.
getId() - Method in class jadex.xml.writer.AWriteContext
Get the id.
getIncludeFields() - Method in class jadex.xml.MappingInfo
Get the includefields.
getIncludeMethods() - Method in class jadex.xml.MappingInfo
Get the includemethods.
getInstance() - Static method in class jadex.xml.reader.XMLReaderFactory
Returns the instance of this factory.
getInstance() - Static method in class jadex.xml.writer.XMLWriterFactory
Returns the instance of this factory.
getKey() - Method in class jadex.xml.bean.MapEntry
Get the key.
getKeyHelp() - Method in class jadex.xml.bean.BeanAccessInfo
Get the keyhelp.
getLineNumber() - Method in interface jadex.xml.stax.ILocation
Return the line number where the current event ends, returns -1 if none is available.
getLineNumber() - Method in class jadex.xml.stax.JadexLocationWrapper
Return the line number where the current event ends, returns -1 if none is available.
getLineNumber() - Method in class jadex.xml.stax.Location
Return the line number where the current event ends, returns -1 if none is available.
getLineNumber() - Method in class jadex.xml.stax.StaxLocationWrapper
Return the line number where the current event ends, returns -1 if none is available.
getLinker() - Method in class jadex.xml.LinkingInfo
Get the linker.
getLinker() - Method in class jadex.xml.TypeInfo
Get the linker.
getLinkinfo() - Method in class jadex.xml.reader.LinkData
Get the linkinfo.
getLinkInfo() - Method in class jadex.xml.TypeInfo
Get the linkinfo.
getLocalName() - Method in interface jadex.xml.reader.IXMLReader
 
getLocalName() - Method in class jadex.xml.stax.StaxReaderWrapper
 
getLocalPart() - Method in class jadex.xml.stax.QName
Gets the Local part for this QName.
getLocalPart() - Method in class jadex.xml.stax.XmlTag
Returns the local part of the element.
getLocation() - Method in class jadex.xml.reader.AReadContext
 
getLocation() - Method in interface jadex.xml.reader.IXMLReader
Returns the current parser location.
getLocation() - Method in class jadex.xml.StackElement
Get the location.
getLocation() - Method in class jadex.xml.stax.StaxReaderWrapper
Returns the current parser location.
getMapName() - Method in class jadex.xml.bean.BeanAccessInfo
Set the map name.
getMappingInfo() - Method in class jadex.xml.TypeInfo
Get the mapping info.
getName() - Method in interface jadex.xml.reader.IXMLReader
 
getName() - Method in class jadex.xml.stax.StaxReaderWrapper
 
getNamespace() - Method in class jadex.xml.stax.XmlTag
Returns the namespace URI of the current element.
getNamespace(String) - Method in class jadex.xml.writer.AWriteContext
Get or create a namespace.
getNamespaceURI() - Method in class jadex.xml.stax.QName
Gets the Namespace URI for this QName.
getObject() - Method in class jadex.xml.StackElement
Get the object.
getObjectHandler() - Static method in class jadex.xml.bean.JavaReader
Get the default Java reader.
getObjectHandler() - Static method in class jadex.xml.bean.JavaWriter
Get the default Java reader.
getObjectIdentifier() - Method in class jadex.xml.AccessInfo
Get the objectidentifier.
getObjectInfo() - Method in class jadex.xml.SubobjectInfo
Get the objectinfo.
getObjectInfo() - Method in class jadex.xml.TypeInfo
Get the objectinfo.
getObjectReaderHandler() - Static method in class jadex.xml.PropertiesXMLHelper
Get the default Java reader.
getObjectType(Object, AReadContext) - Method in class jadex.xml.bean.BeanObjectReaderHandler
Get the object type
getObjectType(Object, IContext) - Method in class jadex.xml.bean.BeanObjectWriterHandler
Get the object type
getObjectType(Object, IContext) - Method in class jadex.xml.writer.AbstractObjectWriterHandler
Get the object type
getObjectWriteInfo(Object, TypeInfo, IContext) - Method in class jadex.xml.writer.AbstractObjectWriterHandler
Get write info for an object.
getObjectWriteInfo(Object, TypeInfo, IContext) - Method in interface jadex.xml.writer.IObjectWriterHandler
Get all subobjects of an object.
getObjectWriterHandler() - Static method in class jadex.xml.PropertiesXMLHelper
Get the default Java writer.
getOrCreateChild(TreeNode, QName, boolean) - Method in class jadex.xml.writer.WriteObjectInfo
Get or create a tree child.
getParser() - Method in class jadex.xml.reader.AReadContext
Get the parser.
getPass() - Method in interface jadex.xml.IPostProcessor
Get the pass number.
getPathManager() - Static method in class jadex.xml.bean.JavaReader
Get the default Java reader.
getPathManager() - Static method in class jadex.xml.PropertiesXMLHelper
Get the default Java reader.
getPathManager() - Method in class jadex.xml.reader.AReadContext
Get the pathManager.
getPathname() - Method in class jadex.xml.reader.LinkData
Get the pathname.
getPostProcessor() - Method in class jadex.xml.ObjectInfo
Get the postproc.
getPostProcessor() - Method in class jadex.xml.TypeInfo
Get the post-processor.
getPostProcessors(Object, Object) - Method in class jadex.xml.bean.BeanObjectReaderHandler
Get the post-processor.
getPostProcessors() - Method in class jadex.xml.reader.AReadContext
Get the postprocessors.
getPostProcessors(Object, Object) - Method in interface jadex.xml.reader.IObjectReaderHandler
Get the post-processor.
getPreferTags() - Method in class jadex.xml.MappingInfo
Get the prefertags.
getPrefix() - Method in class jadex.xml.Namespace
Get the prefix.
getPrefix() - Method in class jadex.xml.stax.QName
Gets the prefix for this QName.
getPreProcessor() - Method in class jadex.xml.TypeInfo
Get the pre-processor.
getPreProcessor() - Method in class jadex.xml.XMLInfo
Get the preprocessor.
getPreProcessors(Object, Object) - Method in class jadex.xml.bean.BeanObjectWriterHandler
Get the pre-processor.
getPreProcessors(Object, Object) - Method in class jadex.xml.writer.AbstractObjectWriterHandler
Get the pre-processors.
getPreProcessors() - Method in class jadex.xml.writer.AWriteContext
Get the preprocessors.
getPreProcessors(Object, Object) - Method in interface jadex.xml.writer.IObjectWriterHandler
Get the pre-processor.
getProperties(Object, IContext, boolean, boolean) - Method in class jadex.xml.bean.BeanObjectWriterHandler
Get the properties of an object.
getProperties(Object, IContext, boolean, boolean) - Method in class jadex.xml.writer.AbstractObjectWriterHandler
Get the properties of an object.
getProperty(Object) - Method in class jadex.xml.bean.BeanObjectWriterHandler
Get the property.
getProperty(Object) - Method in class jadex.xml.writer.AbstractObjectWriterHandler
Get the property.
getPropertyName(Object) - Method in class jadex.xml.bean.BeanObjectWriterHandler
Get the name of a property.
getPropertyName(Object) - Method in class jadex.xml.writer.AbstractObjectWriterHandler
Get the name of a property.
getPublicId() - Method in interface jadex.xml.stax.ILocation
Returns the public ID of the XML
getPublicId() - Method in class jadex.xml.stax.JadexLocationWrapper
Returns the public ID of the XML
getPublicId() - Method in class jadex.xml.stax.Location
Returns the public ID of the XML
getPublicId() - Method in class jadex.xml.stax.StaxLocationWrapper
Returns the public ID of the XML
getRawAttributes() - Method in class jadex.xml.StackElement
Get the raw attributes.
getReaderHandler() - Method in class jadex.xml.StackElement
Get the current reader handler.
getReaderHandler() - Method in class jadex.xml.TypeInfo
Get the reader handler associated to the object type (if any).
getReaderTypeInfos() - Static method in class jadex.xml.bean.STypeInfosAWT
 
getReadIgnore() - Method in class jadex.xml.reader.AReadContext
Get the readignore.
getReadObjects() - Method in class jadex.xml.reader.AReadContext
Get the readobjects.
getReporter() - Method in class jadex.xml.reader.AReadContext
Get the reporter.
getRootObject() - Method in interface jadex.xml.IContext
Get the root object.
getRootObject() - Method in class jadex.xml.reader.AReadContext
Get the root object.
getRootObject() - Method in class jadex.xml.writer.AWriteContext
Get the root object.
getStack() - Method in class jadex.xml.reader.AReadContext
 
getStack() - Method in class jadex.xml.writer.AWriteContext
Get the stack.
getStackElement(int) - Method in class jadex.xml.reader.AReadContext
Get stack element.
getStackSize() - Method in class jadex.xml.reader.AReadContext
 
getStoreHelp() - Method in class jadex.xml.bean.BeanAccessInfo
Get the storehelp.
getSubobjectInfoRead(QName, QName[], TypeInfo, Map<String, String>) - Static method in class jadex.xml.reader.AReader
Get a subobject info for reading.
getSubobjectInfoRead(QName, QName[], Map<String, String>) - Method in class jadex.xml.TypeInfo
Get the most specific subobject info.
getSubobjectInfos() - Method in class jadex.xml.MappingInfo
Get the subobjectinfos.
getSubobjectInfos() - Method in class jadex.xml.TypeInfo
Get the subobject infos.
getSubobjectInfoWrite(Object) - Method in class jadex.xml.TypeInfo
Get the subobject infos.
getSubobjects() - Method in class jadex.xml.writer.WriteObjectInfo
Get the subobjects.
getSupertype() - Method in class jadex.xml.MappingInfo
Get the supertype.
getSupertype() - Method in class jadex.xml.TypeInfo
Get the supertype.
getSystemId() - Method in interface jadex.xml.stax.ILocation
Returns the system ID of the XML
getSystemId() - Method in class jadex.xml.stax.JadexLocationWrapper
Returns the system ID of the XML
getSystemId() - Method in class jadex.xml.stax.Location
Returns the system ID of the XML
getSystemId() - Method in class jadex.xml.stax.StaxLocationWrapper
Returns the system ID of the XML
getTag() - Method in class jadex.xml.StackElement
Get the tag.
getTagName(Object, IContext) - Method in class jadex.xml.bean.BeanObjectWriterHandler
Get the tag name for an object.
getTagName(Object, IContext) - Method in interface jadex.xml.writer.IObjectWriterHandler
Get the tag name for an object.
getTagWithPrefix(QName, IContext) - Method in class jadex.xml.bean.BeanObjectWriterHandler
Get the tag with namespace.
getTagWithPrefix(QName, IContext) - Method in interface jadex.xml.writer.IObjectWriterHandler
Get the tag with namespace.
getText() - Method in interface jadex.xml.reader.IXMLReader
Get the text for the element.
getText() - Method in class jadex.xml.stax.StaxReaderWrapper
Get the text for the element.
getTopStackElement() - Method in class jadex.xml.reader.AReadContext
Get the top stack element.
getTypeInfo(Object, QName[], AReadContext) - Method in class jadex.xml.bean.BeanObjectReaderHandler
Get the most specific mapping info.
getTypeInfo(Object, QName[], IContext) - Method in class jadex.xml.bean.BeanObjectWriterHandler
Get the most specific mapping info.
getTypeInfo() - Method in class jadex.xml.ObjectInfo
Get the typeinfo.
getTypeInfo(Object, QName[], AReadContext) - Method in interface jadex.xml.reader.IObjectReaderHandler
Get the most specific mapping info.
getTypeInfo() - Method in class jadex.xml.StackElement
Get the typeinfo.
getTypeInfo() - Method in class jadex.xml.TypeInfo
Get the type info.
getTypeInfo(QName, QName[], Map<String, String>) - Method in class jadex.xml.TypeInfoPathManager
Get the most specific mapping info.
getTypeInfo(Object, QName[]) - Method in class jadex.xml.TypeInfoTypeManager
Get the most specific mapping info.
getTypeInfo(Object, QName[], IContext) - Method in class jadex.xml.writer.AbstractObjectWriterHandler
Get the most specific mapping info.
getTypeInfo(Object, QName[], IContext) - Method in interface jadex.xml.writer.IObjectWriterHandler
Get the most specific mapping info.
getTypeInfoManager() - Method in class jadex.xml.writer.AbstractObjectWriterHandler
Get the titmanager.
getTypeInfos() - Static method in class jadex.xml.bean.JavaReader
Get the java type infos.
getTypeInfos() - Static method in class jadex.xml.bean.JavaWriter
Get the java type infos.
getTypeInfosByType(Object) - Method in class jadex.xml.TypeInfoTypeManager
Get the most specific mapping info.
getURI() - Method in class jadex.xml.Namespace
Get the uri.
getUserContext() - Method in interface jadex.xml.IContext
Get the usercontext.
getUserContext() - Method in class jadex.xml.reader.AReadContext
Get the callcontext.
getUserContext() - Method in class jadex.xml.writer.AWriteContext
Get the callcontext.
getValue(Object, Object, IContext, Object) - Method in class jadex.xml.bean.BeanObjectWriterHandler
Get a value from an object.
getValue() - Method in class jadex.xml.bean.MapEntry
Get the value.
getValue(Object, Object, IContext, Object) - Method in class jadex.xml.writer.AbstractObjectWriterHandler
Get a value from an object.
getWriter() - Method in class jadex.xml.writer.AWriteContext
Get the writer.
getWriter(AWriteContext) - Static method in class jadex.xml.writer.Writer
 
getWriterTypeInfos() - Static method in class jadex.xml.bean.STypeInfosAWT
 
getWrittenObjects() - Method in class jadex.xml.writer.AWriteContext
Get the writtenobs.
getXMLAttributeNames() - Method in class jadex.xml.AttributeInfo
Get the attribute name as path.
getXMLAttributeNames() - Method in class jadex.xml.TypeInfo
Get the xml attribute names.
getXMLClassnameAnnotation(Class) - Static method in class jadex.xml.SXML
Get the xmlclassname annotation.
getXMLInfo() - Method in class jadex.xml.AbstractInfo
Get the xmlinfo.
getXmlObjectName() - Method in class jadex.xml.AccessInfo
Get the xmlobjectname.
getXmlObjectNames() - Method in class jadex.xml.AccessInfo
Get the xmlobjectnames.
getXMLPath() - Method in class jadex.xml.AbstractInfo
Get the xmlpath
getXMLPath(QName) - Method in class jadex.xml.reader.AReadContext
Get the xml path for a stack.
getXMLPath() - Method in class jadex.xml.reader.AReadContext
Get the xml path for a stack.
getXMLPath(List<StackElement>) - Method in class jadex.xml.writer.Writer
Get the xml path for a stack.
getXMLPath() - Method in class jadex.xml.XMLInfo
Get the xmlpath.
getXMLPathDepth() - Method in class jadex.xml.AbstractInfo
Get the path depth.
getXMLPathElements() - Method in class jadex.xml.AbstractInfo
Get the xmlpath as string array.
getXMLPathElements() - Method in class jadex.xml.XMLInfo
Get the xmlpathelements.
getXMLPathElementsWithoutElement() - Method in class jadex.xml.AbstractInfo
Get the xml path without element.
getXMLTag() - Method in class jadex.xml.AbstractInfo
Get the xml tag
getXmlTag() - Method in interface jadex.xml.reader.IXMLReader
Get the XML tag struct.
getXmlTag() - Method in class jadex.xml.stax.StaxReaderWrapper
Get the XML tag struct.
getXmlTagStack() - Method in interface jadex.xml.reader.IXMLReader
Get the XML tag stack.
getXmlTagStack() - Method in class jadex.xml.stax.StaxReaderWrapper
Get the XML tag stack.

H

handleAttributeValue(Object, QName, List<QName>, String, Object, AReadContext) - Method in class jadex.xml.bean.BeanObjectReaderHandler
Handle the attribute of an object.
handleAttributeValue(Object, QName, List<QName>, String, Object, AReadContext) - Method in interface jadex.xml.reader.IObjectReaderHandler
Handle the attribute of an object.
handleBulkLinking(List<Object>, Object, AReadContext, QName[], List<LinkData>, int) - Method in class jadex.xml.bean.BeanObjectReaderHandler
Initiate the bulk link calls.
handleComment(AReadContext) - Method in class jadex.xml.reader.AReader
Handle the comment.
handleContent(AReadContext) - Method in class jadex.xml.reader.AReader
Handle the content.
handleEndElement(AReadContext) - Method in class jadex.xml.reader.AReader
Handle the end element.
handler - Static variable in class jadex.xml.bean.JavaReader
The type manager.
handler - Static variable in class jadex.xml.bean.JavaWriter
The object handler.
handler - Variable in class jadex.xml.writer.AWriteContext
The handler.
handleStartElement(AReadContext) - Method in class jadex.xml.reader.AReader
Handle the start element.
hashCode() - Method in class jadex.xml.StackElement
Get the hash code.
hashCode() - Method in class jadex.xml.stax.QName
Returns a hash code value for this QName object.
hasNext() - Method in interface jadex.xml.reader.IXMLReader
Returns if the reader has more events.
hasNext() - Method in class jadex.xml.stax.StaxReaderWrapper
Returns if the reader has more events.

I

IAttributeConverter - Interface in jadex.xml
Converter interface for attributes.
IBeanObjectCreator - Interface in jadex.xml.bean
Interface for creator objects that can create different kinds of objects according to the xml attributes.
IBulkObjectLinker - Interface in jadex.xml.reader
Interface for bulk linker.
IContext - Interface in jadex.xml
Common interface for read and write contexts.
id - Variable in class jadex.xml.AbstractInfo
The info id.
ID - Static variable in class jadex.xml.AttributeInfo
The value of this attribute is used as id.
id - Variable in class jadex.xml.AttributeInfo
Is this attribute used as id or idref.
ID - Static variable in class jadex.xml.SXML
The ID attribute constant.
id - Variable in class jadex.xml.writer.AWriteContext
The id counter.
idcnt - Static variable in class jadex.xml.AbstractInfo
The id cnt.
IDREF - Static variable in class jadex.xml.AttributeInfo
The value of this attribute is used as idref.
IDREF - Static variable in class jadex.xml.SXML
The IDREF attribute constant.
ignore - Variable in class jadex.xml.AccessInfo
The ignore property.
IGNORE_READ - Static variable in class jadex.xml.AccessInfo
Ignore when reading.
IGNORE_READWRITE - Static variable in class jadex.xml.AccessInfo
Ignore when reading and writing.
IGNORE_WRITE - Static variable in class jadex.xml.AccessInfo
Ignore when writing.
ILocation - Interface in jadex.xml.stax
StaX API: Location
includefields - Variable in class jadex.xml.MappingInfo
The include fields flag.
includemethods - Variable in class jadex.xml.MappingInfo
The include methods flag.
indent - Variable in class jadex.xml.writer.Writer
Control flag for generating indention.
introspector - Variable in class jadex.xml.bean.BeanObjectReaderHandler
The bean introspector.
introspector - Variable in class jadex.xml.bean.BeanObjectWriterHandler
The bean introspector (also scans for public fields).
invokeBulkSetMethod(String[], String, List<Object>, Object, AReadContext, Object, String) - Method in class jadex.xml.bean.BeanObjectReaderHandler
Set a value directly on a Java bean.
invokeSetMethod(String[], String, Object, Object, AReadContext, Object, String) - Method in class jadex.xml.bean.BeanObjectReaderHandler
Set a value directly on a Java bean.
IObjectLinker - Interface in jadex.xml.reader
Interface for sequential linker.
IObjectObjectConverter - Interface in jadex.xml
Interface for converters that convert an object to another object.
IObjectReaderHandler - Interface in jadex.xml.reader
Interface for object reader handler.
IObjectWriterHandler - Interface in jadex.xml.writer
Interface for an object writer handler.
IPostProcessor - Interface in jadex.xml
Post-processes objects after an XML has been loaded.
IPostProcessorCall - Interface in jadex.xml.reader
Interface used to schedule post processor calls.
IPreProcessor - Interface in jadex.xml
Pre-processes objects before writing them to XML.
IReturnValueCommand - Interface in jadex.xml
Interface for a command with return value.
isBasicType(Object, Object) - Method in class jadex.xml.bean.BeanObjectWriterHandler
Test if a value is a basic type.
isBasicType(Object, Object) - Method in class jadex.xml.writer.AbstractObjectWriterHandler
Test is a value is a basic type (and can be mapped to an attribute).
isBulkLink() - Method in class jadex.xml.LinkingInfo
Get the bulklink.
isBulkLink() - Method in class jadex.xml.TypeInfo
Test if the object should be bulk linked.
isCorrectAnonymousInnerClass(Class<?>, Map<String, String>) - Method in class jadex.xml.bean.BeanObjectReaderHandler
Test if a class is the correct inner class.
isCreateFromTag() - Method in class jadex.xml.TypeInfo
Test if object should be created from tag name.
isCreateFromTag() - Method in class jadex.xml.XMLInfo
Get the createfromtag.
isDecodableToSameType(Object, Object, IContext) - Method in class jadex.xml.bean.BeanObjectWriterHandler
Test if a value is decodable to the same type.
isDecodableToSameType(Object, Object, IContext) - Method in class jadex.xml.writer.AbstractObjectWriterHandler
Test if a value is decodable to the same type.
isIgnoreRead() - Method in class jadex.xml.AccessInfo
Is ignore read.
isIgnoreRead() - Method in class jadex.xml.AttributeInfo
Is ignore read.
isIgnoreWrite() - Method in class jadex.xml.AccessInfo
Is ignore write.
isIgnoreWrite() - Method in class jadex.xml.AttributeInfo
Is ignore write.
isIncludeFields() - Method in class jadex.xml.TypeInfo
Get the includefields.
isIncludeMethods() - Method in class jadex.xml.TypeInfo
Get the includemethods.
isKeyFromParent() - Method in class jadex.xml.bean.BeanAccessInfo
Get the keyfromparent.
isMulti() - Method in class jadex.xml.SubobjectInfo
Test if it is a multi subobject.
isTypeCompatible(Object, ObjectInfo, IContext) - Method in class jadex.xml.bean.BeanObjectWriterHandler
Test if a value is compatible with the defined typeinfo.
isTypeCompatible(Object, ObjectInfo, IContext) - Method in class jadex.xml.writer.AbstractObjectWriterHandler
Test if a value is compatible with the defined typeinfo.
ISubObjectConverter - Interface in jadex.xml
Converter for subobjects.
IXMLReader - Interface in jadex.xml.reader
 

J

jadex.xml - package jadex.xml
 
jadex.xml.bean - package jadex.xml.bean
 
jadex.xml.reader - package jadex.xml.reader
 
jadex.xml.stax - package jadex.xml.stax
 
jadex.xml.writer - package jadex.xml.writer
 
JadexLocationWrapper - Class in jadex.xml.stax
Wraps a jadex.xml.ILocation Object to provide the javax.xml.stream.Location API.
JadexLocationWrapper(ILocation) - Constructor for class jadex.xml.stax.JadexLocationWrapper
Constructor
JadexXMLReporterWrapper - Class in jadex.xml.stax
Wraps a jadex.xml.stax.XMLReporter Object to provide the javax.xml.stream.XMLReporter API.
JadexXMLReporterWrapper(XMLReporter) - Constructor for class jadex.xml.stax.JadexXMLReporterWrapper
Constructor
JavaReader - Class in jadex.xml.bean
Java specific reader that supports collection classes and arrays.
JavaReader() - Constructor for class jadex.xml.bean.JavaReader
 
JavaWriter - Class in jadex.xml.bean
Java specific reader that supports collection classes and arrays.
JavaWriter() - Constructor for class jadex.xml.bean.JavaWriter
Create a new reader.
joinTypeInfos(Set<TypeInfo>) - Static method in class jadex.xml.bean.JavaReader
Join sets of typeinfos.
joinTypeInfos(Set) - Static method in class jadex.xml.bean.JavaWriter
Join sets of typeinfos.

K

key - Variable in class jadex.xml.bean.MapEntry
The key attributes .
keyfromparent - Variable in class jadex.xml.bean.BeanAccessInfo
The key source.
keyhelp - Variable in class jadex.xml.bean.BeanAccessInfo
The getter method for getting the key for a map access (if not supplied the xmlname will be used).

L

lf - Static variable in class jadex.xml.SXML
The linefeed separator.
LinkData - Class in jadex.xml.reader
Data for linking two objects.
LinkData(Object, Object, QName[]) - Constructor for class jadex.xml.reader.LinkData
Create a new link data.
linker - Variable in class jadex.xml.LinkingInfo
The linker.
linkinfo - Variable in class jadex.xml.reader.LinkData
The linkinfo.
linkinfo - Variable in class jadex.xml.TypeInfo
The link info .
LinkingInfo - Class in jadex.xml
The link info stores how parent - child(ren) should be composed.
LinkingInfo(boolean) - Constructor for class jadex.xml.LinkingInfo
Create a new linking info.
LinkingInfo(Object) - Constructor for class jadex.xml.LinkingInfo
Create a new linking info.
LinkingInfo(Object, boolean) - Constructor for class jadex.xml.LinkingInfo
Create a new linking info.
linkObject(Object, Object, Object, QName[], AReadContext) - Method in class jadex.xml.bean.BeanObjectReaderHandler
Link an object to its parent.
linkObject(Object, Object, Object, QName[], AReadContext) - Method in interface jadex.xml.reader.IObjectLinker
Link an object to its parent.
localpart - Variable in class jadex.xml.stax.XmlTag
The local part.
location - Variable in class jadex.xml.StackElement
The location of the start tag.
Location - Class in jadex.xml.stax
StaX API: Location
Location(int, int, int, String, String) - Constructor for class jadex.xml.stax.Location
 

M

MapEntry - Class in jadex.xml.bean
Replacement for HashMap.Entry which is not public accessible.
MapEntry() - Constructor for class jadex.xml.bean.MapEntry
 
mapinfo - Variable in class jadex.xml.TypeInfo
The map info contains all mapping relevant data, e.g.
mapname - Variable in class jadex.xml.bean.BeanAccessInfo
The map name (if it should be put in map).
MappingInfo - Class in jadex.xml
The mapping info stores all for for mapping between the different elements of an object, i.e.
MappingInfo(Boolean, Boolean) - Constructor for class jadex.xml.MappingInfo
Create a new mapping info.
MappingInfo(Boolean, Boolean, Boolean) - Constructor for class jadex.xml.MappingInfo
Create a new mapping info.
MappingInfo(TypeInfo) - Constructor for class jadex.xml.MappingInfo
Create a new mapping info.
MappingInfo(TypeInfo, AttributeInfo[]) - Constructor for class jadex.xml.MappingInfo
Create a new mapping info.
MappingInfo(TypeInfo, SubobjectInfo[]) - Constructor for class jadex.xml.MappingInfo
Create a new mapping info.
MappingInfo(TypeInfo, Object, Object) - Constructor for class jadex.xml.MappingInfo
Create a new mapping info.
MappingInfo(TypeInfo, AttributeInfo[], SubobjectInfo[]) - Constructor for class jadex.xml.MappingInfo
Create a new mapping info.
MappingInfo(TypeInfo, Object, Object, AttributeInfo[]) - Constructor for class jadex.xml.MappingInfo
Create a new mapping info.
MappingInfo(TypeInfo, Object, Object, AttributeInfo[], SubobjectInfo[]) - Constructor for class jadex.xml.MappingInfo
Create a new mapping info.
MappingInfo(TypeInfo, Object, Object, AttributeInfo[], SubobjectInfo[], Boolean, Boolean, Boolean) - Constructor for class jadex.xml.MappingInfo
Create a new mapping info.
multi - Variable in class jadex.xml.SubobjectInfo
The multiplicity.

N

Namespace - Class in jadex.xml
Namespace definition.
Namespace(String, String) - Constructor for class jadex.xml.Namespace
Create the namespace.
namespacebypackage - Variable in class jadex.xml.writer.AWriteContext
The namespaces.
namespaceuri - Variable in class jadex.xml.stax.XmlTag
The name space URI.
newline - Variable in class jadex.xml.writer.Writer
Control flag for generating newlines.
next() - Method in interface jadex.xml.reader.IXMLReader
Selects the next event.
next() - Method in class jadex.xml.stax.StaxReaderWrapper
Selects the next event.
no_typeinfos - Variable in class jadex.xml.bean.BeanObjectReaderHandler
No type infos.
no_typeinfos - Variable in class jadex.xml.bean.BeanObjectWriterHandler
No type infos.
nscnt - Variable in class jadex.xml.writer.AWriteContext
 
NULL - Static variable in class jadex.xml.reader.AReader
The null object.
NULL - Static variable in class jadex.xml.SXML
The null tag.

O

object - Variable in class jadex.xml.StackElement
The created object.
objectFromByteArray(byte[], ClassLoader, IErrorReporter) - Static method in class jadex.xml.bean.JavaReader
Convert a byte array (of an xml) to an object.
objectFromByteArray(byte[], ClassLoader, TypeInfoPathManager, IObjectReaderHandler, IErrorReporter) - Static method in class jadex.xml.bean.JavaReader
Convert a byte array (of an xml) to an object.
objectFromByteArray(AReader, byte[], ClassLoader, TypeInfoPathManager, IObjectReaderHandler) - Static method in class jadex.xml.reader.AReader
 
objectFromByteArray(AReader, byte[], ClassLoader, Object, TypeInfoPathManager, IObjectReaderHandler) - Static method in class jadex.xml.reader.AReader
 
objectFromInputStream(InputStream, ClassLoader, IErrorReporter) - Static method in class jadex.xml.bean.JavaReader
Convert a byte array (of an xml) to an object.
objectFromInputStream(InputStream, ClassLoader, TypeInfoPathManager, IObjectReaderHandler, IErrorReporter) - Static method in class jadex.xml.bean.JavaReader
Convert a byte array (of an xml) to an object.
objectFromInputStream(AReader, InputStream, ClassLoader, TypeInfoPathManager, IObjectReaderHandler) - Static method in class jadex.xml.reader.AReader
 
objectFromInputStream(AReader, InputStream, ClassLoader, Object, TypeInfoPathManager, IObjectReaderHandler) - Static method in class jadex.xml.reader.AReader
 
objectFromXML(String, ClassLoader) - Static method in class jadex.xml.bean.JavaReader
Convert an xml to an object.
objectFromXML(String, ClassLoader, TypeInfoPathManager, IObjectReaderHandler) - Static method in class jadex.xml.bean.JavaReader
Convert an xml to an object.
objectFromXML(AReader, String, ClassLoader, TypeInfoPathManager, IObjectReaderHandler) - Static method in class jadex.xml.reader.AReader
 
objectFromXML(AReader, String, ClassLoader, Object, TypeInfoPathManager, IObjectReaderHandler) - Static method in class jadex.xml.reader.AReader
 
objectidentifier - Variable in class jadex.xml.AccessInfo
The object identifier.
ObjectInfo - Class in jadex.xml
Information about an object, esp.
ObjectInfo(Object) - Constructor for class jadex.xml.ObjectInfo
Create a new object info.
ObjectInfo(Object, IPostProcessor) - Constructor for class jadex.xml.ObjectInfo
Create a new object info.
objectinfo - Variable in class jadex.xml.SubobjectInfo
The object info (for writing).
objectinfo - Variable in class jadex.xml.TypeInfo
The object info for storing info about the object side, e.g.
objectToByteArray(Object, ClassLoader) - Static method in class jadex.xml.bean.JavaWriter
Convert to a byte array.
objectToByteArray(Object, ClassLoader, IObjectWriterHandler) - Static method in class jadex.xml.bean.JavaWriter
Convert to a byte array.
objectToByteArray(Object, String, ClassLoader, IObjectWriterHandler) - Static method in class jadex.xml.bean.JavaWriter
Convert to a byte array.
objectToByteArray(AWriter, Object, ClassLoader, IObjectWriterHandler) - Static method in class jadex.xml.writer.AWriter
Convert to a byte array.
objectToByteArray(AWriter, Object, ClassLoader, Object, IObjectWriterHandler) - Static method in class jadex.xml.writer.AWriter
Convert to a byte array.
objectToByteArray(AWriter, Object, String, ClassLoader, Object, IObjectWriterHandler) - Static method in class jadex.xml.writer.AWriter
Convert to a byte array.
objectToOutputStream(Object, OutputStream, ClassLoader) - Static method in class jadex.xml.bean.JavaWriter
Write to output stream.
objectToOutputStream(Object, OutputStream, ClassLoader, IObjectWriterHandler) - Static method in class jadex.xml.bean.JavaWriter
Write to output stream.
objectToOutputStream(AWriter, Object, OutputStream, ClassLoader, Object, IObjectWriterHandler) - Static method in class jadex.xml.writer.AWriter
Write to output stream.
objectToXML(Object, ClassLoader) - Static method in class jadex.xml.bean.JavaWriter
Convert to a string.
objectToXML(Object, ClassLoader, IObjectWriterHandler) - Static method in class jadex.xml.bean.JavaWriter
Convert to a string.
objectToXML(AWriter, Object, ClassLoader, IObjectWriterHandler) - Static method in class jadex.xml.writer.AWriter
Convert to a string.
objectToXML(AWriter, Object, ClassLoader, Object, IObjectWriterHandler) - Static method in class jadex.xml.writer.AWriter
Convert to a string.
osconv - Variable in class jadex.xml.AttributeConverter
The object string converter.

P

parser - Variable in class jadex.xml.reader.AReadContext
The parser.
parts - Variable in class jadex.xml.StackElement
Collecting content.
pathmanager - Static variable in class jadex.xml.bean.JavaReader
The path manager.
pathmanager - Static variable in class jadex.xml.PropertiesXMLHelper
The path manager.
pathmanager - Variable in class jadex.xml.reader.AReadContext
The type info path manager.
pathname - Variable in class jadex.xml.reader.LinkData
The pathname.
postproc - Variable in class jadex.xml.ObjectInfo
The post processor (if any).
postProcess(IContext, Object) - Method in interface jadex.xml.IPostProcessor
Post-process an object after an XML has been loaded.
postprocessors - Variable in class jadex.xml.bean.BeanObjectReaderHandler
The filter based post processors.
postprocessors - Variable in class jadex.xml.reader.AReadContext
The post processors.
prefertags - Variable in class jadex.xml.MappingInfo
The include fields flag.
prefertags - Variable in class jadex.xml.writer.AbstractObjectWriterHandler
Flag indicating if writing tags should be preferred wrt.
prefix - Variable in class jadex.xml.Namespace
The prefix.
preProcess(IContext, Object) - Method in interface jadex.xml.IPreProcessor
Pre-process an object after an XML has been loaded.
preprocessor - Variable in class jadex.xml.XMLInfo
The preprocessor.
preprocessors - Variable in class jadex.xml.bean.BeanObjectWriterHandler
The filter based post processors.
preprocessors - Variable in class jadex.xml.writer.AWriteContext
The pre processors.
PropertiesXMLHelper - Class in jadex.xml
A simple static helper class for reading and writing jadex.commons.Properties.
PropertiesXMLHelper() - Constructor for class jadex.xml.PropertiesXMLHelper
 
PROTOCOL_TYPEINFO - Static variable in class jadex.xml.SXML
The package protocol constant.

Q

QName - Class in jadex.xml.stax
StaX API: QName
QName(String) - Constructor for class jadex.xml.stax.QName
Constructor for the QName with just a local part.
QName(String, String) - Constructor for class jadex.xml.stax.QName
Constructor for the QName with a namespace URI and a local part.
QName(String, String, String) - Constructor for class jadex.xml.stax.QName
Constructor for the QName.

R

rawattrs - Variable in class jadex.xml.StackElement
The raw attributes.
rconv - Variable in class jadex.xml.SubObjectConverter
The object object read converter.
read(String, ClassLoader) - Static method in class jadex.xml.PropertiesXMLHelper
Convert an xml to an object.
read(InputStream, ClassLoader) - Static method in class jadex.xml.PropertiesXMLHelper
Convert an xml to an object.
read(TypeInfoPathManager, IObjectReaderHandler, Reader, ClassLoader, Object) - Method in class jadex.xml.reader.AReader
Read properties from xml.
read(TypeInfoPathManager, IObjectReaderHandler, InputStream, ClassLoader, Object) - Method in class jadex.xml.reader.AReader
Read properties from xml.
read(TypeInfoPathManager, IObjectReaderHandler, IXMLReader, ClassLoader, Object) - Method in class jadex.xml.reader.AReader
Read properties from xml.
READ_CONTEXT - Static variable in class jadex.xml.reader.AReader
This thread local variable provides access to the read context, e.g.
reader - Static variable in class jadex.xml.bean.JavaReader
The reader.
Reader - Class in jadex.xml.reader
Stax XML reader.
Reader() - Constructor for class jadex.xml.reader.Reader
Create a new reader.
Reader(boolean) - Constructor for class jadex.xml.reader.Reader
Create a new reader.
Reader(boolean, boolean, XMLReporter) - Constructor for class jadex.xml.reader.Reader
Create a new reader.
Reader(boolean, boolean, boolean, XMLReporter) - Constructor for class jadex.xml.reader.Reader
Create a new reader.
reader - Variable in class jadex.xml.stax.StaxReaderWrapper
The wrapped reader.
readerhandler - Static variable in class jadex.xml.PropertiesXMLHelper
The reader handler.
readerhandler - Variable in class jadex.xml.StackElement
The reader handler (if any).
readerhandler - Variable in class jadex.xml.TypeInfo
The reader handler (if any).
readignore - Variable in class jadex.xml.reader.AReadContext
The readignore counter (0=do not ignore).
readobjects - Variable in class jadex.xml.reader.AReadContext
The read objects per id.
removeChildren(Object) - Method in class jadex.xml.reader.AReadContext
Remove a child.
removePostProcessor(IFilter<Object>) - Method in class jadex.xml.bean.BeanObjectReaderHandler
Remove a post processor.
removePreProcessor(IFilter<Object>) - Method in class jadex.xml.bean.BeanObjectWriterHandler
Remove a pre processor.
removeStackElement() - Method in class jadex.xml.reader.AReadContext
 
report(String, String, Object, Location) - Method in class jadex.xml.stax.JadexXMLReporterWrapper
Report the desired message in an application specific format.
report(String, String, Object, ILocation) - Method in class jadex.xml.stax.StaxXMLReporterWrapper
Report the desired message in an application specific format.
report(String, String, Object, ILocation) - Method in interface jadex.xml.stax.XMLReporter
Report the desired message in an application specific format.
reporter - Variable in class jadex.xml.reader.AReadContext
The parser.
reporter - Variable in class jadex.xml.reader.AReader
 
rootobject - Variable in class jadex.xml.reader.AReadContext
The root object.
rootobject - Variable in class jadex.xml.writer.AWriteContext
The root object.

S

setBulkAttributeValues(Object, QName, Object, List<Object>, Object, String, AReadContext) - Method in class jadex.xml.bean.BeanObjectReaderHandler
Set an attribute value.
setBulkField(String, Object, List<Object>, Object, AReadContext, String) - Method in class jadex.xml.bean.BeanObjectReaderHandler
Directly access a field for setting the objects.
setCallContext(Object) - Method in class jadex.xml.reader.AReadContext
Set the callcontext.
setClassLoader(ClassLoader) - Method in class jadex.xml.reader.AReadContext
Set the classloader.
setClassLoader(ClassLoader) - Method in class jadex.xml.writer.AWriteContext
Set the classloader.
setComment(String) - Method in class jadex.xml.reader.AReadContext
Set the comment.
setComment(String) - Method in class jadex.xml.writer.WriteObjectInfo
Set the comment.
setContent(String) - Method in class jadex.xml.writer.WriteObjectInfo
Set the content.
setElementValue(Object, QName, Object, Object, Object, String, AReadContext) - Method in class jadex.xml.bean.BeanObjectReaderHandler
Set an attribute value.
setField(String, Object, Object, Object, AReadContext, String) - Method in class jadex.xml.bean.BeanObjectReaderHandler
Directly access a field for setting/(adding) the object.
setHandler(IObjectWriterHandler) - Method in class jadex.xml.writer.AWriteContext
Set the handler.
setId(int) - Method in class jadex.xml.writer.AWriteContext
Set the id.
setKey(Object) - Method in class jadex.xml.bean.MapEntry
Set the key.
setObject(Object) - Method in class jadex.xml.StackElement
Set the object.
setPostProcessors(MultiCollection<Integer, IPostProcessorCall>) - Method in class jadex.xml.reader.AReadContext
Set the postprocessors.
setPreProcessors(MultiCollection<Integer, IPreProcessor>) - Method in class jadex.xml.writer.AWriteContext
Set the preprocessors.
setReaderHandler(IObjectReaderHandler) - Method in class jadex.xml.TypeInfo
Set the reader handler associated to the object type (if any).
setReadIgnore(int) - Method in class jadex.xml.reader.AReadContext
Set the readignore.
setReadObjects(Map<String, Object>) - Method in class jadex.xml.reader.AReadContext
Set the readobjects.
setRootObject(Object) - Method in class jadex.xml.writer.AWriteContext
Set the root object.
setStack(List<StackElement>) - Method in class jadex.xml.writer.AWriteContext
Set the stack.
setStackElement(StackElement, int) - Method in class jadex.xml.reader.AReadContext
 
setTypeInfo(Object) - Method in class jadex.xml.ObjectInfo
Set the typeinfo.
setUserContext(Object) - Method in class jadex.xml.writer.AWriteContext
Set the callcontext.
setValue(Object) - Method in class jadex.xml.bean.MapEntry
Set the value.
setWriter(Object) - Method in class jadex.xml.writer.AWriteContext
Set the writer.
setWrittenObjects(Map<Object, Object>) - Method in class jadex.xml.writer.AWriteContext
Set the writtenobs.
setXMLPath(String) - Method in class jadex.xml.XMLInfo
Set the xmlpath.
setXMLPathElements(QName[]) - Method in class jadex.xml.XMLInfo
Set the xmlpathelements.
soconv - Variable in class jadex.xml.AttributeConverter
The string object converter.
SpecificityComparator() - Constructor for class jadex.xml.AbstractInfo.SpecificityComparator
 
stack - Variable in class jadex.xml.reader.AReadContext
The stack.
stack - Variable in class jadex.xml.writer.AWriteContext
The stack.
StackElement - Class in jadex.xml
A struct to represent an element on the stack while parsing.
StackElement(QName, Object) - Constructor for class jadex.xml.StackElement
Create a new stack element.
StackElement(IObjectReaderHandler, QName, Object) - Constructor for class jadex.xml.StackElement
Create a new stack element.
StackElement(IObjectReaderHandler, QName, Object, Map<String, String>) - Constructor for class jadex.xml.StackElement
Create a new stack element.
StackElement(IObjectReaderHandler, QName, Object, Map<String, String>, TypeInfo, ILocation) - Constructor for class jadex.xml.StackElement
Create a new stack element.
START_ELEMENT - Static variable in class jadex.xml.stax.XmlUtil
Indicates an event is a start element.
StaxLocationWrapper - Class in jadex.xml.stax
Wraps a javax.xml.stream.Location Object to provide the jadex.xml.stax.ILocation API.
StaxLocationWrapper(Location) - Constructor for class jadex.xml.stax.StaxLocationWrapper
Constructor.
StaxReaderWrapper - Class in jadex.xml.stax
Wrapper for the Java stax interface.
StaxReaderWrapper(InputStream) - Constructor for class jadex.xml.stax.StaxReaderWrapper
 
StaxReaderWrapper(XMLStreamReader) - Constructor for class jadex.xml.stax.StaxReaderWrapper
 
StaxXMLReporterWrapper - Class in jadex.xml.stax
Wraps a javax.xml.stream.XMLReporter Object to provide the jadex.xml.stax.XMLReporter API.
StaxXMLReporterWrapper(XMLReporter) - Constructor for class jadex.xml.stax.StaxXMLReporterWrapper
Constructor.
storehelp - Variable in class jadex.xml.bean.BeanAccessInfo
The field/method for the read process for writing a value in the read process.
STRING_MARKER - Static variable in class jadex.xml.reader.AReader
The string marker object.
STypeInfosAWT - Class in jadex.xml.bean
Provides static Methods for generating TypeInfos that depend on AWT Classes.
STypeInfosAWT() - Constructor for class jadex.xml.bean.STypeInfosAWT
 
SubObjectConverter - Class in jadex.xml
Converter for subobjects.
SubObjectConverter(IObjectObjectConverter, IObjectObjectConverter) - Constructor for class jadex.xml.SubObjectConverter
Create a new attribute converter.
SubobjectInfo - Class in jadex.xml
Info object for subobjects, i.e.
SubobjectInfo(XMLInfo, AccessInfo) - Constructor for class jadex.xml.SubobjectInfo
Create a new subobject info.
SubobjectInfo(XMLInfo, AccessInfo, ISubObjectConverter) - Constructor for class jadex.xml.SubobjectInfo
Create a new subobject info.
SubobjectInfo(XMLInfo, AccessInfo, ISubObjectConverter, boolean) - Constructor for class jadex.xml.SubobjectInfo
Create a new subobject info.
SubobjectInfo(XMLInfo, AccessInfo, ISubObjectConverter, boolean, ObjectInfo) - Constructor for class jadex.xml.SubobjectInfo
Create a new subobject info.
SubobjectInfo(XMLInfo, AccessInfo, ISubObjectConverter, boolean, ObjectInfo, Boolean) - Constructor for class jadex.xml.SubobjectInfo
Create a new subobject info.
SubobjectInfo(AccessInfo) - Constructor for class jadex.xml.SubobjectInfo
Create a new subobject info.
SubobjectInfo(AccessInfo, ISubObjectConverter) - Constructor for class jadex.xml.SubobjectInfo
Create a new subobject info.
SubobjectInfo(AccessInfo, ISubObjectConverter, boolean) - Constructor for class jadex.xml.SubobjectInfo
Create a new subobject info.
SubobjectInfo(AccessInfo, ISubObjectConverter, boolean, ObjectInfo) - Constructor for class jadex.xml.SubobjectInfo
Create a new subobject info.
SubobjectInfo(AccessInfo, ISubObjectConverter, boolean, ObjectInfo, Boolean) - Constructor for class jadex.xml.SubobjectInfo
Create a new subobject info.
subobjectinfos - Variable in class jadex.xml.MappingInfo
The subobject infos.
subobjectinfosread - Variable in class jadex.xml.TypeInfo
The sub objects (xmlpath -> subobject info).
subobjectinfoswrite - Variable in class jadex.xml.TypeInfo
The sub objects (non-xml name -> subobject info).
subobjects - Variable in class jadex.xml.writer.WriteObjectInfo
The subobjects tree.
supertype - Variable in class jadex.xml.MappingInfo
The supertype.
SXML - Class in jadex.xml
Constants for xml handling.
SXML() - Constructor for class jadex.xml.SXML
 

T

tag - Variable in class jadex.xml.StackElement
The xml tag.
tagstack - Variable in class jadex.xml.stax.StaxReaderWrapper
The current tag.
THIS - Static variable in class jadex.xml.AccessInfo
Constant for identifying this.
titmanager - Variable in class jadex.xml.bean.BeanObjectReaderHandler
The type info manager.
titmanager - Variable in class jadex.xml.writer.AbstractObjectWriterHandler
The type info manager.
toString() - Method in class jadex.xml.AbstractInfo
Get a string representation of this mapping.
toString() - Method in class jadex.xml.LinkingInfo
Get the string representation.
toString() - Method in class jadex.xml.MappingInfo
Get the string representation.
toString() - Method in class jadex.xml.reader.LinkData
Get the string representation.
toString() - Method in class jadex.xml.StackElement
Get the string representation.
toString() - Method in class jadex.xml.stax.QName
Returns a string representation of this QName.
toString() - Method in class jadex.xml.stax.XmlTag
Get a string representation.
TRANSPARENT_WHITE - Static variable in class jadex.xml.bean.STypeInfosAWT
 
typeinfo - Variable in class jadex.xml.ObjectInfo
The object type.
typeinfo - Variable in class jadex.xml.StackElement
The type info.
TypeInfo - Class in jadex.xml
Mapping from tag (or path fragment) to object.
TypeInfo(XMLInfo, ObjectInfo) - Constructor for class jadex.xml.TypeInfo
Create a new type info.
TypeInfo(XMLInfo, ObjectInfo, MappingInfo) - Constructor for class jadex.xml.TypeInfo
Create a new type info.
TypeInfo(XMLInfo, ObjectInfo, MappingInfo, LinkingInfo) - Constructor for class jadex.xml.TypeInfo
Create a new type info.
TypeInfo(XMLInfo, ObjectInfo, MappingInfo, LinkingInfo, IObjectReaderHandler) - Constructor for class jadex.xml.TypeInfo
Create a new type info.
TypeInfoPathManager - Class in jadex.xml
Type path info manager.
TypeInfoPathManager(Set) - Constructor for class jadex.xml.TypeInfoPathManager
Create a new manager.
typeinfos - Static variable in class jadex.xml.PropertiesXMLHelper
The type infos.
typeinfos - Variable in class jadex.xml.TypeInfoPathManager
The type mappings.
typeinfos - Variable in class jadex.xml.TypeInfoTypeManager
The type mappings.
TypeInfoTypeManager - Class in jadex.xml
The type info type manager organizes type infos via their objects types.
TypeInfoTypeManager(Set) - Constructor for class jadex.xml.TypeInfoTypeManager
Create a type info manager.

U

unescapeString(String) - Static method in class jadex.xml.stax.XmlUtil
Unescapes strings for xml.
uri - Variable in class jadex.xml.Namespace
The URI.
usercontext - Variable in class jadex.xml.writer.AWriteContext
The user context.

V

value - Variable in class jadex.xml.bean.MapEntry
The value attribute.
valueOf(String) - Static method in class jadex.xml.stax.QName
Returns a QName holding the value of the specified String.

W

wconv - Variable in class jadex.xml.SubObjectConverter
The object object write converter.
write(Object, ClassLoader) - Static method in class jadex.xml.PropertiesXMLHelper
Convert to a string.
write(Object, OutputStream, ClassLoader) - Static method in class jadex.xml.PropertiesXMLHelper
Convert to a string.
write(IObjectWriterHandler, Object, OutputStream, ClassLoader, Object) - Method in class jadex.xml.writer.AWriter
Write the properties to an xml.
write(IObjectWriterHandler, Object, String, OutputStream, ClassLoader, Object) - Method in class jadex.xml.writer.AWriter
Write the properties to an xml.
write(IObjectWriterHandler, Object, OutputStream, ClassLoader, Object) - Method in class jadex.xml.writer.Writer
Write the properties to an xml.
write(IObjectWriterHandler, Object, String, OutputStream, ClassLoader, Object) - Method in class jadex.xml.writer.Writer
Write the properties to an xml.
WriteContextDesktop - Class in jadex.xml.writer
Java SE Implementation of AWriteContext.
WriteContextDesktop(IObjectWriterHandler, Object, Object, Object, ClassLoader) - Constructor for class jadex.xml.writer.WriteContextDesktop
Create a new write context.
WriteContextDesktop(IObjectWriterHandler, Object, Object, Object, ClassLoader, Map<Object, Object>, List<StackElement>, MultiCollection<Integer, IPreProcessor>) - Constructor for class jadex.xml.writer.WriteContextDesktop
Create a new write context.
writeEndObject(XMLStreamWriter, int) - Method in class jadex.xml.writer.Writer
Write the end of an object.
writeIndentation(XMLStreamWriter, int) - Method in class jadex.xml.writer.Writer
Write the indentation.
writeNewline(XMLStreamWriter) - Method in class jadex.xml.writer.Writer
 
writeObject(WriteContextDesktop, Object, QName) - Method in class jadex.xml.writer.Writer
Write an object to xml.
WriteObjectInfo - Class in jadex.xml.writer
Info for writing an object.
WriteObjectInfo() - Constructor for class jadex.xml.writer.WriteObjectInfo
 
writer - Static variable in class jadex.xml.bean.JavaWriter
The static writer instance.
writer - Variable in class jadex.xml.writer.AWriteContext
The writer.
Writer - Class in jadex.xml.writer
XML writer for conversion of objects to XML.
Writer() - Constructor for class jadex.xml.writer.Writer
Create a new reader (with genids=true and indent=true).
Writer(boolean) - Constructor for class jadex.xml.writer.Writer
Create a new reader (with genids=true and indent=true).
Writer(boolean, boolean, boolean) - Constructor for class jadex.xml.writer.Writer
Create a new reader.
writerhandler - Static variable in class jadex.xml.PropertiesXMLHelper
The writer handler.
writeStartObject(XMLStreamWriter, QName, int) - Method in class jadex.xml.writer.Writer
Write the start of an object.
writeSubobjects(WriteContextDesktop, TreeNode, TypeInfo) - Method in class jadex.xml.writer.Writer
Write the subobjects of an object.
writtenobs - Variable in class jadex.xml.writer.AWriteContext
The written objects.

X

XML_CLASSNAME - Static variable in class jadex.xml.SXML
Constant for anonymous inner classes.
XML_INCLUDE_FIELDS - Static variable in class jadex.xml.writer.AWriter
Constant for indicating if public fields should be written.
xmlinfo - Variable in class jadex.xml.AbstractInfo
 
XMLInfo - Class in jadex.xml
Info for an xml element, i.e.
XMLInfo(String) - Constructor for class jadex.xml.XMLInfo
Create a new xml info.
XMLInfo(QName) - Constructor for class jadex.xml.XMLInfo
Create a new xml info.
XMLInfo(QName[]) - Constructor for class jadex.xml.XMLInfo
Create a new xml info.
XMLInfo(String, IFilter) - Constructor for class jadex.xml.XMLInfo
Create a new xml info.
XMLInfo(QName, IFilter) - Constructor for class jadex.xml.XMLInfo
Create a new xml info.
XMLInfo(QName[], IFilter) - Constructor for class jadex.xml.XMLInfo
Create a new xml info.
XMLInfo(String, IPreProcessor) - Constructor for class jadex.xml.XMLInfo
Create a new xml info.
XMLInfo(QName[], IPreProcessor) - Constructor for class jadex.xml.XMLInfo
Create a new xml info.
XMLInfo(String, IFilter, boolean) - Constructor for class jadex.xml.XMLInfo
Create a new xml info.
XMLInfo(String, IFilter, boolean, IPreProcessor) - Constructor for class jadex.xml.XMLInfo
Create a new xml info.
XMLInfo(QName, IFilter, boolean) - Constructor for class jadex.xml.XMLInfo
Create a new xml info.
XMLInfo(QName[], IFilter, boolean) - Constructor for class jadex.xml.XMLInfo
Create a new xml info.
XMLInfo(QName[], IFilter, boolean, IPreProcessor) - Constructor for class jadex.xml.XMLInfo
Create a new xml info.
xmlobjectnames - Variable in class jadex.xml.AccessInfo
The xml object name.
xmlpath - Variable in class jadex.xml.XMLInfo
The xml tag/path.
xmlpathelements - Variable in class jadex.xml.XMLInfo
The xml path elements.
xmlpathelementswithouttag - Variable in class jadex.xml.AbstractInfo
The xml path elements without tag.
XMLReaderFactory - Class in jadex.xml.reader
Factory to create XML Readers.
XMLReaderFactory() - Constructor for class jadex.xml.reader.XMLReaderFactory
Constructor
XMLReaderFactoryDesktop - Class in jadex.xml.reader
Factory implementation for the Java SE Environment.
XMLReaderFactoryDesktop() - Constructor for class jadex.xml.reader.XMLReaderFactoryDesktop
 
XMLReporter - Interface in jadex.xml.stax
Stax API: XMLReporter
XmlTag - Class in jadex.xml.stax
 
XmlTag(String, String) - Constructor for class jadex.xml.stax.XmlTag
 
XmlUtil - Class in jadex.xml.stax
Class holding stax-compatible constants and utility functions.
XmlUtil() - Constructor for class jadex.xml.stax.XmlUtil
 
XMLWriterFactory - Class in jadex.xml.writer
Factory to create XML Writers.
XMLWriterFactory() - Constructor for class jadex.xml.writer.XMLWriterFactory
Constructor.
XMLWriterFactoryDesktop - Class in jadex.xml.writer
Factory implementation for the Java SE Environment.
XMLWriterFactoryDesktop() - Constructor for class jadex.xml.writer.XMLWriterFactoryDesktop
 
A B C D E F G H I J K L M N O P Q R S T U V W X 
Skip navigation links