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