- 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
-
- 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.
- 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
- 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.
- 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
-