A B C D E F G H I J L M N O P Q R S T 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.
AbstractInfo.SpecificityComparator() - Constructor for class jadex.xml.AbstractInfo.SpecificityComparator
 
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(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.
addAttribute(Object, String) - Method in class jadex.xml.writer.WriteObjectInfo
Add an attribute.
addChild(Object, Object) - 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, IPostProcessor) - Method in class jadex.xml.bean.BeanObjectReaderHandler
Add a post processor.
addPreProcessor(IFilter, 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<T> - Class in jadex.xml.reader
Context for reader that stores all relevant information of the read process.
AReadContext(TypeInfoPathManager, IObjectReaderHandler, T, XMLReporter, Object, ClassLoader) - Constructor for class jadex.xml.reader.AReadContext
 
AReadContext(TypeInfoPathManager, IObjectReaderHandler, T, XMLReporter, Object, ClassLoader, Object, List, StackElement, String, Map, int, MultiCollection) - Constructor for class jadex.xml.reader.AReadContext
Create a new read context.
AReader - Class in jadex.xml.reader
XML Reader abstract class.
AReader() - Constructor for class jadex.xml.reader.AReader
 
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.
AWriteContext<T> - Class in jadex.xml.writer
Context for writing an xml.
AWriteContext(IObjectWriterHandler, T, Object, Object, ClassLoader) - Constructor for class jadex.xml.writer.AWriteContext
Create a new write context.
AWriteContext(IObjectWriterHandler, T, Object, Object, ClassLoader, Map, List, MultiCollection) - 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) - 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) - Constructor for class jadex.xml.bean.BeanObjectWriterHandler
Create a new writer (gentypetags=false, prefertags=true, flattening=true).
BeanObjectWriterHandler(Set, boolean) - Constructor for class jadex.xml.bean.BeanObjectWriterHandler
Create a new writer (prefertags=true, flattening=true).
BeanObjectWriterHandler(Set, boolean, boolean) - Constructor for class jadex.xml.bean.BeanObjectWriterHandler
Create a new writer (flattening=true).
BeanObjectWriterHandler(Set, boolean, boolean, boolean) - Constructor for class jadex.xml.bean.BeanObjectWriterHandler
Create a new writer.
bulkLinkObjects(List, Object, Object, QName[], AReadContext) - Method in class jadex.xml.bean.BeanObjectReaderHandler
Link an object to its parent.
bulkLinkObjects(Object, List, AReadContext) - Method in class jadex.xml.bean.BeanObjectReaderHandler
Bulk link chilren to its parent.
bulkLinkObjects(Object, List, AReadContext) - Method in interface jadex.xml.reader.IBulkObjectLinker
Bulk link an object to its parent.

C

callPostProcessor() - Method in interface jadex.xml.reader.IPostProcessorCall
 
COMMENT - Static variable in class jadex.xml.AttributeInfo
Constant for identifying comment.
compare(Object, Object) - Method in class jadex.xml.AbstractInfo.SpecificityComparator
 
CONTENT - Static variable in class jadex.xml.AttributeInfo
Constant for identifying content.
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.
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.
createObject(Object, boolean, AReadContext, Map) - Method in class jadex.xml.bean.BeanObjectReaderHandler
Create an object for the current tag.
createObject(IContext, Map) - Method in interface jadex.xml.bean.IBeanObjectCreator
Create an object.
createObject(Object, boolean, AReadContext, Map) - Method in interface jadex.xml.reader.IObjectReaderHandler
Create an object for the current tag.
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.
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.

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.

E

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.

F

findTypeInfo(Set, QName[]) - Method in class jadex.xml.TypeInfoTypeManager
Find a type info from a set of possible matching typeinfos.
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

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.
getAttributeIdentifier() - Method in class jadex.xml.AttributeInfo
Get the attributeidentifier.
getAttributeInfo(QName) - 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.
getAttributes() - Method in class jadex.xml.writer.WriteObjectInfo
Get the attributes.
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.
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.
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.
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.
getLocalPart() - Method in class jadex.xml.stax.QName
Gets the Local part for this QName.
getLocation() - Method in class jadex.xml.reader.AReadContext
Returns the current parser location.
getLocation() - Method in class jadex.xml.reader.ReadContextDesktop
Returns the current parser location.
getLocation() - Method in class jadex.xml.StackElement
Get the location.
getMapName() - Method in class jadex.xml.bean.BeanAccessInfo
Set the map name.
getMappingInfo() - Method in class jadex.xml.TypeInfo
Get the mapping info.
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.
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.
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) - Static method in class jadex.xml.reader.AReader
Get a subobject info for reading.
getSubobjectInfoRead(QName, QName[], Map) - 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.
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) - 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() - Method in class jadex.xml.bean.MapEntry
Get the value.
getWriter() - Method in class jadex.xml.writer.AWriteContext
Get the writer.
getWriterTypeInfos() - Static method in class jadex.xml.bean.STypeInfosAWT
 
getWrittenObjects() - Method in class jadex.xml.writer.AWriteContext
Get the writtenobs.
getXMLAttributeName() - Method in class jadex.xml.AttributeInfo
Get the attribut name.
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.
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.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

H

handleAttributeValue(Object, QName, List, String, Object, AReadContext) - Method in class jadex.xml.bean.BeanObjectReaderHandler
Handle the attribute of an object.
handleAttributeValue(Object, QName, List, String, Object, AReadContext) - Method in interface jadex.xml.reader.IObjectReaderHandler
Handle the attribute of an object.
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.

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 - Static variable in class jadex.xml.AttributeInfo
The value of this attribute is used as id.
ID - Static variable in class jadex.xml.SXML
The ID attribute constant.
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_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
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.
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.
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.
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.
ISubObjectConverter - Interface in jadex.xml
Converter for subobjects.

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.

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.
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.
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
 
MappingInfo - Class in jadex.xml
The mapping info stores all for for mapping between the different elements of an object, i.e. attributes, subojects etc.
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.

N

Namespace - Class in jadex.xml
Namespace definition.
Namespace(String, String) - Constructor for class jadex.xml.Namespace
Create the namespace.
NULL - Static variable in class jadex.xml.reader.AReader
The null object.
NULL - Static variable in class jadex.xml.SXML
The null tag.

O

objectFromByteArray(byte[], ClassLoader) - Static method in class jadex.xml.bean.JavaReader
Convert a byte array (of an xml) to an object.
objectFromByteArray(byte[], ClassLoader, TypeInfoPathManager, IObjectReaderHandler) - 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) - Static method in class jadex.xml.bean.JavaReader
Convert a byte array (of an xml) to an object.
objectFromInputStream(InputStream, ClassLoader, TypeInfoPathManager, IObjectReaderHandler) - 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
 
ObjectInfo - Class in jadex.xml
Information about an object, esp. the object type or its creator.
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.
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(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.
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.

P

postProcess(IContext, Object) - Method in interface jadex.xml.IPostProcessor
Post-process an object after an XML has been loaded.
preProcess(IContext, Object) - Method in interface jadex.xml.IPreProcessor
Pre-process an object after an XML has been loaded.
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

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, Reader, ClassLoader, Object) - Method in class jadex.xml.reader.Reader
Read properties from xml.
read(TypeInfoPathManager, IObjectReaderHandler, InputStream, ClassLoader, Object) - Method in class jadex.xml.reader.Reader
Read properties from xml.
read(TypeInfoPathManager, IObjectReaderHandler, XMLStreamReader, ClassLoader, Object) - Method in class jadex.xml.reader.Reader
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. from the XML reporter, if required.
ReadContextDesktop - Class in jadex.xml.reader
Java SE Implementation of AReadContext.
ReadContextDesktop(TypeInfoPathManager, IObjectReaderHandler, XMLStreamReader, XMLReporter, Object, ClassLoader) - Constructor for class jadex.xml.reader.ReadContextDesktop
 
ReadContextDesktop(TypeInfoPathManager, IObjectReaderHandler, XMLStreamReader, XMLReporter, Object, ClassLoader, Object, List, StackElement, String, Map, int, MultiCollection) - Constructor for class jadex.xml.reader.ReadContextDesktop
 
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.
removeChildren(Object) - Method in class jadex.xml.reader.AReadContext
Remove a child.
removePostProcessor(IFilter) - Method in class jadex.xml.bean.BeanObjectReaderHandler
Remove a post processor.
removePreProcessor(IFilter) - 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.

S

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.
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) - Method in class jadex.xml.reader.AReadContext
Set the postprocessors.
setPreProcessors(MultiCollection) - 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) - 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) - 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(T) - Method in class jadex.xml.writer.AWriteContext
Set the writer.
setWrittenObjects(Map) - Method in class jadex.xml.writer.AWriteContext
Set the writtenobs.
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) - Constructor for class jadex.xml.StackElement
Create a new stack element.
StackElement(IObjectReaderHandler, QName, Object, Map, TypeInfo, ILocation) - Constructor for class jadex.xml.StackElement
Create a new stack 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.
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.
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. objects that are contained in another object.
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.
SXML - Class in jadex.xml
Constants for xml handling.
SXML() - Constructor for class jadex.xml.SXML
 

T

THIS - Static variable in class jadex.xml.AccessInfo
Constant for identifying this.
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.
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.
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.

V

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

W

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, XMLStreamWriter, Object, Object, ClassLoader) - Constructor for class jadex.xml.writer.WriteContextDesktop
Create a new write context.
WriteContextDesktop(IObjectWriterHandler, XMLStreamWriter, Object, Object, ClassLoader, Map, List, MultiCollection) - Constructor for class jadex.xml.writer.WriteContextDesktop
Create a new write context.
WriteObjectInfo - Class in jadex.xml.writer
Info for writing an object.
WriteObjectInfo() - Constructor for class jadex.xml.writer.WriteObjectInfo
 
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.

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 - Class in jadex.xml
Info for an xml element, i.e. identifying tag(path), filter etc.
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.
XMLReaderFactory - Class in jadex.xml.reader
Factory to create XML Readers.
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
XMLWriterFactory - Class in jadex.xml.writer
Factory to create XML Writers.
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 L M N O P Q R S T V W X 

Copyright © 2012. All Rights Reserved.