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

A

AbstractType - interface de.ispsoft.jaxme.generator.types.AbstractType.
A common base for types like the AutoSqlType or the ResourceBundleFormattedType which are independent of a certain RuntimeType.
AnyType - class de.ispsoft.jaxme.generator.types.AnyType.
 
AnyType() - Constructor for class de.ispsoft.jaxme.generator.types.AnyType
 
AnyType(String, String) - Constructor for class de.ispsoft.jaxme.generator.types.AnyType
 
ApacheRegexpPatternCompiler - class de.ispsoft.jaxme.re.ApacheRegexpPatternCompiler.
A PatternCompiler based on the Regexp package from the Apache Jakarta project.
ApacheRegexpPatternCompiler() - Constructor for class de.ispsoft.jaxme.re.ApacheRegexpPatternCompiler
 
ApacheRegexpPatternCompiler.ApacheRegexpPattern - class de.ispsoft.jaxme.re.ApacheRegexpPatternCompiler.ApacheRegexpPattern.
 
ApacheRegexpPatternCompiler.ApacheRegexpPattern(String) - Constructor for class de.ispsoft.jaxme.re.ApacheRegexpPatternCompiler.ApacheRegexpPattern
 
AutoSqlType - class de.ispsoft.jaxme.generator.types.AutoSqlType.
A type that extends another type.
AutoSqlType() - Constructor for class de.ispsoft.jaxme.generator.types.AutoSqlType
Creates a new instance of AutoSqlType.
AutoSqlType(String, String) - Constructor for class de.ispsoft.jaxme.generator.types.AutoSqlType
Creates a new instance of AutoSqlType with the given local name and namespace URI.
AutoUpdateDateTimeType - class de.ispsoft.jaxme.generator.types.AutoUpdateDateTimeType.
This is a timestamp (aka datetime) field which updates itself automatically to the current time in insert and update statements.
AutoUpdateDateTimeType() - Constructor for class de.ispsoft.jaxme.generator.types.AutoUpdateDateTimeType
Creates a new instance of AutoUpdateDateTimeType.
AutoUpdateDateTimeType(String, String) - Constructor for class de.ispsoft.jaxme.generator.types.AutoUpdateDateTimeType
Creates a new DateTimeType instance with the given local name and namespace URI.
accessors - Variable in class de.ispsoft.jaxme.generator.parserdata.ParserData
 
addAttribute(SchemaAttribute) - Method in class de.ispsoft.jaxme.generator.SchemaComplexElement
Adds a new attribute to the list of childs.
addAttribute(DTDAttribute) - Method in class de.ispsoft.jaxme.generator.dtd.DTDElement
Adds an attribute to the element.
addAttributes(List) - Method in class de.ispsoft.jaxme.generator.dtd.DTDElement
Adds the attributes to the element.
addAutoGenerationComment(Object, String) - Static method in class de.ispsoft.jaxme.generator.JavaSourceWriter
 
addAutoGenerationComment(String) - Method in class de.ispsoft.jaxme.generator.JavaSourceWriter
 
addChild(Object) - Method in class de.ispsoft.jaxme.JMAnyElement
Adds a single child to the list of childs.
addChild(SchemaElement) - Method in class de.ispsoft.jaxme.generator.SchemaComplexElement
Adds a new child to the list of childs.
addChild(DTDElement) - Method in class de.ispsoft.jaxme.generator.dtd.DTDElement
Adds an element to the list of childs.
addClassExtension(String, String) - Method in class de.ispsoft.jaxme.generator.SchemaElement
Adds an item to the list of extension declarations.
addColumn(SchemaComplexJdbcElement, JdbcParserData, String, String, int, int) - Method in class de.ispsoft.jaxme.generator.XsdJdbcSchemaReader
 
addColumnReadCode(JavaMethod, SqlField, String, String, int, int) - Method in class de.ispsoft.jaxme.generator.javaclasswriter.JdbcTableClassWriter
 
addConstructor(JavaConstructor) - Method in class de.ispsoft.jaxme.generator.javasource.JavaSource
Adds a constructor to this classes list of constructors.
addContext(SchemaComplexElement) - Method in class de.ispsoft.jaxme.generator.SqlField
Adds an element to the context.
addDecorators(SchemaAnnotationOwner, SchemaElement, ParserData, Element) - Method in class de.ispsoft.jaxme.generator.XsdSchemaReader
Adds decorators to a generated element or attribute.
addElementDecorator(ElementDecoratorFactory, ElementDecorator) - Method in class de.ispsoft.jaxme.generator.SchemaElement
Adds an ElementDecorator to the list of registered decorators.
addElementDecoratorFactory(ElementDecoratorFactory, Schema, ParserData, Element) - Method in class de.ispsoft.jaxme.generator.XsdSchemaReader
Adds a new ElementDecoratorFactory to the list of such factories.
addEnumeration(String) - Method in class de.ispsoft.jaxme.generator.ElementRestrictionContainer
 
addException(String) - Method in class de.ispsoft.jaxme.generator.javasource.JavaMethod
Adds an exception to this methods list of exceptions.
addField(JavaField) - Method in class de.ispsoft.jaxme.generator.javasource.JavaSource
Adds a field to this classes list of fields.
addImplementedInterface(String, String) - Method in class de.ispsoft.jaxme.generator.SchemaElement
Adds an interface name to the list of interfaces implemented by the specified class.
addImplements(String) - Method in class de.ispsoft.jaxme.generator.javasource.JavaSource
Adds an interface to the list of interfaces being implemented by this class or interface.
addImport(String) - Method in class de.ispsoft.jaxme.generator.javasource.JavaInnerClass
Throws an exception, as inner classes don't have import statements.
addImport(String) - Method in class de.ispsoft.jaxme.generator.javasource.JavaSource
Adds a package or class to the list of packages and classes being imported.
addInnerClass(JavaInnerClass) - Method in class de.ispsoft.jaxme.generator.javasource.JavaSource
Adds an inner class.
addJavaSource(String, String) - Method in class de.ispsoft.jaxme.generator.SchemaElement
Adds a piece of Java source being included into the generated classes.
addLine(String) - Method in class de.ispsoft.jaxme.generator.javasource.JavaComment
Adds a line to the comments content.
addLine(String) - Method in class de.ispsoft.jaxme.generator.javasource.JavaMethod
Adds a line to this methods body.
addListMethod(JdbcListMethod) - Method in class de.ispsoft.jaxme.generator.parserdata.JdbcTable
Adds a new list method to the array of list methods.
addMethod(JavaMethod) - Method in class de.ispsoft.jaxme.generator.javasource.JavaSource
Adds a method to this classes list of methods.
addOption(SchemaOption) - Method in class de.ispsoft.jaxme.generator.Generator
Adds an option to the list of options.
addOption(Object) - Method in class de.ispsoft.jaxme.generator.SchemaElement
Adds an option to the list of options configuring the element.
addOption(OptionType) - Method in class de.ispsoft.jaxme.generator.ant.JaxMeGeneratorTask
Adds an option.
addOption(SchemaOption) - Method in class de.ispsoft.jaxme.generator.parserdata.ParserData
Adds a new option value.
addParam(String) - Method in class de.ispsoft.jaxme.generator.javasource.JavaComment
Adds a JavaDoc "param" field.
addParam(String) - Method in class de.ispsoft.jaxme.generator.javasource.JavaMethod
Adds a parameter that this method takes.
addParam(String, String) - Method in class de.ispsoft.jaxme.generator.javasource.JavaMethod
Adds a parameter that this method takes.
addParam(JdbcAbstractParameter) - Method in class de.ispsoft.jaxme.generator.parserdata.JdbcListMethod
Adds a new parameter to the list of parameters.
addRawJavaSource(String) - Method in class de.ispsoft.jaxme.generator.javasource.JavaSource
Adds a piece of raw Java source to the class.
addRestrictions(JavaSource, JavaMethod, SchemaAbstractSimpleElement, String, String, String) - Method in class de.ispsoft.jaxme.generator.javaclasswriter.BasicJavaClassWriter
Adds handling for restrictions to the validateMe() method.
addResultNode(Object) - Method in class de.ispsoft.jaxme.ObservedHandlerImpl
Sets a result node, the result of calling getResultNode().
addSchemaElement(SchemaElement) - Method in class de.ispsoft.jaxme.generator.Schema
Adds a new SchemaElement to the list of SchemaElements.
addSee(String) - Method in class de.ispsoft.jaxme.generator.javasource.JavaComment
Adds an element to the list of Strings which should be used for "see" fields.
addSourceWriter(SourceWriter) - Method in class de.ispsoft.jaxme.generator.Generator
Adds a SourceWriter to the end of the list of registered SourceWriters.
addSourceWriter(SourceWriterType) - Method in class de.ispsoft.jaxme.generator.ant.JaxMeGeneratorTask
Adds a SourceWriter.
addSqlField(SqlField) - Method in class de.ispsoft.jaxme.generator.SchemaComplexJdbcElement
Adds an element to the list of SQL fields.
addSqlField(SqlField) - Method in class de.ispsoft.jaxme.generator.parserdata.JdbcParserData
 
addTableData(SchemaComplexJdbcElement, JdbcParserData) - Method in class de.ispsoft.jaxme.generator.XsdJdbcSchemaReader
 
addThrows(String) - Method in class de.ispsoft.jaxme.generator.javasource.JavaComment
Adds a JavaDoc "throw" field.
addValidationException(JavaMethod, Integer, String, String, String) - Method in class de.ispsoft.jaxme.generator.javaclasswriter.BasicJavaClassWriter
Adds a ValidationException to the validateMe() method.
addViewData(SchemaComplexJdbcElement, JdbcParserData) - Method in class de.ispsoft.jaxme.generator.XsdJdbcSchemaReader
 
asString(Node) - Static method in class de.ispsoft.jaxme.DOMSerializer
Serializes a DOM document or element into a string by instantiating a DOMSerializer and calling its serialize method.
assignBeanProperties(Object, Node) - Static method in class de.ispsoft.jaxme.generator.util.DOM
Treats the attributes and child elements of the given DOM element pElement as bean properties of the bean pBean.
assignBeanProperties(Object, Node, ReflectResolver) - Static method in class de.ispsoft.jaxme.generator.util.DOM
 
assignBeanValue(Object, String, String) - Static method in class de.ispsoft.jaxme.generator.util.Reflect
Assigns the value pValue to the beans pBean property pPropertyName.
assignBeanValue(Object, String, String, ReflectResolver) - Static method in class de.ispsoft.jaxme.generator.util.Reflect
Assigns the value pValue to the beans pBean property pPropertyName.
attributeDecl(String, String, String, String, String) - Method in class de.ispsoft.jaxme.generator.dtd.DTDSchemaHandler
 
attributeFormDefault - Variable in class de.ispsoft.jaxme.generator.parserdata.ParserData
 

B

BIGINT - Static variable in interface de.ispsoft.jaxme.JMManager
A placeholder type matching java.sql.Types.BIGINT.
BIT - Static variable in interface de.ispsoft.jaxme.JMManager
A placeholder type matching java.sql.Types.BIT.
BLOB - Static variable in interface de.ispsoft.jaxme.JMManager
Another placeholder type matching java.sql.Types.BLOB.
BOOLEAN - Static variable in interface de.ispsoft.jaxme.JMManager
Another placeholder type matching java.sql.Types.BIT.
BUILTIN_DATETIME_FORMAT - Static variable in class de.ispsoft.jaxme.jaxb.JMManagerFactoryAttachable
Builtin default for formatting dateTimes: yyyy-MM-dd HH:mm:ss
BUILTIN_DATE_FORMAT - Static variable in class de.ispsoft.jaxme.jaxb.JMManagerFactoryAttachable
Builtin default for formatting dates: yyyy-MM-dd
BUILTIN_ENCODING - Static variable in class de.ispsoft.jaxme.jaxb.JMManagerFactoryAttachable
Builtin default encoding.
BUILTIN_INDENTATION_LEVEL - Static variable in class de.ispsoft.jaxme.jaxb.MarshallerImpl
Builtin default indentation level (2 blanks).
BUILTIN_INDENTATION_LINE_SEPARATOR - Static variable in class de.ispsoft.jaxme.jaxb.MarshallerImpl
Builtin default line terminator (Line Feed, no Carriage Return).
BUILTIN_TIME_FORMAT - Static variable in class de.ispsoft.jaxme.jaxb.JMManagerFactoryAttachable
Builtin default for formatting times: HH:mm:ss
Base64 - class de.ispsoft.jaxme.util.Base64.
Utility class which encapsulates Base64 encoding.
Base64() - Constructor for class de.ispsoft.jaxme.util.Base64
 
Base64BinaryType - class de.ispsoft.jaxme.generator.types.Base64BinaryType.
Implementation of xs:base64Binary.
Base64BinaryType() - Constructor for class de.ispsoft.jaxme.generator.types.Base64BinaryType
Creates a new instance of Base64BinaryType.
Base64BinaryType(String, String) - Constructor for class de.ispsoft.jaxme.generator.types.Base64BinaryType
Creates a new instance of Base64BinaryType.
BasicJavaClassWriter - class de.ispsoft.jaxme.generator.javaclasswriter.BasicJavaClassWriter.
 
BasicJavaClassWriter(SourceWriterImpl, SchemaComplexElement) - Constructor for class de.ispsoft.jaxme.generator.javaclasswriter.BasicJavaClassWriter
Creates a new instance of BasicJavaClassWriter
BeanClassWriter - interface de.ispsoft.jaxme.generator.beanwriter.BeanClassWriter.
Used by the BeanWriter to generate a bean class.
BeanWriter - class de.ispsoft.jaxme.generator.BeanWriter.
A subclass of the JavaSourceGenerator which generates EJB Entity beans with bean managed persistence.
BeanWriter() - Constructor for class de.ispsoft.jaxme.generator.BeanWriter
Creates a new instance of BeanGenerator
BlobType - class de.ispsoft.jaxme.generator.types.BlobType.
Implementation of a BLOB type.
BlobType() - Constructor for class de.ispsoft.jaxme.generator.types.BlobType
 
BlobType(String, String) - Constructor for class de.ispsoft.jaxme.generator.types.BlobType
 
BooleanType - class de.ispsoft.jaxme.generator.types.BooleanType.
An implementation of the boolean type.
BooleanType() - Constructor for class de.ispsoft.jaxme.generator.types.BooleanType
Creates a new BooleanType instance.
BooleanType(String, String) - Constructor for class de.ispsoft.jaxme.generator.types.BooleanType
Creates a new BooleanType instance with the given local name and namespace URI.
ByteType - class de.ispsoft.jaxme.generator.types.ByteType.
An implementation of the byte type.
ByteType() - Constructor for class de.ispsoft.jaxme.generator.types.ByteType
Creates a new ByteType instance.
ByteType(String, String) - Constructor for class de.ispsoft.jaxme.generator.types.ByteType
Creates a new ByteType instance with the given local name and namespace URI.

C

CLASS_PROPERTY - Static variable in class de.ispsoft.jaxme.JMFactory
Name of the property to use for loading a JMManagerFactory implementation.
CLOB - Static variable in interface de.ispsoft.jaxme.JMManager
A placeholder type matching java.sql.Types.CLOB.
COLLECTION_NODE_NAME - Static variable in class de.ispsoft.jaxme.XmlDbManager
Name of the collection node.
COMPLEX_TYPE_ALL - Static variable in class de.ispsoft.jaxme.generator.SchemaComplexElement
A possible value for setComplexType(): The "all" type.
COMPLEX_TYPE_CHOICE - Static variable in class de.ispsoft.jaxme.generator.SchemaComplexElement
A possible value for setComplexType(): A choice.
COMPLEX_TYPE_SEQUENCE - Static variable in class de.ispsoft.jaxme.generator.SchemaComplexElement
A possible value for setComplexType(): A sequence.
CONFIGURATION_NAME - Static variable in class de.ispsoft.jaxme.JMManagerFactoryImpl
The local name of the element with the list of configurations.
CONFIGURATION_NODE_NAME - Static variable in class de.ispsoft.jaxme.JMJdbcManager
Name of our private configuration node (JMJdbcManager in namespace JMManagerFactoryImpl.NAMESPACE_URI)
CONFIGURATION_NODE_NAME - Static variable in class de.ispsoft.jaxme.XmlDbManager
Name of our private configuration node (XmlDbManager in namespace JMManagerFactoryImpl.NAMESPACE_URI)
CONFIGURATION_NODE_NAME - Static variable in class de.ispsoft.jaxme.tamino.InoManager
Name of our private configuration node (InoManager in namespace JMManagerFactoryImpl.NAMESPACE_URI)
CREATE_KEY_DONT - Static variable in class de.ispsoft.jaxme.JMJdbcManager
Constant for not creating a primary key as part of the INSERT operation.
CREATE_KEY_POST_INSERT - Static variable in class de.ispsoft.jaxme.JMJdbcManager
Constant for creating a primary key after the INSERT operation.
CREATE_KEY_PRE_INSERT - Static variable in class de.ispsoft.jaxme.JMJdbcManager
Constant for creating a primary key before the INSERT operation.
ClobType - class de.ispsoft.jaxme.generator.types.ClobType.
Implementation of a CLOB type.
ClobType() - Constructor for class de.ispsoft.jaxme.generator.types.ClobType
 
ClobType(String, String) - Constructor for class de.ispsoft.jaxme.generator.types.ClobType
 
ComparatorFactory - class de.ispsoft.jaxme.ComparatorFactory.
A superclass for Comparator factories, as created by the ComparatorWriter.
ComparatorFactory() - Constructor for class de.ispsoft.jaxme.ComparatorFactory
Creates a new instance of ComparatorFactory
ComparatorWriter - class de.ispsoft.jaxme.generator.ComparatorWriter.
This is a SourceWriter that generates a Comparator for sorting a JaxMe element by its various attributes and/or child elements.
ComparatorWriter() - Constructor for class de.ispsoft.jaxme.generator.ComparatorWriter
Creates a new instance of ComparatorWriter
ComplexParseletDecorator - class de.ispsoft.jaxme.generator.parselets.ComplexParseletDecorator.
Default implementation of a ParseletDecorator for complex elements.
ComplexParseletDecorator() - Constructor for class de.ispsoft.jaxme.generator.parselets.ComplexParseletDecorator
Creates a new instance of ComplexParseletDecorator.
ComplexVisitorDecorator - class de.ispsoft.jaxme.generator.visitors.ComplexVisitorDecorator.
A VisitorDecorator for complex elements.
ComplexVisitorDecorator() - Constructor for class de.ispsoft.jaxme.generator.visitors.ComplexVisitorDecorator
Creates a new instance of ComplexVisitorDecorator
Configurable - interface de.ispsoft.jaxme.generator.Configurable.
Interface for an item that can be configured with options.
ConfigurableImpl - class de.ispsoft.jaxme.generator.ConfigurableImpl.
Default implementation for a Configurable item.
ConfigurableImpl() - Constructor for class de.ispsoft.jaxme.generator.ConfigurableImpl
Creates a new instance of ConfigurableImpl
castFromResultSet(String, int) - Method in interface de.ispsoft.jaxme.generator.SchemaSimpleType
Returns a piece of Java code reading an instance of this type from a ResultSet.
castFromResultSet(String, int) - Method in class de.ispsoft.jaxme.generator.types.Base64BinaryType
 
castFromResultSet(String, int) - Method in class de.ispsoft.jaxme.generator.types.BlobType
 
castFromResultSet(String, int) - Method in class de.ispsoft.jaxme.generator.types.BooleanType
Returns a piece of Java code reading an instance of this type from a ResultSet.
castFromResultSet(String, int) - Method in class de.ispsoft.jaxme.generator.types.ByteType
Returns a piece of Java code reading an instance of this type from a ResultSet.
castFromResultSet(String, int) - Method in class de.ispsoft.jaxme.generator.types.ClobType
 
castFromResultSet(String, int) - Method in class de.ispsoft.jaxme.generator.types.DateTimeType
Returns a piece of Java code reading an instance of this type from a ResultSet.
castFromResultSet(String, int) - Method in class de.ispsoft.jaxme.generator.types.DateType
Returns a piece of Java code reading an instance of this type from a ResultSet.
castFromResultSet(String, int) - Method in class de.ispsoft.jaxme.generator.types.DoubleType
Returns a piece of Java code reading an instance of this type from a ResultSet.
castFromResultSet(String, int) - Method in class de.ispsoft.jaxme.generator.types.FloatType
Returns a piece of Java code reading an instance of this type from a ResultSet.
castFromResultSet(String, int) - Method in class de.ispsoft.jaxme.generator.types.IntegerType
Returns a piece of Java code reading an instance of this type from a ResultSet.
castFromResultSet(String, int) - Method in class de.ispsoft.jaxme.generator.types.LongType
Returns a piece of Java code reading an instance of this type from a ResultSet.
castFromResultSet(String, int) - Method in class de.ispsoft.jaxme.generator.types.OraBlobType
 
castFromResultSet(String, int) - Method in class de.ispsoft.jaxme.generator.types.OraClobType.URLEncoded
 
castFromResultSet(String, int) - Method in class de.ispsoft.jaxme.generator.types.OraClobType
 
castFromResultSet(String, int) - Method in class de.ispsoft.jaxme.generator.types.ShortType
Returns a piece of Java code reading an instance of this type from a ResultSet.
castFromResultSet(String, int) - Method in class de.ispsoft.jaxme.generator.types.SimpleTypeWrapper
Returns a piece of Java code reading an instance of this type from a ResultSet.
castFromResultSet(String, int) - Method in class de.ispsoft.jaxme.generator.types.StringType
Returns a piece of Java code reading an instance of this type from a ResultSet.
castFromResultSet(String, int) - Method in class de.ispsoft.jaxme.generator.types.TimeType
Returns a piece of Java code reading an instance of this type from a ResultSet.
castFromResultSet(String, int) - Method in class de.ispsoft.jaxme.generator.types.UserDefinedSimpleType
Returns a piece of Java code reading an instance of this type from a ResultSet.
castFromString(String, String) - Method in interface de.ispsoft.jaxme.generator.SchemaSimpleType
Returns a piece of Java code converting a String into an an instance of this type.
castFromString(String, String) - Method in class de.ispsoft.jaxme.generator.types.AutoUpdateDateTimeType
Returns a piece of Java code converting a String into an an instance of this type.
castFromString(String, String) - Method in class de.ispsoft.jaxme.generator.types.Base64BinaryType
 
castFromString(String) - Method in class de.ispsoft.jaxme.generator.types.BooleanType
Returns a piece of Java code converting a String into an an instance of this type.
castFromString(String) - Method in class de.ispsoft.jaxme.generator.types.ByteType
Returns a piece of Java code converting a String into an an instance of this type.
castFromString(String, String) - Method in class de.ispsoft.jaxme.generator.types.DateTimeType
Returns a piece of Java code converting a String into an an instance of this type.
castFromString(String, String) - Method in class de.ispsoft.jaxme.generator.types.DateType
Returns a piece of Java code converting a String into an an instance of this type.
castFromString(String) - Method in class de.ispsoft.jaxme.generator.types.DoubleType
Returns a piece of Java code converting a String into an an instance of this type.
castFromString(String) - Method in class de.ispsoft.jaxme.generator.types.FloatType
Returns a piece of Java code converting a String into an an instance of this type.
castFromString(String) - Method in class de.ispsoft.jaxme.generator.types.IntegerType
Returns a piece of Java code converting a String into an an instance of this type.
castFromString(String) - Method in class de.ispsoft.jaxme.generator.types.LongType
Returns a piece of Java code converting a String into an an instance of this type.
castFromString(String, String) - Method in class de.ispsoft.jaxme.generator.types.ResourceBundleFormattedType
Converts a String into the actual type.
castFromString(String, String) - Method in class de.ispsoft.jaxme.generator.types.SchemaSimpleTypeImpl
 
castFromString(String) - Method in class de.ispsoft.jaxme.generator.types.SchemaSimpleTypeImpl
Deprecated. Will be removed in JaxMe 2
castFromString(String) - Method in class de.ispsoft.jaxme.generator.types.ShortType
Returns a piece of Java code converting a String into an an instance of this type.
castFromString(String, String) - Method in class de.ispsoft.jaxme.generator.types.SimpleTypeWrapper
Returns a piece of Java code converting a String into an an instance of this type.
castFromString(String, String) - Method in class de.ispsoft.jaxme.generator.types.StringType
Returns a piece of Java code converting a String into an an instance of this type.
castFromString(String, String) - Method in class de.ispsoft.jaxme.generator.types.TimeType
Returns a piece of Java code converting a String into an an instance of this type.
castFromString(String, String) - Method in class de.ispsoft.jaxme.generator.types.TimestampType
Returns a piece of Java code converting a String into an an instance of this type.
castFromString(String, String) - Method in class de.ispsoft.jaxme.generator.types.UserDefinedSimpleType
Returns a piece of Java code converting a String into an an instance of this type.
castToPreparedStatement(String, String, int) - Method in interface de.ispsoft.jaxme.generator.SchemaSimpleType
Returns a piece of Java code writing an instance of this type into a prepared statement.
castToPreparedStatement(String, String, int) - Method in class de.ispsoft.jaxme.generator.types.Base64BinaryType
 
castToPreparedStatement(String, String, int) - Method in class de.ispsoft.jaxme.generator.types.BlobType
 
castToPreparedStatement(String, String, int) - Method in class de.ispsoft.jaxme.generator.types.BooleanType
Returns a piece of Java code reading an instance of this type from a ResultSet.
castToPreparedStatement(String, String, int) - Method in class de.ispsoft.jaxme.generator.types.ByteType
Returns a piece of Java code reading an instance of this type from a ResultSet.
castToPreparedStatement(String, String, int) - Method in class de.ispsoft.jaxme.generator.types.ClobType
 
castToPreparedStatement(String, String, int) - Method in class de.ispsoft.jaxme.generator.types.DateTimeType
Returns a piece of Java code reading an instance of this type from a ResultSet.
castToPreparedStatement(String, String, int) - Method in class de.ispsoft.jaxme.generator.types.DateType
Returns a piece of Java code reading an instance of this type from a ResultSet.
castToPreparedStatement(String, String, int) - Method in class de.ispsoft.jaxme.generator.types.DoubleType
Returns a piece of Java code reading an instance of this type from a ResultSet.
castToPreparedStatement(String, String, int) - Method in class de.ispsoft.jaxme.generator.types.FloatType
Returns a piece of Java code reading an instance of this type from a ResultSet.
castToPreparedStatement(String, String, int) - Method in class de.ispsoft.jaxme.generator.types.IntegerType
Returns a piece of Java code reading an instance of this type from a ResultSet.
castToPreparedStatement(String, String, int) - Method in class de.ispsoft.jaxme.generator.types.LongType
Returns a piece of Java code reading an instance of this type from a ResultSet.
castToPreparedStatement(String, String, int) - Method in class de.ispsoft.jaxme.generator.types.OraBlobType
 
castToPreparedStatement(String, String, int) - Method in class de.ispsoft.jaxme.generator.types.OraClobType.URLEncoded
 
castToPreparedStatement(String, String, int) - Method in class de.ispsoft.jaxme.generator.types.OraClobType
 
castToPreparedStatement(String, String, int) - Method in class de.ispsoft.jaxme.generator.types.ShortType
Returns a piece of Java code reading an instance of this type from a ResultSet.
castToPreparedStatement(String, String, int) - Method in class de.ispsoft.jaxme.generator.types.SimpleTypeWrapper
Returns a piece of Java code writing an instance of this type into a prepared statement.
castToPreparedStatement(String, String, int) - Method in class de.ispsoft.jaxme.generator.types.StringType
Returns a piece of Java code reading an instance of this type from a ResultSet.
castToPreparedStatement(String, String, int) - Method in class de.ispsoft.jaxme.generator.types.TimeType
Returns a piece of Java code reading an instance of this type from a ResultSet.
castToPreparedStatement(String, String, int) - Method in class de.ispsoft.jaxme.generator.types.TimestampType
Returns a piece of Java code reading an instance of this type from a ResultSet.
castToPreparedStatement(String, String, int) - Method in class de.ispsoft.jaxme.generator.types.UserDefinedSimpleType
Returns a piece of Java code writing an instance of this type into a prepared statement.
castToString(String, String) - Method in interface de.ispsoft.jaxme.generator.SchemaSimpleType
Returns a piece of Java code converting an instance of this type into a String.
castToString(String, String) - Method in class de.ispsoft.jaxme.generator.types.Base64BinaryType
 
castToString(String) - Method in class de.ispsoft.jaxme.generator.types.BooleanType
Returns a piece of Java code converting a String into an an instance of this type.
castToString(String) - Method in class de.ispsoft.jaxme.generator.types.ByteType
Returns a piece of Java code converting a String into an an instance of this type.
castToString(String, String) - Method in class de.ispsoft.jaxme.generator.types.DateTimeType
Returns a piece of Java code converting a String into an an instance of this type.
castToString(String, String) - Method in class de.ispsoft.jaxme.generator.types.DateType
Returns a piece of Java code converting a String into an an instance of this type.
castToString(String) - Method in class de.ispsoft.jaxme.generator.types.DoubleType
Returns a piece of Java code converting a String into an an instance of this type.
castToString(String) - Method in class de.ispsoft.jaxme.generator.types.FloatType
Returns a piece of Java code converting a String into an an instance of this type.
castToString(String) - Method in class de.ispsoft.jaxme.generator.types.IntegerType
Returns a piece of Java code converting a String into an an instance of this type.
castToString(String) - Method in class de.ispsoft.jaxme.generator.types.LongType
Returns a piece of Java code converting a String into an an instance of this type.
castToString(String, String) - Method in class de.ispsoft.jaxme.generator.types.ResourceBundleFormattedType
Converts the actual type into a String.
castToString(String, String) - Method in class de.ispsoft.jaxme.generator.types.SchemaSimpleTypeImpl
 
castToString(String) - Method in class de.ispsoft.jaxme.generator.types.SchemaSimpleTypeImpl
Deprecated. Will be removed in JaxMe 2
castToString(String) - Method in class de.ispsoft.jaxme.generator.types.ShortType
Returns a piece of Java code converting a String into an an instance of this type.
castToString(String, String) - Method in class de.ispsoft.jaxme.generator.types.SimpleTypeWrapper
Returns a piece of Java code converting an instance of this type into a String.
castToString(String, String) - Method in class de.ispsoft.jaxme.generator.types.StringType
Returns a piece of Java code converting a String into an an instance of this type.
castToString(String, String) - Method in class de.ispsoft.jaxme.generator.types.TimeType
Returns a piece of Java code converting a String into an an instance of this type.
castToString(String, String) - Method in class de.ispsoft.jaxme.generator.types.UserDefinedSimpleType
Returns a piece of Java code converting an instance of this type into a String.
characters(char[], int, int) - Method in class de.ispsoft.jaxme.FilterContentHandler
 
characters(char[], int, int) - Method in class de.ispsoft.jaxme.JMAtomicContentHandler
 
characters(char[], int, int) - Method in class de.ispsoft.jaxme.JMContentHandler
 
characters(char[], int, int) - Method in class de.ispsoft.jaxme.XMLSerializer
Inserts a string of characters into the document.
characters(char[], int, int) - Method in class de.ispsoft.jaxme.jaxb.JaxbDOMSerializer
 
characters(char[], int, int) - Method in class de.ispsoft.jaxme.jaxb.JaxbXMLSerializer
Inserts a string of characters into the document.
characters(char[], int, int) - Method in class de.ispsoft.jaxme.tamino.InoResponseHandler
 
childToSAX(String, String, String, ContentHandler, NamespaceSupport) - Method in class de.ispsoft.jaxme.JMAnyElement
Converts a single, atomic element into a stream of SAX events.
childsToSAX(ContentHandler, NamespaceSupport) - Method in class de.ispsoft.jaxme.JMAnyElement
Converts the elements childs into a stream of SAX events.
clearAttributes() - Method in class de.ispsoft.jaxme.generator.SchemaComplexElement
Clears the current list of childs.
clearAttributes() - Method in class de.ispsoft.jaxme.generator.dtd.DTDElement
Clears the elements attribute list.
clearChilds() - Method in class de.ispsoft.jaxme.generator.SchemaComplexElement
Clears the current list of childs.
clearChilds() - Method in class de.ispsoft.jaxme.generator.dtd.DTDElement
Clears the elements child list.
clearClassExtensions() - Method in class de.ispsoft.jaxme.generator.SchemaElement
Clears the list of class extension declarations.
clearContext() - Method in class de.ispsoft.jaxme.generator.SqlField
Clears the current context.
clearElementDecoratorFactories() - Method in class de.ispsoft.jaxme.generator.XsdSchemaReader
Clears the ElementDecoratorFactory list.
clearImplementedInterfaces() - Method in class de.ispsoft.jaxme.generator.SchemaElement
Clears the list of interfaces implemented by the generated classes.
clearInnerClasses() - Method in class de.ispsoft.jaxme.generator.javasource.JavaSource
Clears the list of inner classes.
clearJavaSources() - Method in class de.ispsoft.jaxme.generator.SchemaElement
Clears the list of Java source pieces being included into the generated classes.
clearOptions() - Method in class de.ispsoft.jaxme.generator.Generator
Clears the list of options.
clearOptions() - Method in class de.ispsoft.jaxme.generator.SchemaElement
Clears the elements list of options.
clearOptions() - Method in class de.ispsoft.jaxme.generator.ant.JaxMeGeneratorTask
Clears the list of Options.
clearOptions() - Method in class de.ispsoft.jaxme.generator.parserdata.ParserData
Clears the option list.
clearParams() - Method in class de.ispsoft.jaxme.generator.parserdata.JdbcListMethod
Clears the list of parameters.
clearRawJavaSources() - Method in class de.ispsoft.jaxme.generator.javasource.JavaSource
Clears the list of raw Java sources.
clearSchemaElements() - Method in class de.ispsoft.jaxme.generator.Schema
Clears the list of SchemaElements.
clearSourceWriters() - Method in class de.ispsoft.jaxme.generator.Generator
Clears the list of currently registered SourceWriters.
clearSourceWriters() - Method in class de.ispsoft.jaxme.generator.ant.JaxMeGeneratorTask
Clears the list of SourceWriters.
clearSqlFields() - Method in class de.ispsoft.jaxme.generator.SchemaComplexJdbcElement
Clears the list of SQL fields.
clone() - Method in class de.ispsoft.jaxme.JMAnyElement
Returns a clone of this JMAnyElement.
clone() - Method in class de.ispsoft.jaxme.JMAttribute
Returns a clone of this attribute.
clone() - Method in class de.ispsoft.jaxme.JMEntity
 
clone() - Method in interface de.ispsoft.jaxme.JMNode
 
clone() - Method in class de.ispsoft.jaxme.JMPI
 
clone() - Method in class de.ispsoft.jaxme.generator.parserdata.JdbcParserData
 
clone() - Method in class de.ispsoft.jaxme.generator.parserdata.ParserData
 
cloneMe() - Method in class de.ispsoft.jaxme.generator.dtd.DTDElement
 
close() - Method in class de.ispsoft.jaxme.generator.dtd.RootNodeReader
Closes the parent Reader.
comparators - Variable in class de.ispsoft.jaxme.ComparatorFactory
Contains all comparators for the map.
compare(byte[], byte[]) - Static method in class de.ispsoft.jaxme.util.Base64
Compares the two byte arrays; utility method for use in a comparator.
compareTo(Object) - Method in class de.ispsoft.jaxme.generator.SchemaOption
 
compile(String) - Method in class de.ispsoft.jaxme.re.ApacheRegexpPatternCompiler
 
compile(String) - Method in class de.ispsoft.jaxme.re.DummyPatternCompiler
 
compile(String) - Method in class de.ispsoft.jaxme.re.JavaUtilPatternCompiler
 
compile(String) - Method in class de.ispsoft.jaxme.re.OroPatternCompiler
 
compile(String) - Method in interface de.ispsoft.jaxme.re.PatternCompiler
Compiles the given regular expression.
configurations - Variable in class de.ispsoft.jaxme.JMManagerFactoryImpl
 
configure(Configurable) - Method in class de.ispsoft.jaxme.generator.Generator
Configures the given Configurable with the options returned by getOptions().
context - Variable in class de.ispsoft.jaxme.ObservedHandlerImpl
 
context - Variable in class de.ispsoft.jaxme.generator.parserdata.ParserData
 
convertNameToJavaName(String) - Method in class de.ispsoft.jaxme.generator.SchemaElement
 
create() - Method in interface de.ispsoft.jaxme.JMManager
Creates a new, empty element.
create() - Method in class de.ispsoft.jaxme.JMManagerImpl
Creates a new, empty element.
createContext(String) - Static method in class de.ispsoft.jaxme.jaxb.JaxbContextFactoryImpl
 
createMarshaller() - Method in class de.ispsoft.jaxme.JMManagerFactoryImpl
 
createMarshaller() - Method in class de.ispsoft.jaxme.jaxb.JAXBContext
Deprecated. Create a Marshaller object that can be used to convert a java content tree into XML data.
createParseletClass(SchemaComplexElement) - Method in class de.ispsoft.jaxme.generator.parselets.ParseletWriter
Creates the Parselet class for a complex element.
createPrefix() - Method in class de.ispsoft.jaxme.NamespaceSupport
Creates a new default mapping for the given namespace URI.
createPrepareStatement(SchemaAbstractSimpleElement, JavaMethod, int, int) - Method in interface de.ispsoft.jaxme.generator.SchemaSimpleType
Creates Java code for preparing a JDBC statement.
createPrepareStatement(SchemaAbstractSimpleElement, JavaMethod, int, int) - Method in class de.ispsoft.jaxme.generator.types.AutoSqlType
Creates Java code for preparing a JDBC statement.
createPrepareStatement(SchemaAbstractSimpleElement, JavaMethod, int, int) - Method in class de.ispsoft.jaxme.generator.types.AutoUpdateDateTimeType
Creates Java code for preparing a JDBC statement.
createPrepareStatement(SchemaAbstractSimpleElement, JavaMethod, int, int) - Method in class de.ispsoft.jaxme.generator.types.SchemaSimpleTypeImpl
Creates Java code for preparing a JDBC statement.
createPrepareStatement(SchemaAbstractSimpleElement, JavaMethod, int, int) - Method in class de.ispsoft.jaxme.generator.types.SimpleTypeWrapper
Creates Java code for preparing a JDBC statement.
createPrepareStatement(SchemaAbstractSimpleElement, JavaMethod, int, int) - Method in class de.ispsoft.jaxme.generator.types.UserDefinedSimpleType
Creates Java code for preparing a JDBC statement.
createPreparedStatementColumnName(SchemaAbstractSimpleElement, int, String) - Method in interface de.ispsoft.jaxme.generator.SchemaSimpleType
Creates SQL code for preparing a JDBC statement.
createPreparedStatementColumnName(SchemaAbstractSimpleElement, int, String) - Method in class de.ispsoft.jaxme.generator.types.SchemaSimpleTypeImpl
Creates SQL code for preparing a JDBC statement.
createPreparedStatementColumnName(SchemaAbstractSimpleElement, int, String) - Method in class de.ispsoft.jaxme.generator.types.SimpleTypeWrapper
Creates SQL code for preparing a JDBC statement.
createPreparedStatementColumnName(SchemaAbstractSimpleElement, int, String) - Method in class de.ispsoft.jaxme.generator.types.UserDefinedSimpleType
Creates SQL code for preparing a JDBC statement.
createPreparedStatementColumnValue(SchemaAbstractSimpleElement, int) - Method in interface de.ispsoft.jaxme.generator.SchemaSimpleType
Creates SQL code for preparing a JDBC statement.
createPreparedStatementColumnValue(SchemaAbstractSimpleElement, int) - Method in class de.ispsoft.jaxme.generator.types.AutoSqlType
Creates SQL code for preparing a JDBC statement.
createPreparedStatementColumnValue(SchemaAbstractSimpleElement, int) - Method in class de.ispsoft.jaxme.generator.types.SchemaSimpleTypeImpl
Creates SQL code for preparing a JDBC statement.
createPreparedStatementColumnValue(SchemaAbstractSimpleElement, int) - Method in class de.ispsoft.jaxme.generator.types.SimpleTypeWrapper
Creates SQL code for preparing a JDBC statement.
createPreparedStatementColumnValue(SchemaAbstractSimpleElement, int) - Method in class de.ispsoft.jaxme.generator.types.UserDefinedSimpleType
Creates SQL code for preparing a JDBC statement.
createSaxEvents(SchemaAbstractSimpleElement, JavaMethod, String, String, String) - Method in interface de.ispsoft.jaxme.generator.SchemaSimpleType
Creates Java code for firing SAX events.
createSaxEvents(SchemaAbstractSimpleElement, JavaMethod, String, String, String) - Method in class de.ispsoft.jaxme.generator.types.SchemaSimpleTypeImpl
Creates Java code for firing SAX events.
createSaxEvents(SchemaAbstractSimpleElement, JavaMethod, String, String, String) - Method in class de.ispsoft.jaxme.generator.types.SimpleTypeWrapper
Creates Java code for firing SAX events.
createSaxEvents(SchemaAbstractSimpleElement, JavaMethod, String, String, String) - Method in class de.ispsoft.jaxme.generator.types.UserDefinedSimpleType
Creates Java code for firing SAX events.
createSchema(Schema, DTDElement, List) - Method in class de.ispsoft.jaxme.generator.dtd.DTDSchemaReader
 
createSchema(Schema, List) - Method in class de.ispsoft.jaxme.generator.dtd.DTDSchemaReader
 
createSchemaReader() - Method in class de.ispsoft.jaxme.generator.ant.JaxMeGeneratorTask
Sets the SchemaReader.
createUnmarshaller() - Method in class de.ispsoft.jaxme.JMManagerFactoryImpl
 
createUnmarshaller() - Method in class de.ispsoft.jaxme.jaxb.JAXBContext
Deprecated. Create an Unmarshaller object that can be used to convert XML data into a java content tree.
createValidator() - Method in class de.ispsoft.jaxme.JMManagerFactoryImpl
 
createValidator() - Method in class de.ispsoft.jaxme.jaxb.JAXBContext
Deprecated. Create a Validator object that can be used to validate a java content tree against its source schema.
currentContentHandler - Variable in class de.ispsoft.jaxme.JMContentHandler
 
currentContext - Variable in class de.ispsoft.jaxme.JMContentHandler
 
currentElement - Variable in class de.ispsoft.jaxme.JMContentHandler
 

D

DATABASE_MODE_GENERIC - Static variable in class de.ispsoft.jaxme.generator.XsdJdbcSchemaReader
 
DATABASE_MODE_ORACLE - Static variable in class de.ispsoft.jaxme.generator.XsdJdbcSchemaReader
 
DATABASE_PROPERTIES_NODE - Static variable in class de.ispsoft.jaxme.XmlDbManager
Name of the DatabaseProperties node.
DATABASE_PROPERTY_NODE - Static variable in class de.ispsoft.jaxme.XmlDbManager
Name of the DatabaseProperty node.
DATASOURCE_NODE_NAME - Static variable in class de.ispsoft.jaxme.JMJdbcManager
Name of the DataSource node, used by subclasses only
DBURL_NODE_NAME - Static variable in class de.ispsoft.jaxme.tamino.InoManager
Name of the database URL node, including the collection name.
DECIMAL - Static variable in interface de.ispsoft.jaxme.JMManager
A placeholder type matching java.sql.Types.DECIMAL.
DEFAULTS_NAME - Static variable in class de.ispsoft.jaxme.JMManagerFactoryImpl
The local name of the defaults element.
DOM - class de.ispsoft.jaxme.generator.util.DOM.
A set of utility methods for working with DOM documents.
DOM() - Constructor for class de.ispsoft.jaxme.generator.util.DOM
 
DOMSerializer - class de.ispsoft.jaxme.DOMSerializer.
Serializes a DOM document by firing off a stream of SAX events.
DOMSerializer() - Constructor for class de.ispsoft.jaxme.DOMSerializer
 
DOM_XMLNS_URI - Static variable in class de.ispsoft.jaxme.generator.util.DOM
The DOM namespace for xmlns attributes.
DOUBLE - Static variable in interface de.ispsoft.jaxme.JMManager
A placeholder type matching java.sql.Types.DOUBLE.
DRIVER_NODE_NAME - Static variable in class de.ispsoft.jaxme.JMJdbcManager
Name of the Driver node
DRIVER_NODE_NAME - Static variable in class de.ispsoft.jaxme.XmlDbManager
Name of the driver node.
DTDAttribute - class de.ispsoft.jaxme.generator.dtd.DTDAttribute.
Stores one attribute declaration from the DTD.
DTDAttribute(String, String, String, String, String) - Constructor for class de.ispsoft.jaxme.generator.dtd.DTDAttribute
Constructor for DTDAttribute.
DTDElement - class de.ispsoft.jaxme.generator.dtd.DTDElement.
Stores one element declaration from the DTD.
DTDElement(String, String) - Constructor for class de.ispsoft.jaxme.generator.dtd.DTDElement
Constructor for DTDElement.
DTDObject - class de.ispsoft.jaxme.generator.dtd.DTDObject.
An abstract base class for DTDElement and DTDAttribute.
DTDObject(String) - Constructor for class de.ispsoft.jaxme.generator.dtd.DTDObject
Constructor for DTDObject.
DTDSchemaHandler - class de.ispsoft.jaxme.generator.dtd.DTDSchemaHandler.
A SAX handler for receiving the schema declarations.
DTDSchemaHandler() - Constructor for class de.ispsoft.jaxme.generator.dtd.DTDSchemaHandler
Constructor for DTDSchemaHandler.
DTDSchemaReader - class de.ispsoft.jaxme.generator.dtd.DTDSchemaReader.
A SchemaReader reading a DTD (Document Type Declaration).
DTDSchemaReader() - Constructor for class de.ispsoft.jaxme.generator.dtd.DTDSchemaReader
Constructor for DTDSchemaReader.
DateTimeType - class de.ispsoft.jaxme.generator.types.DateTimeType.
An implementation of the dateTime type.
DateTimeType() - Constructor for class de.ispsoft.jaxme.generator.types.DateTimeType
Creates a new DateTimeType instance.
DateTimeType(String, String) - Constructor for class de.ispsoft.jaxme.generator.types.DateTimeType
Creates a new DateTimeType instance with the given local name and namespace URI.
DateType - class de.ispsoft.jaxme.generator.types.DateType.
An implementation of the date type.
DateType() - Constructor for class de.ispsoft.jaxme.generator.types.DateType
Creates a new DateType instance.
DateType(String, String) - Constructor for class de.ispsoft.jaxme.generator.types.DateType
Creates a new DateType instance with the given local name and namespace URI.
DebugWriter - class de.ispsoft.jaxme.generator.DebugWriter.
A SourceWriter that emits a structure tree on System.out.
DebugWriter() - Constructor for class de.ispsoft.jaxme.generator.DebugWriter
Creates new DebugWriter
DecimalType - class de.ispsoft.jaxme.generator.types.DecimalType.
An implementation of the double type.
DecimalType() - Constructor for class de.ispsoft.jaxme.generator.types.DecimalType
Creates a new DecimalType instance.
DecimalType(String, String) - Constructor for class de.ispsoft.jaxme.generator.types.DecimalType
Creates a new DecimalType instance with the given local name and namespace URI.
DoubleType - class de.ispsoft.jaxme.generator.types.DoubleType.
An implementation of the double type.
DoubleType() - Constructor for class de.ispsoft.jaxme.generator.types.DoubleType
Creates a new DoubleType instance.
DoubleType(String, String) - Constructor for class de.ispsoft.jaxme.generator.types.DoubleType
Creates a new DoubleType instance with the given local name and namespace URI.
DummyPatternCompiler - class de.ispsoft.jaxme.re.DummyPatternCompiler.
The DummyPatternCompiler creates rather useless patterns: They return true for any pattern and input string.
DummyPatternCompiler() - Constructor for class de.ispsoft.jaxme.re.DummyPatternCompiler
 
datasource - Variable in class de.ispsoft.jaxme.JMJdbcManager
 
datasource - Variable in class de.ispsoft.jaxme.generator.parserdata.JdbcParserData
 
de.ispsoft.jaxme - package de.ispsoft.jaxme
 
de.ispsoft.jaxme.generator - package de.ispsoft.jaxme.generator
 
de.ispsoft.jaxme.generator.ant - package de.ispsoft.jaxme.generator.ant
 
de.ispsoft.jaxme.generator.beanwriter - package de.ispsoft.jaxme.generator.beanwriter
 
de.ispsoft.jaxme.generator.decorators - package de.ispsoft.jaxme.generator.decorators
 
de.ispsoft.jaxme.generator.dtd - package de.ispsoft.jaxme.generator.dtd
 
de.ispsoft.jaxme.generator.javaclasswriter - package de.ispsoft.jaxme.generator.javaclasswriter
 
de.ispsoft.jaxme.generator.javasource - package de.ispsoft.jaxme.generator.javasource
 
de.ispsoft.jaxme.generator.parselets - package de.ispsoft.jaxme.generator.parselets
 
de.ispsoft.jaxme.generator.parserdata - package de.ispsoft.jaxme.generator.parserdata
 
de.ispsoft.jaxme.generator.types - package de.ispsoft.jaxme.generator.types
 
de.ispsoft.jaxme.generator.util - package de.ispsoft.jaxme.generator.util
 
de.ispsoft.jaxme.generator.visitors - package de.ispsoft.jaxme.generator.visitors
 
de.ispsoft.jaxme.jaxb - package de.ispsoft.jaxme.jaxb
 
de.ispsoft.jaxme.re - package de.ispsoft.jaxme.re
 
de.ispsoft.jaxme.tamino - package de.ispsoft.jaxme.tamino
 
de.ispsoft.jaxme.util - package de.ispsoft.jaxme.util
 
decode(String) - Static method in class de.ispsoft.jaxme.util.Base64
Converts the Base64 encoded string into a byte array.
defaults - Variable in class de.ispsoft.jaxme.JMManagerFactoryImpl
 
define(String) - Method in class de.ispsoft.jaxme.tamino.InoManager
Defines the given schema in the database.
delete(JMAnyElement) - Method in class de.ispsoft.jaxme.JMFileManager
Not implemented, throws a SAXException.
delete(JMAnyElement) - Method in class de.ispsoft.jaxme.JMJdbcManager
Deletes the given element in the database.
delete(JMAnyElement) - Method in interface de.ispsoft.jaxme.JMManager
Deletes the given document from the database.
delete(JMAnyElement) - Method in class de.ispsoft.jaxme.JMManagerImpl
 
delete(JMAnyElement) - Method in class de.ispsoft.jaxme.XmlDbManager
Deletes the given document from the database.
delete(JMAnyElement) - Method in class de.ispsoft.jaxme.tamino.InoManager
Deletes the given document from the database.
directory - Variable in class de.ispsoft.jaxme.generator.SourceWriterImpl
 
driver - Variable in class de.ispsoft.jaxme.JMJdbcManager
 
driver - Variable in class de.ispsoft.jaxme.generator.parserdata.JdbcParserData
 

E

ELEMENT_CLASS_NAME - Static variable in class de.ispsoft.jaxme.JMManagerImpl
The local name of the ElementClass element.
EMPTY_ELEMENT_STYLE_HTML - Static variable in class de.ispsoft.jaxme.XMLSerializer
Constant for serializing empty elements in HTML style, like this: <elem/>
EMPTY_ELEMENT_STYLE_HTML - Static variable in class de.ispsoft.jaxme.jaxb.MarshallerImpl
A constant for formatting empty elements like this: <empty></empty> The builtin default is EMPTY_ELEMENT_STYLE_XML.
EMPTY_ELEMENT_STYLE_XML - Static variable in class de.ispsoft.jaxme.XMLSerializer
Constant for serializing empty elements in XML style, like this: <elem/>
EMPTY_ELEMENT_STYLE_XML - Static variable in class de.ispsoft.jaxme.jaxb.MarshallerImpl
A constant for formatting empty elements like this: <empty&> This is the builtin default.
ERROR - Static variable in interface de.ispsoft.jaxme.jaxb.ValidationEvent
Deprecated. Conditions that correspond to the definition of "error" in section 1.2 of the W3C XML 1.0 Recommendation
ERROR_NO_JAXME_ELEMENT - Static variable in class de.ispsoft.jaxme.jaxb.ErrorCodes
Error code: The supplied object is not an instance of JMAnyElement.
Element - interface de.ispsoft.jaxme.jaxb.Element.
Deprecated. Soon to be replaced with javax.xml.bind.Element
ElementDecorator - interface de.ispsoft.jaxme.generator.decorators.ElementDecorator.
An interface for extensions of XsdSchemaReader.
ElementDecoratorFactory - interface de.ispsoft.jaxme.generator.decorators.ElementDecoratorFactory.
A factory for ElementDecorators.
ElementDecoratorFactoryImpl - class de.ispsoft.jaxme.generator.decorators.ElementDecoratorFactoryImpl.
A default implementation for ElementDecoratorFactory.
ElementDecoratorFactoryImpl() - Constructor for class de.ispsoft.jaxme.generator.decorators.ElementDecoratorFactoryImpl
Creates a new instance of ElementDecoratorFactoryImpl.
ElementRestrictionContainer - class de.ispsoft.jaxme.generator.ElementRestrictionContainer.
 
ElementRestrictionContainer() - Constructor for class de.ispsoft.jaxme.generator.ElementRestrictionContainer
 
EntityBeanClassWriter - class de.ispsoft.jaxme.generator.beanwriter.EntityBeanClassWriter.
Used by the BeanWriter to generate entity beans.
EntityBeanClassWriter(SourceWriterImpl, SchemaComplexElement) - Constructor for class de.ispsoft.jaxme.generator.beanwriter.EntityBeanClassWriter
Creates a new instance of EntityBeanWriter
ErrorCodes - class de.ispsoft.jaxme.jaxb.ErrorCodes.
List of possible error codes that appear in JaxbExceptions.
ErrorCodes() - Constructor for class de.ispsoft.jaxme.jaxb.ErrorCodes
 
element - Variable in class de.ispsoft.jaxme.generator.beanwriter.EntityBeanClassWriter
 
elementDecl(String, String) - Method in class de.ispsoft.jaxme.generator.dtd.DTDSchemaHandler
 
elementFormDefault - Variable in class de.ispsoft.jaxme.generator.parserdata.ParserData
 
elements - Variable in class de.ispsoft.jaxme.generator.Schema
 
emptyAttributes - Static variable in class de.ispsoft.jaxme.JMAnyElement
 
emptyAttributes - Static variable in class de.ispsoft.jaxme.generator.BeanWriter
 
emptyAttributes - Static variable in class de.ispsoft.jaxme.generator.beanwriter.EntityBeanClassWriter
 
encode(byte[]) - Static method in class de.ispsoft.jaxme.util.Base64
Converts the byte array into a Base64 encoded string.
endDocument() - Method in class de.ispsoft.jaxme.FilterContentHandler
 
endDocument() - Method in class de.ispsoft.jaxme.ObservedHandlerImpl
Called to terminate the document.
endDocument() - Method in class de.ispsoft.jaxme.XMLSerializer
This method finishs the handlers action.
endDocument() - Method in class de.ispsoft.jaxme.jaxb.JaxbDOMSerializer
 
endDocument() - Method in class de.ispsoft.jaxme.jaxb.JaxbXMLSerializer
This method finishs the handlers action.
endDocument() - Method in class de.ispsoft.jaxme.tamino.InoResponseHandler
 
endElement(String, String, String) - Method in class de.ispsoft.jaxme.FilterContentHandler
 
endElement(String, String, String) - Method in class de.ispsoft.jaxme.JMAtomicContentHandler
 
endElement(String, String, String) - Method in class de.ispsoft.jaxme.JMContentHandler
 
endElement(String, String, String) - Method in class de.ispsoft.jaxme.XMLSerializer
Terminates an element.
endElement(String, String, String) - Method in class de.ispsoft.jaxme.jaxb.JaxbDOMSerializer
 
endElement(String, String, String) - Method in class de.ispsoft.jaxme.jaxb.JaxbXMLSerializer
Terminates an element.
endElement(String, String, String) - Method in class de.ispsoft.jaxme.tamino.InoResponseHandler
 
endPrefixMapping(String) - Method in class de.ispsoft.jaxme.FilterContentHandler
 
endPrefixMapping(String) - Method in class de.ispsoft.jaxme.JMAtomicContentHandler
 
endPrefixMapping(String) - Method in class de.ispsoft.jaxme.JMContentHandler
 
endPrefixMapping(String) - Method in class de.ispsoft.jaxme.NamespaceSupport
Implements org.xml.sax.ContentHandler.endPrefixMapping().
endPrefixMapping(String) - Method in class de.ispsoft.jaxme.XMLSerializer
Terminates use of a namespace prefix.
endPrefixMapping(String) - Method in class de.ispsoft.jaxme.jaxb.JaxbDOMSerializer
 
endPrefixMapping(String) - Method in class de.ispsoft.jaxme.jaxb.JaxbXMLSerializer
Terminates use of a namespace prefix.
endPrefixMapping(String) - Method in class de.ispsoft.jaxme.tamino.InoResponseHandler
 
equals(Object) - Method in class de.ispsoft.jaxme.UriName
Returns whether URI and hash code are the same.
equals(Object) - Method in class de.ispsoft.jaxme.generator.SchemaOption
 
execute() - Method in class de.ispsoft.jaxme.generator.ant.JaxMeGeneratorTask
Performs the actual task.
executeQueries(Connection, PreparedStatement[]) - Method in class de.ispsoft.jaxme.JMJdbcManager
 
executeStatement(String, Object[]) - Method in class de.ispsoft.jaxme.JMJdbcManager
Executes the given statement.
extendsClassName - Variable in class de.ispsoft.jaxme.generator.parserdata.ParserData
 
externalEntityDecl(String, String, String) - Method in class de.ispsoft.jaxme.generator.dtd.DTDSchemaHandler
 

F

FATAL_ERROR - Static variable in interface de.ispsoft.jaxme.jaxb.ValidationEvent
Deprecated. Conditions that correspond to the definition of "fatal error" in section 1.2 of the W3C XML 1.0 Recommendation
FLOAT - Static variable in interface de.ispsoft.jaxme.JMManager
A placeholder type matching java.sql.Types.FLOAT.
FilterContentHandler - class de.ispsoft.jaxme.FilterContentHandler.
This is a ContentHandler that fires SAX events it receives into a second ContentHandler, the parent handler.
FilterContentHandler() - Constructor for class de.ispsoft.jaxme.FilterContentHandler
Creates a new FilterContentHandler instance without parent handler.
FilterContentHandler(ContentHandler) - Constructor for class de.ispsoft.jaxme.FilterContentHandler
Creates a new FilterContentHandler instance with the given parent handler.
FloatType - class de.ispsoft.jaxme.generator.types.FloatType.
An implementation of the float type.
FloatType() - Constructor for class de.ispsoft.jaxme.generator.types.FloatType
Creates a new floatType instance.
FloatType(String, String) - Constructor for class de.ispsoft.jaxme.generator.types.FloatType
Creates a new FloatType instance with the given local name and namespace URI.
Format - class de.ispsoft.jaxme.util.Format.
A set of utility methods for working with java.text.Format objects.
Format() - Constructor for class de.ispsoft.jaxme.util.Format
 
fileName - Variable in class de.ispsoft.jaxme.JMFileManager
 
fillPrefixList(SchemaElement, Map, Set) - Method in class de.ispsoft.jaxme.generator.javaclasswriter.BasicJavaClassWriter
Fills the list generated by getPrefixListField().
findComplexType(Element, String, int) - Method in class de.ispsoft.jaxme.generator.parserdata.ParserData
 
findDefaultNamespaceURI(Element) - Static method in class de.ispsoft.jaxme.generator.XsdSchemaReader
 
findElement(String, Element, Schema, ParserData) - Method in class de.ispsoft.jaxme.generator.XsdSchemaReader
 
findNamespaceURI(String, Element) - Static method in class de.ispsoft.jaxme.generator.XsdSchemaReader
 
findSimpleType(Element, String) - Method in class de.ispsoft.jaxme.generator.parserdata.ParserData
 
findType(String, Element, ParserData, boolean) - Method in class de.ispsoft.jaxme.generator.XsdSchemaReader
 
findType(String, String) - Method in class de.ispsoft.jaxme.generator.parserdata.ParserData
 
formatDate(Date) - Static method in class de.ispsoft.jaxme.JMAnyElement
Deprecated. Will be removed in JaxMe 2. Use a Marshaller and its property jaxme.format.datetime to achieve the same functionality.
formatDate(DateFormat, Date) - Static method in class de.ispsoft.jaxme.util.Format
Takes an instance of java.util.Date and converts it to a String using the given instance of DateFormat.

G

Generator - class de.ispsoft.jaxme.generator.Generator.
The Generator is reading an input schema.
Generator() - Constructor for class de.ispsoft.jaxme.generator.Generator
Creates new Generator
generate(String) - Method in class de.ispsoft.jaxme.generator.Generator
Calls the specified SchemaReaders parse() method and the SourceWriters write() method.
generate(File) - Method in class de.ispsoft.jaxme.generator.Generator
Opens the given file, calls the specified SchemaReaders () method and SourceWriters write() method.
generate(URL) - Method in class de.ispsoft.jaxme.generator.Generator
Opens the given URL, calls the specified SchemaReaders () method and SourceWriters write() method.
generateBean() - Method in interface de.ispsoft.jaxme.generator.beanwriter.BeanClassWriter
 
generateBean() - Method in class de.ispsoft.jaxme.generator.beanwriter.EntityBeanClassWriter
Generates the bean class.
generateBeanClassInitializer(JavaSource) - Method in class de.ispsoft.jaxme.generator.beanwriter.EntityBeanClassWriter
Generates the bean classes class constructor.
generateCloneFor(JavaMethod, SchemaElement, int) - Method in class de.ispsoft.jaxme.generator.javaclasswriter.BasicJavaClassWriter
Clones a single attribute or child element.
generateContextField(JavaSource) - Method in class de.ispsoft.jaxme.generator.beanwriter.EntityBeanClassWriter
Generates the context field.
generateContextField(JavaSource) - Method in class de.ispsoft.jaxme.generator.beanwriter.SessionBeanClassWriter
Generates the context field.
generateCreateMethod(JavaSource) - Method in class de.ispsoft.jaxme.generator.beanwriter.EntityBeanClassWriter
Generates the create() method.
generateCreateMethod(JavaSource) - Method in class de.ispsoft.jaxme.generator.beanwriter.SessionBeanClassWriter
Generates the create() method.
generateEjbActivateMethod(JavaSource) - Method in class de.ispsoft.jaxme.generator.beanwriter.EntityBeanClassWriter
Generates the ejbActivate() method.
generateEjbJar(Schema) - Method in class de.ispsoft.jaxme.generator.BeanWriter
Generates an ejb-jar file for the generated beans.
generateEjbJarElement(ContentHandler, String, String) - Static method in class de.ispsoft.jaxme.generator.BeanWriter
Generates a single, atomic element in the ejb-jar file.
generateEjbLoadMethod(JavaSource) - Method in class de.ispsoft.jaxme.generator.beanwriter.EntityBeanClassWriter
Generates the ejbLoad() method.
generateEjbLoadMethod(JavaSource) - Method in class de.ispsoft.jaxme.generator.beanwriter.SessionBeanClassWriter
Generates the ejbLoad() method.
generateEjbPassivateMethod(JavaSource) - Method in class de.ispsoft.jaxme.generator.beanwriter.EntityBeanClassWriter
Generates the ejbPassivate() method.
generateEjbPostCreateMethod(JavaSource) - Method in class de.ispsoft.jaxme.generator.beanwriter.EntityBeanClassWriter
Generates the ejbPostCreate() method.
generateEjbPostCreateMethod(JavaSource) - Method in class de.ispsoft.jaxme.generator.beanwriter.SessionBeanClassWriter
Generates the ejbPostCreate() method.
generateEjbRemoveMethod(JavaSource) - Method in class de.ispsoft.jaxme.generator.beanwriter.EntityBeanClassWriter
Generates the ejbRemove() method.
generateEjbRemoveMethod(JavaSource) - Method in class de.ispsoft.jaxme.generator.beanwriter.SessionBeanClassWriter
Generates the ejbRemove() method.
generateEjbStoreMethod(JavaSource) - Method in class de.ispsoft.jaxme.generator.beanwriter.EntityBeanClassWriter
Generates the ejbStore() method.
generateEjbStoreMethod(JavaSource) - Method in class de.ispsoft.jaxme.generator.beanwriter.SessionBeanClassWriter
Generates the ejbStore() method.
generateElementField(JavaSource) - Method in class de.ispsoft.jaxme.generator.beanwriter.EntityBeanClassWriter
Generates the element field.
generateElementField(JavaSource) - Method in class de.ispsoft.jaxme.generator.beanwriter.SessionBeanClassWriter
Generates the element field.
generateField(JavaSource, SchemaElement) - Method in class de.ispsoft.jaxme.generator.javaclasswriter.BasicJavaClassWriter
Generates a single attribute or subelement.
generateFields(SchemaElement, JavaSource) - Method in class de.ispsoft.jaxme.generator.javaclasswriter.BasicJavaClassWriter
Adds properties for a complex elements attributes and subelements.
generateFindByPrimaryKeyMethod(JavaSource) - Method in class de.ispsoft.jaxme.generator.beanwriter.EntityBeanClassWriter
Generates the findByPrimaryKey() method.
generateFindByPrimaryKeyMethod(JavaSource) - Method in class de.ispsoft.jaxme.generator.beanwriter.SessionBeanClassWriter
Generates the findByPrimaryKey() method.
generateFindByQueryFourArgsMethod(JavaSource) - Method in class de.ispsoft.jaxme.generator.beanwriter.EntityBeanClassWriter
Generates the findByQuery() method with four arguments.
generateFindByQueryFourArgsMethod(JavaSource) - Method in class de.ispsoft.jaxme.generator.beanwriter.SessionBeanClassWriter
Generates the findByQuery() method with four arguments.
generateFindByQueryOneArgMethod(JavaSource) - Method in class de.ispsoft.jaxme.generator.beanwriter.EntityBeanClassWriter
Generates the findByQuery() method with one argument.
generateFindByQueryOneArgMethod(JavaSource) - Method in class de.ispsoft.jaxme.generator.beanwriter.SessionBeanClassWriter
Generates the findByQuery() method with one argument.
generateFindByQueryThreeArgsMethod(JavaSource) - Method in class de.ispsoft.jaxme.generator.beanwriter.EntityBeanClassWriter
Generates the findByQuery() method with three arguments.
generateFindByQueryThreeArgsMethod(JavaSource) - Method in class de.ispsoft.jaxme.generator.beanwriter.SessionBeanClassWriter
Generates the findByQuery() method with three arguments.
generateFindByQueryTwoArgsMethod(JavaSource) - Method in class de.ispsoft.jaxme.generator.beanwriter.EntityBeanClassWriter
Generates the findByQuery() method with two arguments.
generateFindByQueryTwoArgsMethod(JavaSource) - Method in class de.ispsoft.jaxme.generator.beanwriter.SessionBeanClassWriter
Generates the findByQuery() method with two arguments.
generateGetXMLMethod(JavaSource) - Method in class de.ispsoft.jaxme.generator.beanwriter.EntityBeanClassWriter
Generates the getXML() method.
generateGetXMLMethod(JavaSource) - Method in class de.ispsoft.jaxme.generator.beanwriter.SessionBeanClassWriter
Generates the getXML() method.
generateHome() - Method in interface de.ispsoft.jaxme.generator.beanwriter.BeanClassWriter
 
generateHome() - Method in class de.ispsoft.jaxme.generator.beanwriter.EntityBeanClassWriter
Generates the beans home interface.
generateIsModifiedMethod(JavaSource) - Method in class de.ispsoft.jaxme.generator.beanwriter.EntityBeanClassWriter
Generates the isModified() method.
generateIsModifiedMethod(JavaSource) - Method in class de.ispsoft.jaxme.generator.beanwriter.SessionBeanClassWriter
Generates the isModified() method.
generatePrepareStatements(JavaMethod, List, List, String) - Method in class de.ispsoft.jaxme.generator.javaclasswriter.JdbcTableClassWriter
 
generatePrimaryKey() - Method in interface de.ispsoft.jaxme.generator.beanwriter.BeanClassWriter
 
generatePrimaryKey() - Method in class de.ispsoft.jaxme.generator.beanwriter.EntityBeanClassWriter
Generates the primary key class.
generatePrimaryKey() - Method in class de.ispsoft.jaxme.generator.beanwriter.SessionBeanClassWriter
Generates the primary key class.
generatePrimaryKeyEquals(String, String) - Method in class de.ispsoft.jaxme.generator.beanwriter.EntityBeanClassWriter
Generates a test for equality for update().
generatePrimaryKeyQuery(String) - Method in class de.ispsoft.jaxme.generator.beanwriter.EntityBeanClassWriter
Generates a query for a primary key for findByPrimaryKey.
generatePrimaryKeyQueryPlaceHolders(String) - Method in class de.ispsoft.jaxme.generator.beanwriter.EntityBeanClassWriter
Generates a placeholder list for findByPrimaryKey.
generatePrimaryKeyResult(String) - Method in class de.ispsoft.jaxme.generator.beanwriter.EntityBeanClassWriter
Generates a result for findByPrimaryKey.
generatePrimaryKeyToString(String) - Method in class de.ispsoft.jaxme.generator.beanwriter.EntityBeanClassWriter
Generates a description of the primary key for use in error messages.
generateRemote() - Method in interface de.ispsoft.jaxme.generator.beanwriter.BeanClassWriter
 
generateRemote() - Method in class de.ispsoft.jaxme.generator.beanwriter.EntityBeanClassWriter
Generates the beans remote interface.
generateSetContextMethod(JavaSource) - Method in class de.ispsoft.jaxme.generator.beanwriter.EntityBeanClassWriter
Generates the setEntityContext() method.
generateSetContextMethod(JavaSource) - Method in class de.ispsoft.jaxme.generator.beanwriter.SessionBeanClassWriter
Generates the setEntityContext() method.
generateUnsetContextMethod(JavaSource) - Method in class de.ispsoft.jaxme.generator.beanwriter.EntityBeanClassWriter
Generates the unsetEntityContext() method.
generateUnsetContextMethod(JavaSource) - Method in class de.ispsoft.jaxme.generator.beanwriter.SessionBeanClassWriter
Generates the unsetEntityContext() method.
generateUpdateMethod(JavaSource) - Method in class de.ispsoft.jaxme.generator.beanwriter.EntityBeanClassWriter
Generates the update() method.
generateUpdateMethod(JavaSource) - Method in class de.ispsoft.jaxme.generator.beanwriter.SessionBeanClassWriter
Generates the update() method.
generator - Variable in class de.ispsoft.jaxme.generator.SourceWriterImpl
 
getAccessors() - Method in class de.ispsoft.jaxme.generator.SchemaAnnotationOwner
Returns whether accessors should be generated.
getAddFieldMethod(JavaSource, SchemaElement) - Method in class de.ispsoft.jaxme.generator.javaclasswriter.BasicJavaClassWriter
Creates a fields add method.
getAddMethodName() - Method in class de.ispsoft.jaxme.generator.SchemaElement
If this element has accessor methods: Returns the name of the get method.
getAddWhitespace() - Method in class de.ispsoft.jaxme.JMContentHandler
Returns whether trailing or prepending whitespace should be added as an unknown child.
getAllParams() - Method in class de.ispsoft.jaxme.generator.parserdata.JdbcListMethod
Returns the array of parameters.
getAnnotationNode(Element) - Static method in class de.ispsoft.jaxme.generator.util.DOM
Returns an elements or attributes xs:annotation node, or null, if no such node exists.
getAppInfoNode(Element) - Static method in class de.ispsoft.jaxme.generator.util.DOM
Returns an elements or attributes xs:appinfo node, or null, if no such node exists.
getAssignmentFrom() - Method in class de.ispsoft.jaxme.generator.SchemaElement
Returns Java code that reads the fields value.
getAssignmentTo(String) - Method in class de.ispsoft.jaxme.generator.SchemaElement
Returns Java code that assigns a value to this field.
getAttrQName(String, String, ContentHandler) - Method in class de.ispsoft.jaxme.NamespaceSupport
Returns a qualified attribute name for the given namespace URI and local name.
getAttribute(String, String) - Method in class de.ispsoft.jaxme.JMAnyElement
Deprecated. Use getAttribute(String pNamespaceURI, String pLocalName, MarshallerImpl pMarshaller)
getAttribute(String, String, MarshallerImpl) - Method in class de.ispsoft.jaxme.JMAnyElement
Returns the value of a single attribute.
getAttributeComparator(String, String) - Method in class de.ispsoft.jaxme.ComparatorFactory
 
getAttributeFormDefaultQualified() - Method in class de.ispsoft.jaxme.generator.Schema
Returns whether attributes are by default qualified.
getAttributes(ContentHandler, NamespaceSupport) - Method in class de.ispsoft.jaxme.JMAnyElement
Returns the elements attribute list suitable for a SAX ContentHandler.
getAttributes() - Method in class de.ispsoft.jaxme.generator.SchemaComplexElement
Returns an iterator to the current list of attributes.
getAttributes() - Method in class de.ispsoft.jaxme.generator.dtd.DTDElement
Returns an iterator to the attribute list.
getAuthor() - Method in class de.ispsoft.jaxme.generator.javasource.JavaComment
Returns the JavaDoc author field or null, if there is no author field.
getBase() - Method in interface de.ispsoft.jaxme.generator.types.AbstractType
Returns the base type.
getBase() - Method in class de.ispsoft.jaxme.generator.types.SimpleTypeWrapper
Returns the base type.
getBeanClassName() - Method in class de.ispsoft.jaxme.generator.beanwriter.EntityBeanClassWriter
Returns the name of the generated bean class.
getBeanClassWriter(SchemaElement) - Method in class de.ispsoft.jaxme.generator.BeanWriter
Returns a BeanClassWriter for the given element.
getBeanImplementsClass() - Method in class de.ispsoft.jaxme.generator.beanwriter.EntityBeanClassWriter
Generates the interface, that the bean class implements.
getBeanImplementsClass() - Method in class de.ispsoft.jaxme.generator.beanwriter.SessionBeanClassWriter
Generates the interface, that the bean class implements.
getBeanListMethods() - Method in class de.ispsoft.jaxme.generator.beanwriter.EntityBeanClassWriter
 
getBeanListMethods() - Method in class de.ispsoft.jaxme.generator.beanwriter.SessionBeanClassWriter
 
getBeanName() - Method in class de.ispsoft.jaxme.generator.beanwriter.EntityBeanClassWriter
Returns the beans name for resource references.
getBeanName() - Method in class de.ispsoft.jaxme.generator.beanwriter.SessionBeanClassWriter
Returns the beans name for resource references.
getBinaryStream(InputStream) - Static method in class de.ispsoft.jaxme.util.Lob
Reads a BLOB and returns it as a byte array.
getCharacterStream(Reader) - Static method in class de.ispsoft.jaxme.util.Lob
Reads a BLOB and returns it as a String.
getChildElement(Node, String, String) - Static method in class de.ispsoft.jaxme.generator.util.DOM
Returns the child element with namespace URI pNamespaceURI and local name pLocalName of pNode, if any.
getChildMap(Iterator) - Method in class de.ispsoft.jaxme.generator.javaclasswriter.BasicJavaClassWriter
 
getChilds() - Method in class de.ispsoft.jaxme.JMAnyElement
Returns the current list of childs.
getChilds() - Method in class de.ispsoft.jaxme.generator.SchemaComplexElement
Returns an iterator to the current list of childs.
getChilds() - Method in class de.ispsoft.jaxme.generator.dtd.DTDElement
Returns an iterator to the child list.
getChildsToSAXMethod(JavaSource) - Method in class de.ispsoft.jaxme.generator.javaclasswriter.BasicJavaClassWriter
Generates the childsToSAX() method.
getClassExtension(String, String) - Method in class de.ispsoft.jaxme.generator.SchemaElement
Returns a class extended by the given class or null, if no matching declaration was found.
getClassName() - Method in class de.ispsoft.jaxme.generator.SchemaComplexElement
 
getClassName() - Method in class de.ispsoft.jaxme.generator.SchemaElement.ImplementedInterface
 
getClassName() - Method in class de.ispsoft.jaxme.generator.SchemaElement.PieceOfJavaSource
 
getClassName() - Method in class de.ispsoft.jaxme.generator.SchemaElement
Returns this elements class name.
getClassName() - Method in class de.ispsoft.jaxme.generator.ant.SchemaReaderType
Returns the actual SourceWriter class.
getClassName() - Method in class de.ispsoft.jaxme.generator.ant.SourceWriterType
Returns the actual SourceWriter class.
getClone(String) - Method in class de.ispsoft.jaxme.generator.SchemaElement
Returns Java code that creates a clone of this element.
getClone(String) - Method in interface de.ispsoft.jaxme.generator.SchemaSimpleType
Returns a piece of Java code cloning an instance of this type.
getClone() - Method in interface de.ispsoft.jaxme.generator.SchemaType
Returns a clone of this type.
getClone() - Method in class de.ispsoft.jaxme.generator.types.AutoSqlType
Returns a clone of this type.
getClone(String) - Method in class de.ispsoft.jaxme.generator.types.DateTimeType
Returns a piece of Java code cloning an instance of this type.
getClone(String) - Method in class de.ispsoft.jaxme.generator.types.DateType
Returns a piece of Java code cloning an instance of this type.
getClone(String) - Method in class de.ispsoft.jaxme.generator.types.SchemaSimpleTypeImpl
Returns a piece of Java code cloning an instance of this type.
getClone() - Method in class de.ispsoft.jaxme.generator.types.SchemaTypeImpl
 
getClone(String) - Method in class de.ispsoft.jaxme.generator.types.SimpleTypeWrapper
Returns a piece of Java code cloning an instance of this type.
getClone() - Method in class de.ispsoft.jaxme.generator.types.SimpleTypeWrapper
Returns a clone of this type.
getClone(String) - Method in class de.ispsoft.jaxme.generator.types.TimeType
Returns a piece of Java code cloning an instance of this type.
getClone(String) - Method in class de.ispsoft.jaxme.generator.types.TimestampType
Returns a piece of Java code cloning an instance of this type.
getClone(String) - Method in class de.ispsoft.jaxme.generator.types.UserDefinedSimpleType
Returns a piece of Java code cloning an instance of this type.
getCloneMethod() - Method in class de.ispsoft.jaxme.generator.javaclasswriter.BasicJavaClassWriter
Generates the clone() method.
getCollection() - Method in class de.ispsoft.jaxme.XmlDbManager
 
getColumnName() - Method in class de.ispsoft.jaxme.generator.SqlField
Returns the column name.
getColumnNumber() - Method in interface de.ispsoft.jaxme.jaxb.ValidationEventLocator
Deprecated. Return the column number if available
getComment() - Method in class de.ispsoft.jaxme.generator.javasource.JavaSource
Returns the comment describing this class or interface.
getComment() - Method in class de.ispsoft.jaxme.generator.javasource.JavaSourceObject
Returns a comment describing this JavaSource object.
getComparatorClass(SchemaComplexElement) - Method in class de.ispsoft.jaxme.generator.ComparatorWriter
 
getComparatorClassName(SchemaComplexElement) - Method in class de.ispsoft.jaxme.generator.ComparatorWriter
 
getComparatorPackageName(SchemaComplexElement) - Method in class de.ispsoft.jaxme.generator.ComparatorWriter
 
getCompare(String, String) - Method in interface de.ispsoft.jaxme.generator.SchemaSimpleType
Returns a piece of Java code that compares the given, non-null values.
getCompare(String, String) - Method in class de.ispsoft.jaxme.generator.types.Base64BinaryType
 
getCompare(String, String) - Method in class de.ispsoft.jaxme.generator.types.BooleanType
Returns a piece of Java code that compares the given, non-null values.
getCompare(String, String) - Method in class de.ispsoft.jaxme.generator.types.ByteType
Returns a piece of Java code that compares the given, non-null values.
getCompare(String, String) - Method in class de.ispsoft.jaxme.generator.types.DateTimeType
Returns a piece of Java code that compares the given, non-null values.
getCompare(String, String) - Method in class de.ispsoft.jaxme.generator.types.DateType
Returns a piece of Java code that compares the given, non-null values.
getCompare(String, String) - Method in class de.ispsoft.jaxme.generator.types.DoubleType
Returns a piece of Java code that compares the given, non-null values.
getCompare(String, String) - Method in class de.ispsoft.jaxme.generator.types.FloatType
Returns a piece of Java code that compares the given, non-null values.
getCompare(String, String) - Method in class de.ispsoft.jaxme.generator.types.IntegerType
Returns a piece of Java code that compares the given, non-null values.
getCompare(String, String) - Method in class de.ispsoft.jaxme.generator.types.LongType
Returns a piece of Java code that compares the given, non-null values.
getCompare(String, String) - Method in class de.ispsoft.jaxme.generator.types.ShortType
Returns a piece of Java code that compares the given, non-null values.
getCompare(String, String) - Method in class de.ispsoft.jaxme.generator.types.SimpleTypeWrapper
Returns a piece of Java code that compares the given, non-null values.
getCompare(String, String) - Method in class de.ispsoft.jaxme.generator.types.StringType
Returns a piece of Java code that compares the given, non-null values.
getCompare(String, String) - Method in class de.ispsoft.jaxme.generator.types.TimeType
Returns a piece of Java code that compares the given, non-null values.
getCompare(String, String) - Method in class de.ispsoft.jaxme.generator.types.UserDefinedSimpleType
Returns a piece of Java code that compares the given, non-null values.
getComplexType() - Method in class de.ispsoft.jaxme.generator.SchemaComplexElement
Returns the structure type of this element.
getConfiguration(String, String) - Method in interface de.ispsoft.jaxme.JMManagerFactory
Returns a Configuration element with the JMManager's configuration for a given namespace and local name or null, if there is no such element.
getConfiguration(String, String) - Method in class de.ispsoft.jaxme.JMManagerFactoryImpl
Returns a Configuration element with the JMManager's configuration for a given namespace and local name or null, if there is no such element.
getConfiguredSchemaReader() - Method in class de.ispsoft.jaxme.generator.Generator
Returns a SchemaReader configured with the options returned by getOptions.
getConnection() - Method in class de.ispsoft.jaxme.JMJdbcDataSourceManager
 
getConnection() - Method in class de.ispsoft.jaxme.JMJdbcManager
Returns an open JDBC connection
getConnection(String, String, String) - Static method in class de.ispsoft.jaxme.generator.XsdJdbcDataSource
 
getConnection(String, String, String, String) - Static method in class de.ispsoft.jaxme.generator.XsdJdbcDriverManager
 
getConnection(Configurable) - Method in class de.ispsoft.jaxme.generator.parserdata.JdbcParserData
Opens an SQL connection.
getConstructors() - Method in class de.ispsoft.jaxme.generator.javasource.JavaSource
Returns the list of constructors that this class has.
getContent(Blob) - Static method in class de.ispsoft.jaxme.util.OraLob
Reads data from a BLOB returned by the database.
getContent(Clob) - Static method in class de.ispsoft.jaxme.util.OraLob
Reads data from a CLOB returned by the database.
getContext(String, String) - Method in class de.ispsoft.jaxme.JMAnyElement
 
getContext() - Method in class de.ispsoft.jaxme.NamespaceSupport
Returns the NamespaceSupports current state.
getContext() - Method in interface de.ispsoft.jaxme.ObservedHandler
Returns the context to use in error messages.
getContext(String) - Method in interface de.ispsoft.jaxme.ObservedHandler
Returns the context to use in error messages, extended by the given element or attribute name.
getContext() - Method in class de.ispsoft.jaxme.ObservedHandlerImpl
Returns the context to use in error messages.
getContext(String) - Method in class de.ispsoft.jaxme.ObservedHandlerImpl
Returns the context to use in error messages, extended by the given element or attribute name.
getContext() - Method in class de.ispsoft.jaxme.generator.SqlField
Returns an iterator to the context.
getContextSize(SqlField) - Method in class de.ispsoft.jaxme.generator.javaclasswriter.JdbcTableClassWriter
 
getCreateKeyPostInsert() - Method in class de.ispsoft.jaxme.generator.parserdata.JdbcTable
Returns whether to create a key (if any) before the insert operation (false, default) or after the operation (true).
getCreateKeyQuery() - Method in class de.ispsoft.jaxme.generator.parserdata.JdbcTable
Returns an SQL query being used in insert operations to create a primary key.
getDOMNode() - Method in class de.ispsoft.jaxme.generator.SchemaElement
If this element was generated from an XML schema: The xs:element or xs:attribute node defining the element or attribute.
getData() - Method in class de.ispsoft.jaxme.JMPI
Returns the data.
getDataSourceName() - Method in class de.ispsoft.jaxme.generator.beanwriter.EntityBeanClassWriter
Returns the beans datasource name.
getDatabaseMode(Connection) - Method in class de.ispsoft.jaxme.generator.XsdJdbcSchemaReader
 
getDateFormat() - Method in class de.ispsoft.jaxme.jaxb.JMManagerFactoryAttachable
Returns the default for parsing or formatting dates.
getDateFormat(String) - Method in class de.ispsoft.jaxme.jaxb.JMManagerFactoryAttachable
Returns an instance of DateFormat for formatting an instance of java.sql.Date.
getDateFormatForPattern(String) - Method in class de.ispsoft.jaxme.jaxb.JMManagerFactoryAttachable
Returns an instance of DateFormat with the given format pattern.
getDateTimeFormat() - Method in class de.ispsoft.jaxme.jaxb.JMManagerFactoryAttachable
Returns the default for parsing or formatting datetime values.
getDateTimeFormat(String) - Method in class de.ispsoft.jaxme.jaxb.JMManagerFactoryAttachable
Returns an instance of DateFormat for formatting an instance of java.util.Date.
getDbType(String, int, int, int, String) - Method in class de.ispsoft.jaxme.generator.XsdJdbcSchemaReader
 
getDeclaration() - Method in class de.ispsoft.jaxme.jaxb.MarshallerImpl
Returns whether an XML declaration should be generated or not.
getDeclarations() - Method in class de.ispsoft.jaxme.generator.dtd.DTDSchemaHandler
Returns a list of DTDElement and DTDAttribute objects that have been parsed from the DTD.
getDeclaredBeanClassName() - Method in class de.ispsoft.jaxme.generator.beanwriter.EntityBeanClassWriter
Returns the name of the declared bean class.
getDeclaredHomeClassName() - Method in class de.ispsoft.jaxme.generator.beanwriter.EntityBeanClassWriter
Returns the name of the declared home interface.
getDeclaredPrimaryKeyClassName() - Method in class de.ispsoft.jaxme.generator.beanwriter.EntityBeanClassWriter
Returns the name of the declared primary key class.
getDeclaredRemoteClassName() - Method in class de.ispsoft.jaxme.generator.beanwriter.EntityBeanClassWriter
Returns the name of the declared remote interface.
getDecoratorDeclaration(SchemaAnnotationOwner, SchemaElement, ParserData, Element) - Method in class de.ispsoft.jaxme.generator.decorators.ElementDecoratorFactoryImpl
Called for finding a decorator declaration.
getDefaultClassName() - Method in class de.ispsoft.jaxme.generator.SchemaComplexElement
 
getDefaultConstructor(JavaSource) - Method in class de.ispsoft.jaxme.generator.javaclasswriter.BasicJavaClassWriter
Generates the default constructor.
getDefaultConstructor(JavaSource, SchemaComplexElement, ParseletDecorator) - Method in class de.ispsoft.jaxme.generator.parselets.ParseletWriter
Creates the Parselets default constructor.
getDefaultDateFormat() - Static method in class de.ispsoft.jaxme.JMAnyElement
Deprecated. Will be removed in JaxMe 2. Use a Marshaller and its property jaxme.format.datetime to achieve the same functionality.
getDefaultExtendsClassName() - Method in class de.ispsoft.jaxme.generator.XsdJdbcSchemaReader
 
getDefaultExtendsClassName() - Method in class de.ispsoft.jaxme.generator.XsdSchemaReader
 
getDefaultFieldName() - Method in class de.ispsoft.jaxme.generator.SchemaElement
Returns this elements default field name.
getDefaultHandlerConstructor(JavaSource) - Method in class de.ispsoft.jaxme.generator.javaclasswriter.BasicJavaClassWriter
Generates a default constructor for the handler class.
getDefaultPattern() - Method in class de.ispsoft.jaxme.generator.types.ResourceBundleFormattedType
Returns the default Pattern or null.
getDefaultPrefix() - Method in class de.ispsoft.jaxme.NamespaceSupport
Returns the String being used to construct a default mapping.
getDefaultTypes() - Static method in class de.ispsoft.jaxme.generator.parserdata.ParserData
Returns an array of all builtin types.
getDefaults() - Method in interface de.ispsoft.jaxme.JMManagerFactory
Returns a Defaults element with the JMManagerFactory's default settings.
getDefaults() - Method in class de.ispsoft.jaxme.JMManagerFactoryImpl
Returns a Defaults element with the JMManagerFactory's default settings.
getDefaults(ParserData, Element) - Method in class de.ispsoft.jaxme.generator.XsdSchemaReader
Reads the jaxme:defaults declaration.
getDeleteMethod(JavaSource) - Method in class de.ispsoft.jaxme.generator.javaclasswriter.JdbcTableClassWriter
 
getDeleteMethod(JavaSource) - Method in class de.ispsoft.jaxme.generator.javaclasswriter.JdbcViewClassWriter
 
getDeleteQueries(Connection, JMJdbcElement) - Method in class de.ispsoft.jaxme.JMJdbcManager
Returns an array of prepared statements, that are being performed to delete the element in the database.
getDeleteQuery(JMAnyElement) - Method in class de.ispsoft.jaxme.tamino.InoManager
Returns a query suited for deleting the element.
getDescription() - Method in class de.ispsoft.jaxme.generator.ant.JaxMeGeneratorTask
Returns the tasks description.
getDescription() - Method in class de.ispsoft.jaxme.generator.parserdata.JdbcListMethod
Returns the method description.
getDestDir() - Method in class de.ispsoft.jaxme.generator.ant.JaxMeGeneratorTask
Returns the destination directory.
getDestFile() - Method in class de.ispsoft.jaxme.generator.Generator
Returns the destination file.
getDestFile() - Method in class de.ispsoft.jaxme.generator.ant.JaxMeGeneratorTask
Returns the destination file.
getDirectory() - Method in interface de.ispsoft.jaxme.generator.SourceWriter
Returns the directory where the SourceWriter will generate files.
getDirectory() - Method in class de.ispsoft.jaxme.generator.SourceWriterImpl
Returns the directory where the SourceWriter will generate files.
getDisplayName() - Method in class de.ispsoft.jaxme.generator.SchemaElement
Returns a human readable version of the element name.
getDocumentLocator() - Method in class de.ispsoft.jaxme.NamespaceSupport
Returns a Locator previously set with setDocumentLocator().
getDocumentLocator() - Method in class de.ispsoft.jaxme.XMLSerializer
Returns the locator
getDocumentLocator() - Method in class de.ispsoft.jaxme.jaxb.JaxbDOMSerializer
Returns the Locator set with setDocumentLocator.
getDocumentLocator() - Method in class de.ispsoft.jaxme.jaxb.JaxbXMLSerializer
Returns the locator
getDocumentation() - Method in class de.ispsoft.jaxme.generator.SchemaAnnotationOwner
Returns the value of the xs:documentation element.
getDocumentationNode(Element) - Static method in class de.ispsoft.jaxme.generator.util.DOM
Returns an elements or attributes xs:documentation node, or null, if no such node exists.
getDriver() - Method in class de.ispsoft.jaxme.XmlDbManager
 
getDriverClass() - Method in class de.ispsoft.jaxme.XmlDbManager
 
getEJBException(String, String) - Method in class de.ispsoft.jaxme.generator.beanwriter.EntityBeanClassWriter
Creates a piece of JavaSource throwing an EJBException that encapsulates another Exception.
getElement(String, String) - Method in class de.ispsoft.jaxme.JMAnyElement
Returns the value of a single Element.
getElement() - Method in interface de.ispsoft.jaxme.generator.SchemaComplexType
Returns the element node declaring the type.
getElement() - Method in class de.ispsoft.jaxme.generator.types.AnyType
 
getElement() - Method in class de.ispsoft.jaxme.generator.types.UserDefinedType
 
getElementComparator(String, String) - Method in class de.ispsoft.jaxme.ComparatorFactory
 
getElementDecorator(ElementDecoratorFactory) - Method in class de.ispsoft.jaxme.generator.SchemaElement
Returns an ElementDecorator registered for the given ElementDecoratorFactory.
getElementDecorator(SchemaAnnotationOwner, SchemaElement, ParserData, Element) - Method in interface de.ispsoft.jaxme.generator.decorators.ElementDecoratorFactory
Called for creating a new ElementDecorator, which is attached to an element or attribute pSchemaElement.
getElementDecorator(SchemaAnnotationOwner, SchemaElement, ParserData, Element) - Method in class de.ispsoft.jaxme.generator.decorators.ElementDecoratorFactoryImpl
Called for creating a new ElementDecorator, which is attached to an element or attribute pSchemaElement.
getElementDecorator(SchemaAnnotationOwner, SchemaElement, ParserData, Element) - Method in class de.ispsoft.jaxme.generator.parselets.ParseletDecoratorFactory
Called for creating a new ElementDecorator, which is attached to an element or attribute pSchemaElement.
getElementDecorator(SchemaAnnotationOwner, SchemaElement, ParserData, Element) - Method in class de.ispsoft.jaxme.generator.parselets.SimpleParseletDecoratorFactory
Called for creating a new ElementDecorator, which is attached to an element or attribute pSchemaElement.
getElementDecoratorFactories() - Method in class de.ispsoft.jaxme.generator.XsdSchemaReader
Returns the array of registered ElementDecoratorFactory instances.
getElementDecorators() - Method in class de.ispsoft.jaxme.generator.SchemaElement
Returns an iterator to the list of registered ElementDecorator instances.
getElementFormDefaultQualified() - Method in class de.ispsoft.jaxme.generator.Schema
Returns whether elements are by default qualified.
getElementId(JMAnyElement) - Method in class de.ispsoft.jaxme.tamino.InoManager
Returns the element ID.
getElementName() - Method in class de.ispsoft.jaxme.generator.dtd.DTDAttribute
Returns the element name.
getElementValue(Node) - Static method in class de.ispsoft.jaxme.generator.util.DOM
Returns an element nodes text contents by appending any text nodes or cdata section nodes value.
getEmptyElementStyle() - Method in class de.ispsoft.jaxme.XMLSerializer
Returns how empty elements will be serialized.
getEmptyElementStyle() - Method in class de.ispsoft.jaxme.jaxb.MarshallerImpl
Returns the Marshallers style for formatting empty elements.
getEncoding() - Method in class de.ispsoft.jaxme.jaxb.JMManagerFactoryAttachable
Returns this Marshallers encoding.
getEncoding() - Method in interface de.ispsoft.jaxme.jaxb.Marshaller
Deprecated. Get the current encoding used when marshalling to java.io.File, java.io.OutputStream, and java.io.Writer.
getEntity() - Method in class de.ispsoft.jaxme.JMEntity
Returns the entity being skipped.
getEnumerations() - Method in class de.ispsoft.jaxme.generator.ElementRestrictionContainer
 
getErrorCode() - Method in class de.ispsoft.jaxme.ValidationException
Returns the application specific error code.
getErrorCode() - Method in class de.ispsoft.jaxme.generator.ElementRestrictionContainer
 
getErrorCode() - Method in class de.ispsoft.jaxme.generator.SchemaComplexElement
Returns the error code.
getErrorCode() - Method in class de.ispsoft.jaxme.jaxb.JAXBException
Deprecated. Get the vendor specific error code
getEventHandler() - Method in interface de.ispsoft.jaxme.jaxb.Unmarshaller
Deprecated. Return the current event handler or the default event handler if one hasn't been set.
getEventHandler() - Method in class de.ispsoft.jaxme.jaxb.UnmarshallerImpl
 
getEventHandler() - Method in interface de.ispsoft.jaxme.jaxb.Validator
Deprecated. Return the current event handler or the default event handler if one hasn't been set.
getEventHandler() - Method in class de.ispsoft.jaxme.jaxb.ValidatorImpl
 
getException() - Method in class de.ispsoft.jaxme.generator.SchemaException
Returns the hidden exception, if any, or null.
getExceptions() - Method in class de.ispsoft.jaxme.generator.javasource.JavaMethod
Returns the list of exceptions thrown by this method.
getExtendedClassName() - Method in class de.ispsoft.jaxme.generator.SchemaElement.ClassExtension
 
getExtendedElement() - Method in class de.ispsoft.jaxme.generator.SchemaElement
Returns an element extended by the current element.
getExtendingClassName() - Method in class de.ispsoft.jaxme.generator.SchemaElement.ClassExtension
 
getExtends() - Method in class de.ispsoft.jaxme.generator.javasource.JavaSource
Returns the class or interface extended by this class or interface.
getExtendsClassName() - Method in class de.ispsoft.jaxme.generator.SchemaAnnotationOwner
Returns the default super class name.
getFactory() - Method in class de.ispsoft.jaxme.jaxb.JMManagerFactoryAttachable
Returns the factory that created this instance.
getFieldDeclaration(JavaSource, SchemaElement) - Method in class de.ispsoft.jaxme.generator.javaclasswriter.BasicJavaClassWriter
Generates a single attributes or subelements declaration.
getFieldList() - Method in class de.ispsoft.jaxme.JMJdbcManager
Returns the field list to build an SQL SELECT statement.
getFieldName() - Method in class de.ispsoft.jaxme.generator.SchemaElement
Returns this elements field name.
getFieldType() - Method in class de.ispsoft.jaxme.generator.SchemaAbstractSimpleElement
Returns the Java type that this element has as a field in a parent element: If getMultiple() returns true, then the field type is java.util.List.
getFieldType() - Method in class de.ispsoft.jaxme.generator.SchemaComplexElement
Returns the Java type that this element has as a field in a parent element: If getMultiple() returns true, then the field type is java.util.List.
getFieldType() - Method in class de.ispsoft.jaxme.generator.SchemaElement
Returns the Java type that this element has as a field in a parent element: If getMultiple() returns true, then the field type is java.util.List.
getFields() - Method in class de.ispsoft.jaxme.generator.javasource.JavaSource
Returns the list of fields that this class has.
getFileName() - Method in class de.ispsoft.jaxme.JMFileManager
Returns the filename to use for the insert() and update() methods.
getFinal() - Method in class de.ispsoft.jaxme.generator.javasource.JavaSourceObject
Returns whether this is a final JavaSource object.
getForce() - Method in class de.ispsoft.jaxme.generator.Generator
Returns whether generated files should be overwritten.
getForce() - Method in class de.ispsoft.jaxme.generator.ant.JaxMeGeneratorTask
Returns whether to overwrite files.
getFormatClass() - Method in class de.ispsoft.jaxme.generator.types.ResourceBundleFormattedType
Returns the Formatter class or null.
getFormatter(String) - Method in class de.ispsoft.jaxme.generator.types.ResourceBundleFormattedType
Returns a piece of Java code creating a Formatter.
getFullName() - Method in class de.ispsoft.jaxme.UriName
Returns a string representation for use in error messages and the like.
getGenerator() - Method in interface de.ispsoft.jaxme.generator.SchemaReader
Returns the Generator that maintains this SchemaReader, if any, or null.
getGenerator() - Method in class de.ispsoft.jaxme.generator.SchemaReaderImpl
Returns the Generator that maintains this SchemaReader, if any, or null.
getGenerator() - Method in class de.ispsoft.jaxme.generator.SourceWriterImpl
Returns the generator.
getGetAttributeMethod(JavaSource) - Method in class de.ispsoft.jaxme.generator.javaclasswriter.BasicJavaClassWriter
Generates the methods getAttribute() method.
getGetAttributesMethod() - Method in class de.ispsoft.jaxme.generator.javaclasswriter.BasicJavaClassWriter
Generates the method getAttributes().
getGetElementMethod(JavaSource) - Method in class de.ispsoft.jaxme.generator.javaclasswriter.BasicJavaClassWriter
Generates the methods getElement() method.
getGetFieldListMethod(JavaSource) - Method in class de.ispsoft.jaxme.generator.javaclasswriter.JdbcTableClassWriter
 
getGetFieldListMethod(JavaSource) - Method in class de.ispsoft.jaxme.generator.javaclasswriter.JdbcViewClassWriter
 
getGetFieldMethod(JavaSource, SchemaElement) - Method in class de.ispsoft.jaxme.generator.javaclasswriter.BasicJavaClassWriter
Creates a fields get method.
getGetInsertCreatesPrimaryKeyMethod(JavaSource) - Method in class de.ispsoft.jaxme.generator.javaclasswriter.JdbcTableClassWriter
 
getGetInstanceMethod(JavaSource, SchemaComplexElement) - Method in class de.ispsoft.jaxme.generator.ComparatorWriter
 
getGetMethodName() - Method in class de.ispsoft.jaxme.generator.SchemaElement
If this element has accessor methods: Returns the name of the get method.
getGetPrefixListMethod() - Method in class de.ispsoft.jaxme.generator.javaclasswriter.BasicJavaClassWriter
Generates the getPrefixList method.
getGetTableListMethod(JavaSource) - Method in class de.ispsoft.jaxme.generator.javaclasswriter.JdbcTableClassWriter
 
getGetTableListMethod(JavaSource) - Method in class de.ispsoft.jaxme.generator.javaclasswriter.JdbcViewClassWriter
 
getGetWhereMethod(JavaSource) - Method in class de.ispsoft.jaxme.generator.javaclasswriter.JdbcTableClassWriter
 
getGetWhereMethod(JavaSource) - Method in class de.ispsoft.jaxme.generator.javaclasswriter.JdbcViewClassWriter
 
getHandlerClass() - Method in class de.ispsoft.jaxme.generator.javaclasswriter.BasicJavaClassWriter
Generates a JMContentHandler.
getHandlerClass() - Method in interface de.ispsoft.jaxme.generator.javaclasswriter.JavaClassWriter
 
getHeader() - Method in class de.ispsoft.jaxme.generator.javasource.JavaClassInitializer
 
getHeader() - Method in class de.ispsoft.jaxme.generator.javasource.JavaConstructor
 
getHeader() - Method in class de.ispsoft.jaxme.generator.javasource.JavaMethod
Adds a header line.
getHomeClassName() - Method in class de.ispsoft.jaxme.generator.beanwriter.EntityBeanClassWriter
Returns the name of the generated home interface.
getHomeListMethods() - Method in class de.ispsoft.jaxme.generator.beanwriter.EntityBeanClassWriter
 
getHomeListMethods() - Method in class de.ispsoft.jaxme.generator.beanwriter.SessionBeanClassWriter
 
getId(JMAnyElement) - Method in class de.ispsoft.jaxme.XmlDbManager
Returns the elements ID.
getIdAttribute() - Method in class de.ispsoft.jaxme.XmlDbManager
 
getIdElement() - Method in class de.ispsoft.jaxme.XmlDbManager
 
getIdNamespace() - Method in class de.ispsoft.jaxme.XmlDbManager
 
getImplDeclaresRemoteException() - Method in class de.ispsoft.jaxme.generator.beanwriter.EntityBeanClassWriter
Used to determine whether generated implementations should declare a RemoteException or not.
getImplementedInterfaces(String, String) - Method in class de.ispsoft.jaxme.generator.SchemaElement
Returns the array of interfaces implemented by the given class.
getImplements() - Method in class de.ispsoft.jaxme.generator.javasource.JavaSource
Returns the list of interfaces being implented by this class or interface.
getImport() - Method in class de.ispsoft.jaxme.generator.javasource.JavaSource
Returns the list of packages and classes being imported.
getImports() - Method in class de.ispsoft.jaxme.generator.javaclasswriter.BasicJavaClassWriter
Looks for additional import statements.
getIndent() - Method in class de.ispsoft.jaxme.XMLSerializer
Returns the indent for XML formating.
getIndentation() - Method in class de.ispsoft.jaxme.jaxb.MarshallerImpl
Returns the default for using indentation.
getIndentationLevel() - Method in class de.ispsoft.jaxme.jaxb.MarshallerImpl
Return the default indentation level.
getIndentationLineSeparator() - Method in class de.ispsoft.jaxme.jaxb.MarshallerImpl
Returns the default line separator for indentation.
getInfo(SchemaElement, DTDObject) - Method in class de.ispsoft.jaxme.generator.dtd.DTDSchemaReader
 
getInitMethod(JavaSource, SchemaComplexElement) - Method in class de.ispsoft.jaxme.generator.ComparatorWriter
 
getInitMethod(JavaSource) - Method in class de.ispsoft.jaxme.generator.javaclasswriter.JdbcTableClassWriter
 
getInnerClass(int, JavaSource, SchemaComplexElement, SchemaAbstractSimpleElement) - Method in class de.ispsoft.jaxme.generator.ComparatorWriter
 
getInnerClasses(JavaSource, SchemaComplexElement) - Method in class de.ispsoft.jaxme.generator.ComparatorWriter
 
getInnerClasses() - Method in class de.ispsoft.jaxme.generator.javasource.JavaSource
Returns the array of inner classes.
getInoErrorCode() - Method in class de.ispsoft.jaxme.tamino.InoException
Returns the Tamino error code.
getInoErrorMessage() - Method in class de.ispsoft.jaxme.tamino.InoException
Returns the Tamino error message.
getInoObjectIdList() - Method in class de.ispsoft.jaxme.tamino.InoResponseHandler
Returns the current list for collection of generated ino:id's.
getInputFile() - Method in class de.ispsoft.jaxme.generator.ant.JaxMeGeneratorTask
Returns the input file.
getInputSource(String, String) - Method in class de.ispsoft.jaxme.generator.XsdSchemaReader
Creates a new InputSource, based on the given URLs.
getInputURL() - Method in class de.ispsoft.jaxme.generator.ant.JaxMeGeneratorTask
Returns the input URL.
getInsert() - Method in class de.ispsoft.jaxme.generator.types.AutoSqlType
Returns the SQL string for INSERT statements.
getInsertCreatesPrimaryKey() - Method in class de.ispsoft.jaxme.JMJdbcManager
Returns whether a primary key should be created before the insert (CREATE_KEY_PRE_INSERT), after the insert (CREATE_KEY_POST_INSERT) or not at all (CREATE_KEY_DONT).
getInsertMethod(JavaSource) - Method in class de.ispsoft.jaxme.generator.javaclasswriter.JdbcTableClassWriter
 
getInsertMethod(JavaSource) - Method in class de.ispsoft.jaxme.generator.javaclasswriter.JdbcViewClassWriter
 
getInsertQueries(Connection, JMJdbcElement) - Method in class de.ispsoft.jaxme.JMJdbcManager
Returns an array of prepared statements, that are being performed to insert the element into the database.
getInsertQuery(JMAnyElement) - Method in class de.ispsoft.jaxme.tamino.InoManager
Returns a query suited for inserting the element.
getInstanceType() - Method in class de.ispsoft.jaxme.generator.SchemaAbstractSimpleElement
 
getInstanceType() - Method in class de.ispsoft.jaxme.generator.SchemaComplexElement
 
getInstanceType() - Method in class de.ispsoft.jaxme.generator.SchemaElement
Returns the Java type that this element would has or would have in the absence of a maxOccurs attribute.
getInterfaceName() - Method in class de.ispsoft.jaxme.generator.SchemaElement.ImplementedInterface
 
getJMAnyElementClass() - Method in class de.ispsoft.jaxme.JMManagerImpl
Returns the JMAnyElement class handled by this Manager.
getJMContentHandler() - Method in interface de.ispsoft.jaxme.JMManager
Returns a JMContentHandler that can be used for parsing documents.
getJMContentHandler() - Method in class de.ispsoft.jaxme.JMManagerImpl
Returns a JMContentHandler that can be used for parsing documents.
getJMManagerFactory() - Static method in class de.ispsoft.jaxme.JMFactory
Returns a JMManagerFactory implementation.
getJavaClassWriter(SchemaElement) - Method in class de.ispsoft.jaxme.generator.JavaSourceWriter
Creates a JavaClassWriter for the given element.
getJavaClassWriter(SchemaElement) - Method in class de.ispsoft.jaxme.generator.JdbcJavaSourceWriter
Creates a JavaClassWriter for the given element.
getJavaPackage() - Method in interface de.ispsoft.jaxme.generator.SourceWriter
Returns the default Java package for generated sources.
getJavaPackage() - Method in class de.ispsoft.jaxme.generator.SourceWriterImpl
Sets the default Java package for generated sources.
getJavaSources(String, String) - Method in class de.ispsoft.jaxme.generator.SchemaElement
Returns Java source being included into the given class.
getJaxMeRuntimePackage() - Static method in class de.ispsoft.jaxme.generator.Generator
Returns the JaxMe runtime package.
getJaxbContext() - Method in class de.ispsoft.jaxme.jaxb.UnmarshallerHandlerImpl
Returns the JAXBContext that created this UnmarshallerHandler.
getJdbcDefaults(ParserData, Element) - Method in class de.ispsoft.jaxme.generator.XsdJdbcSchemaReader
 
getJdbcKeys() - Method in class de.ispsoft.jaxme.generator.parserdata.JdbcTable
Returns a map of primary key column names.
getKey() - Method in class de.ispsoft.jaxme.generator.types.ResourceBundleFormattedType
Returns the ResourceBundle key or null.
getKeyList() - Method in class de.ispsoft.jaxme.generator.beanwriter.EntityBeanClassWriter
Generates a list of all parts of the primary key.
getKeyList(boolean) - Method in class de.ispsoft.jaxme.generator.beanwriter.EntityBeanClassWriter
 
getKind() - Method in class de.ispsoft.jaxme.generator.parserdata.JdbcAbstractParameter
Returns the parameters kind: KIND_PLACEHOLDER or KIND_PATTERN.
getLazyInstantiation() - Method in class de.ispsoft.jaxme.JMManagerFactoryImpl
Returns whether the factory has lazy instantiation.
getLineFeed() - Method in class de.ispsoft.jaxme.XMLSerializer
Returns the line feed string for XML formating.
getLineNumber() - Method in interface de.ispsoft.jaxme.jaxb.ValidationEventLocator
Deprecated. Return the line number if available
getLines() - Method in class de.ispsoft.jaxme.generator.javasource.JavaComment
Returns an array of lines being the comments content.
getLines() - Method in class de.ispsoft.jaxme.generator.javasource.JavaMethod
Returns the list of lines that this methods body holds.
getLinkedException() - Method in class de.ispsoft.jaxme.jaxb.JAXBException
Deprecated. Get the linked exception
getLinkedException() - Method in interface de.ispsoft.jaxme.jaxb.ValidationEvent
Deprecated. Retrieve the linked exception for this warning/error.
getListMethod(JavaSource, JdbcListMethod) - Method in class de.ispsoft.jaxme.generator.beanwriter.EntityBeanClassWriter
 
getListMethod(JavaSource, JdbcListMethod) - Method in class de.ispsoft.jaxme.generator.beanwriter.SessionBeanClassWriter
 
getListMethod(JdbcListMethod) - Method in class de.ispsoft.jaxme.generator.javaclasswriter.JdbcTableClassWriter
 
getListMethods() - Method in class de.ispsoft.jaxme.generator.javaclasswriter.JdbcTableClassWriter
 
getListMethods() - Method in class de.ispsoft.jaxme.generator.javaclasswriter.JdbcViewClassWriter
 
getListMethods() - Method in class de.ispsoft.jaxme.generator.parserdata.JdbcTable
Returns the array of list methods.
getLocalName() - Method in class de.ispsoft.jaxme.JMAnyElement
Returns the elements tag name, without any prefix.
getLocalName() - Method in class de.ispsoft.jaxme.JMAttribute
Returns the attributes local name.
getLocalName() - Method in interface de.ispsoft.jaxme.JMManager
Returns the local name of the document type handled by this manager.
getLocalName() - Method in class de.ispsoft.jaxme.JMManagerImpl
Returns the managers local name.
getLocalName() - Method in class de.ispsoft.jaxme.UriName
Returns the local name.
getLocalName() - Method in interface de.ispsoft.jaxme.generator.SchemaType
Returns the types local name.
getLocalName() - Method in class de.ispsoft.jaxme.generator.types.SchemaTypeImpl
 
getLocalNameField(JavaSource) - Method in class de.ispsoft.jaxme.generator.javaclasswriter.BasicJavaClassWriter
Generates the local name field.
getLocale() - Method in class de.ispsoft.jaxme.jaxb.JMManagerFactoryAttachable
Returns the Locale.
getLocator() - Method in class de.ispsoft.jaxme.ValidationException
Returns the locator that was used to construct the Exception or null.
getLocator() - Method in interface de.ispsoft.jaxme.jaxb.ValidationEvent
Deprecated. Retrieve the locator for this warning/error.
getLogLevel() - Method in class de.ispsoft.jaxme.generator.ant.JaxMeGeneratorTask
Returns the log level.
getLogWithLog4j() - Method in class de.ispsoft.jaxme.generator.javaclasswriter.BasicJavaClassWriter
Returns whether logging code for log4j should be generated.
getManager() - Method in class de.ispsoft.jaxme.JMJdbcElement
Returns the elements manager.
getManager(String, String) - Method in interface de.ispsoft.jaxme.JMManagerFactory
Returns a JMManager responsible for handling the given document type.
getManager(String, String) - Method in class de.ispsoft.jaxme.JMManagerFactoryImpl
Deprecated. Use getManager(UriName) instead.
getManager(UriName) - Method in class de.ispsoft.jaxme.JMManagerFactoryImpl
Returns a JMManager responsible for handling the given document type.
getManagerClass() - Method in class de.ispsoft.jaxme.generator.javaclasswriter.BasicJavaClassWriter
Generates a JMManager class.
getManagerClass() - Method in interface de.ispsoft.jaxme.generator.javaclasswriter.JavaClassWriter
 
getManagerClass() - Method in class de.ispsoft.jaxme.generator.javaclasswriter.JdbcTableClassWriter
 
getManagerClass() - Method in class de.ispsoft.jaxme.generator.javaclasswriter.JdbcViewClassWriter
 
getManagerClassDocs() - Method in class de.ispsoft.jaxme.generator.javaclasswriter.JdbcTableClassWriter
 
getManagerClassDocs() - Method in class de.ispsoft.jaxme.generator.javaclasswriter.JdbcViewClassWriter
 
getManagerClassName() - Method in class de.ispsoft.jaxme.generator.SchemaElement
Returns the manager class name.
getMarshaller() - Method in class de.ispsoft.jaxme.NamespaceSupport
Returns the Marshaller that created this instance.
getMarshaller() - Method in class de.ispsoft.jaxme.jaxb.JaxbDOMSerializer
Returns the Marshaller.
getMarshaller() - Method in class de.ispsoft.jaxme.jaxb.JaxbXMLSerializer
Returns the JaxbXMLSerializers Marshaller.
getMatch() - Method in class de.ispsoft.jaxme.generator.parserdata.JdbcPattern
Returns the patterns match string.
getMaxLength() - Method in class de.ispsoft.jaxme.generator.ElementRestrictionContainer
 
getMaxOccurs() - Method in class de.ispsoft.jaxme.generator.SchemaElement
Returns the maximum number of occurrences.
getMaxOccurs() - Method in class de.ispsoft.jaxme.generator.dtd.DTDObject
Returns the maxOccurs attribute.
getMaxResultSize() - Method in class de.ispsoft.jaxme.generator.parserdata.JdbcListMethod
Returns the maximum result size, -1 for "unbounded".
getMessage() - Method in interface de.ispsoft.jaxme.jaxb.ValidationEvent
Deprecated. Retrieve the text message for this warning/error.
getMessageFormat(String) - Method in class de.ispsoft.jaxme.jaxb.JMManagerFactoryAttachable
Returns an instance of MessageFormat with the given format pattern.
getMethods() - Method in class de.ispsoft.jaxme.generator.javasource.JavaSource
Returns the list of methods that this class has.
getMinLength() - Method in class de.ispsoft.jaxme.generator.ElementRestrictionContainer
 
getMinOccurs() - Method in class de.ispsoft.jaxme.generator.SchemaElement
Returns the minimum number of occurrences.
getMinOccurs() - Method in class de.ispsoft.jaxme.generator.dtd.DTDObject
Returns the minOccurs attribute.
getMinResultSize() - Method in class de.ispsoft.jaxme.generator.parserdata.JdbcListMethod
Returns the minimum result size.
getModel() - Method in class de.ispsoft.jaxme.generator.dtd.DTDElement
Returns the model as a string.
getMyElemField(JavaSource) - Method in class de.ispsoft.jaxme.generator.javaclasswriter.BasicJavaClassWriter
Generates the handles myelem field.
getName() - Method in class de.ispsoft.jaxme.generator.SchemaElement
Returns the elements local name.
getName() - Method in class de.ispsoft.jaxme.generator.SchemaOption
 
getName() - Method in class de.ispsoft.jaxme.generator.dtd.DTDObject
Returns the objects name.
getName() - Method in class de.ispsoft.jaxme.generator.javasource.JavaSource
Returns the class or interface name.
getName() - Method in class de.ispsoft.jaxme.generator.javasource.JavaSourceObject
Returns this JavaSource objects name.
getName() - Method in class de.ispsoft.jaxme.generator.parserdata.JdbcAbstractParameter
Returns the parameter name.
getName() - Method in class de.ispsoft.jaxme.generator.parserdata.JdbcListMethod
Returns the method name.
getName() - Method in class de.ispsoft.jaxme.generator.parserdata.JdbcTable
Returns the views name.
getNames() - Method in class de.ispsoft.jaxme.generator.types.DecimalType
Returns an array of names that may be used in the schema definition to represent this type.
getNames() - Method in class de.ispsoft.jaxme.generator.types.DoubleType
Returns an array of names that may be used in the schema definition to represent this type.
getNames() - Method in class de.ispsoft.jaxme.generator.types.FloatType
Returns an array of names that may be used in the schema definition to represent this type.
getNames() - Method in class de.ispsoft.jaxme.generator.types.IntegerType
Returns an array of names that may be used in the schema definition to represent this type.
getNames() - Method in class de.ispsoft.jaxme.generator.types.LongType
Returns an array of names that may be used in the schema definition to represent this type.
getNames() - Method in class de.ispsoft.jaxme.generator.types.StringType
Returns an array of names that may be used in the schema definition to represent this type.
getNamespace() - Method in class de.ispsoft.jaxme.generator.SchemaElement
Returns the elements namespace.
getNamespacePrefix() - Method in class de.ispsoft.jaxme.generator.SchemaElement
Returns the elements preferred namespace prefix.
getNamespaceSupport() - Method in class de.ispsoft.jaxme.JMManagerImpl
Returns a NamespaceSupport object initialized with the URI's and prefixes from the "Namespaces" configuration.
getNamespaceURI() - Method in class de.ispsoft.jaxme.JMAnyElement
Returns the elements namespace URI.
getNamespaceURI() - Method in class de.ispsoft.jaxme.JMAttribute
Returns the attributes namespace URI.
getNamespaceURI() - Method in interface de.ispsoft.jaxme.JMManager
Returns the namespace URI of the document type handled by this manager.
getNamespaceURI() - Method in class de.ispsoft.jaxme.JMManagerImpl
Returns the managers namespace URI.
getNamespaceURI() - Method in interface de.ispsoft.jaxme.generator.SchemaType
Returns the types namespace URI.
getNamespaceURI() - Method in class de.ispsoft.jaxme.generator.types.SchemaTypeImpl
 
getNamespaceUriField(JavaSource) - Method in class de.ispsoft.jaxme.generator.javaclasswriter.BasicJavaClassWriter
Generates the namespace declaration field.
getNewContentHandlerMethod(JavaSource) - Method in class de.ispsoft.jaxme.generator.javaclasswriter.BasicJavaClassWriter
Generates the handlers newHandler() method.
getNewFormatter() - Method in class de.ispsoft.jaxme.generator.types.ResourceBundleFormattedType
Returns the Java source to create a new Formatter or null.
getNewParseletForParse() - Method in class de.ispsoft.jaxme.generator.parselets.NullParseletDecorator
Returns code that generates a new Parselet instance for parsing.
getNewParseletForParse() - Method in interface de.ispsoft.jaxme.generator.parselets.ParseletDecorator
Returns code that generates a new Parselet instance for parsing.
getNewParseletForParse() - Method in class de.ispsoft.jaxme.generator.parselets.ParseletDecoratorImpl
Returns code that generates a new Parselet instance for parsing.
getNewParseletForSerialize() - Method in class de.ispsoft.jaxme.generator.parselets.NullParseletDecorator
Returns code that generates a new Parselet instance for serialization.
getNewParseletForSerialize() - Method in interface de.ispsoft.jaxme.generator.parselets.ParseletDecorator
Returns code that generates a new Parselet instance for serialization.
getNewParseletForSerialize() - Method in class de.ispsoft.jaxme.generator.parselets.ParseletDecoratorImpl
Returns code that generates a new Parselet instance for serialization.
getNewPrimaryKeyMethod(JavaSource) - Method in class de.ispsoft.jaxme.generator.javaclasswriter.JdbcTableClassWriter
 
getNewResultNodeMethod(JavaSource) - Method in class de.ispsoft.jaxme.generator.javaclasswriter.BasicJavaClassWriter
Generates a newResultNode() method for the handler class.
getNode() - Method in interface de.ispsoft.jaxme.jaxb.ValidationEventLocator
Deprecated. Return a reference to the DOM Node if available
getNodeText(Node) - Static method in class de.ispsoft.jaxme.JMManagerFactoryImpl
Returns the text contained in a given node.
getNonNullResourceValue(ResourceBundle, String) - Static method in class de.ispsoft.jaxme.util.ResourceBundle
Does a lookup for key pKey in the ResourceBundle pBundle.
getNumberFormat(String) - Method in class de.ispsoft.jaxme.jaxb.JMManagerFactoryAttachable
Returns an instance of NumberFormat with the given format pattern.
getObject() - Method in interface de.ispsoft.jaxme.jaxb.ValidationEventLocator
Deprecated. Return a reference to the object in the Java content tree if available
getObserver() - Method in interface de.ispsoft.jaxme.ObservedHandler
Returns a possible observer.
getObserver() - Method in class de.ispsoft.jaxme.ObservedHandlerImpl
Returns a possible observer.
getOffset() - Method in interface de.ispsoft.jaxme.jaxb.ValidationEventLocator
Deprecated. Return the byte offset if available
getOption(String) - Method in interface de.ispsoft.jaxme.generator.Configurable
 
getOption(String) - Method in class de.ispsoft.jaxme.generator.ConfigurableImpl
 
getOption(SchemaElement, String) - Method in class de.ispsoft.jaxme.generator.SourceWriterImpl
Returns a value for an option.
getOption() - Method in class de.ispsoft.jaxme.generator.ant.OptionType
Returns the configured option.
getOptionValue(String) - Method in interface de.ispsoft.jaxme.generator.Configurable
 
getOptionValue(String) - Method in class de.ispsoft.jaxme.generator.ConfigurableImpl
 
getOptions() - Method in interface de.ispsoft.jaxme.generator.Configurable
 
getOptions() - Method in class de.ispsoft.jaxme.generator.ConfigurableImpl
 
getOptions() - Method in class de.ispsoft.jaxme.generator.Generator
Returns an iterator to the list of options.
getOptions() - Method in class de.ispsoft.jaxme.generator.SchemaElement
Returns an iterator to the elements options.
getOptions() - Method in class de.ispsoft.jaxme.generator.ant.JaxMeGeneratorTask
Returns an iterator to the list of options.
getOptions() - Method in class de.ispsoft.jaxme.generator.parserdata.ParserData
Returns the array of options.
getPackage() - Method in class de.ispsoft.jaxme.generator.javasource.JavaSource
Returns the package name; null indicates the root package.
getPackageName() - Method in class de.ispsoft.jaxme.generator.SchemaAnnotationOwner
Returns the default package name.
getParams() - Method in class de.ispsoft.jaxme.generator.javasource.JavaComment
Returns an array of values for the JavaDoc param field.
getParams() - Method in class de.ispsoft.jaxme.generator.javasource.JavaMethod
Returns the list of parameters that this method takes.
getParams() - Method in class de.ispsoft.jaxme.generator.parserdata.JdbcListMethod
Returns the array of placeholders.
getParent() - Method in class de.ispsoft.jaxme.generator.SchemaElement
 
getParentHandler() - Method in class de.ispsoft.jaxme.FilterContentHandler
Returns the parent handler.
getParseMethod(JavaSource, SchemaComplexElement, ParseletDecorator) - Method in class de.ispsoft.jaxme.generator.parselets.ParseletWriter
Creates the "parse" method.
getParseletClassName() - Method in class de.ispsoft.jaxme.generator.parselets.ComplexParseletDecorator
Returns the class name of the generated Parselet class.
getParseletClassName() - Method in class de.ispsoft.jaxme.generator.parselets.NullParseletDecorator
Returns the Parselets class name.
getParseletClassName() - Method in interface de.ispsoft.jaxme.generator.parselets.ParseletDecorator
Returns the Parselets class name, without any package.
getParseletClassName() - Method in class de.ispsoft.jaxme.generator.parselets.ParseletDecoratorImpl
Returns the Parselets class name, without any package.
getParseletClassName() - Method in class de.ispsoft.jaxme.generator.parselets.SimpleParseletDecoratorFactory
Returns the Parselet class name.
getParseletPackageName() - Method in class de.ispsoft.jaxme.generator.parselets.ComplexParseletDecorator
Returns the package name of the generated Parselet class.
getParseletPackageName() - Method in class de.ispsoft.jaxme.generator.parselets.NullParseletDecorator
Returns the Parselets package name.
getParseletPackageName() - Method in interface de.ispsoft.jaxme.generator.parselets.ParseletDecorator
Returns the Parselets package name.
getParseletPackageName() - Method in class de.ispsoft.jaxme.generator.parselets.ParseletDecoratorImpl
Returns the Parselets package name.
getParseletPackageName() - Method in class de.ispsoft.jaxme.generator.parselets.SimpleParseletDecoratorFactory
Returns the package name of the generated Parselet class.
getParseletQName() - Method in class de.ispsoft.jaxme.generator.parselets.ParseletDecoratorImpl
Returns the generated parselets fully qualified name, including the package name.
getPassword() - Method in class de.ispsoft.jaxme.XmlDbManager
 
getPattern() - Method in class de.ispsoft.jaxme.generator.ElementRestrictionContainer
 
getPattern() - Method in class de.ispsoft.jaxme.generator.types.ResourceBundleFormattedType
Returns the Pattern or null.
getPatternCompiler() - Static method in class de.ispsoft.jaxme.re.PatternFactory
Returns a PatternCompiler.
getPatternPart(int) - Method in class de.ispsoft.jaxme.generator.parserdata.JdbcListMethod
Returns the fixed part of the query with the given number.
getPatterns() - Method in class de.ispsoft.jaxme.generator.parserdata.JdbcListMethod
Returns the array of patterns.
getPlaceHolders() - Method in class de.ispsoft.jaxme.generator.parserdata.JdbcListMethod
Returns the array of placeholder arrays.
getPrefix(String) - Method in class de.ispsoft.jaxme.NamespaceSupport
Returns a prefix currently mapped to the given URI or null, if there is no such mapping.
getPrefix() - Method in class de.ispsoft.jaxme.generator.SchemaElement
Returns the prefix being used for default field names.
getPrefixList() - Method in class de.ispsoft.jaxme.JMAnyElement
Returns an array of suggested prefix/namespace URI pairs to use for unmarshalling.
getPrefixList() - Method in class de.ispsoft.jaxme.generator.SchemaComplexElement
Returns a list of default prefixes being used when the element is unmarshalled.
getPrefixListField(JavaSource) - Method in class de.ispsoft.jaxme.generator.javaclasswriter.BasicJavaClassWriter
Generated the PREFIX_LIST field.
getPrefixOf(Node, String) - Static method in class de.ispsoft.jaxme.generator.util.DOM
Given an attribute or element node, tries to return a valid prefix declaration for a given namespace.
getPreparedStatement(Connection, String, Object[]) - Method in class de.ispsoft.jaxme.JMJdbcManager
Prepares the placeholders of the given statement.
getPrimaryKey() - Method in class de.ispsoft.jaxme.generator.SchemaAbstractSimpleElement
Returns whether this element is part of a primary key.
getPrimaryKeyClassName() - Method in class de.ispsoft.jaxme.generator.beanwriter.EntityBeanClassWriter
Returns the primary key class.
getPrimitiveRuntimeType() - Method in interface de.ispsoft.jaxme.generator.SchemaSimpleType
Returns the corresponding primitive type of the run-time class, or null.
getPrimitiveRuntimeType() - Method in class de.ispsoft.jaxme.generator.types.Base64BinaryType
 
getPrimitiveRuntimeType() - Method in class de.ispsoft.jaxme.generator.types.BooleanType
Returns the corresponding primitive type of the run-time class, or null.
getPrimitiveRuntimeType() - Method in class de.ispsoft.jaxme.generator.types.ByteType
Returns the corresponding primitive type of the run-time class, or null.
getPrimitiveRuntimeType() - Method in class de.ispsoft.jaxme.generator.types.DateTimeType
Returns the corresponding primitive type of the run-time class, or null.
getPrimitiveRuntimeType() - Method in class de.ispsoft.jaxme.generator.types.DoubleType
Returns the corresponding primitive type of the run-time class, or null.
getPrimitiveRuntimeType() - Method in class de.ispsoft.jaxme.generator.types.FloatType
Returns the corresponding primitive type of the run-time class, or null.
getPrimitiveRuntimeType() - Method in class de.ispsoft.jaxme.generator.types.IntegerType
Returns the corresponding primitive type of the run-time class, or null.
getPrimitiveRuntimeType() - Method in class de.ispsoft.jaxme.generator.types.LongType
Returns the corresponding primitive type of the run-time class, or null.
getPrimitiveRuntimeType() - Method in class de.ispsoft.jaxme.generator.types.ShortType
Returns the corresponding primitive type of the run-time class, or null.
getPrimitiveRuntimeType() - Method in class de.ispsoft.jaxme.generator.types.SimpleTypeWrapper
Returns the corresponding primitive type of the run-time class, or null.
getPrimitiveRuntimeType() - Method in class de.ispsoft.jaxme.generator.types.StringType
Returns the corresponding primitive type of the run-time class, or null.
getPrimitiveRuntimeType() - Method in class de.ispsoft.jaxme.generator.types.UserDefinedSimpleType
Returns the corresponding primitive type of the run-time class, or null.
getPrivateProperty(String) - Method in class de.ispsoft.jaxme.jaxb.JMManagerFactoryAttachable
Fetches the given property from an internal map.
getProcessResultNodeMethod(JavaSource) - Method in class de.ispsoft.jaxme.generator.javaclasswriter.BasicJavaClassWriter
Generates the processResultNode() method.
getProperty(String) - Method in class de.ispsoft.jaxme.jaxb.JMManagerFactoryAttachable
Returns the value of the given property.
getProperty(String) - Method in interface de.ispsoft.jaxme.jaxb.Marshaller
Deprecated. Get the particular property in the underlying implementation of Marshaller.
getProperty(String) - Method in class de.ispsoft.jaxme.jaxb.MarshallerImpl
Returns the value of the given property.
getProtectedConstructor(JavaSource) - Method in class de.ispsoft.jaxme.generator.javaclasswriter.BasicJavaClassWriter
Generates the protected constructor.
getProtection() - Method in class de.ispsoft.jaxme.generator.javasource.JavaSource
Returns the protection; null for default protection.
getProtection() - Method in class de.ispsoft.jaxme.generator.javasource.JavaSourceObject
Returns this JavaSource objects protection.
getQClassName() - Method in class de.ispsoft.jaxme.generator.SchemaElement
Returns the fully qualified class name, including a package name.
getQName(String, String, ContentHandler) - Method in class de.ispsoft.jaxme.NamespaceSupport
Returns a qualified element name for the given namespace URI and local name.
getQName() - Method in class de.ispsoft.jaxme.generator.javasource.JavaSource
Returns the qualified class name, including the package name.
getQuery(String) - Method in class de.ispsoft.jaxme.JMJdbcManager
Parses and converts the query.
getQuery() - Method in class de.ispsoft.jaxme.generator.parserdata.JdbcListMethod
Returns the query.
getQueryMethod(JavaSource) - Method in class de.ispsoft.jaxme.generator.javaclasswriter.JdbcViewClassWriter
 
getQueryName() - Method in class de.ispsoft.jaxme.generator.SchemaAbstractSimpleElement
Returns a name for the element being used in queries.
getQueryType() - Method in interface de.ispsoft.jaxme.generator.SchemaSimpleType
Returns the JMManager type for queries.
getQueryType() - Method in class de.ispsoft.jaxme.generator.types.Base64BinaryType
 
getQueryType() - Method in class de.ispsoft.jaxme.generator.types.BooleanType
Returns the JMManager type for queries.
getQueryType() - Method in class de.ispsoft.jaxme.generator.types.ByteType
Returns the JMManager type for queries.
getQueryType() - Method in class de.ispsoft.jaxme.generator.types.DateTimeType
Returns the JMManager type for queries.
getQueryType() - Method in class de.ispsoft.jaxme.generator.types.DateType
Returns the JMManager type for queries.
getQueryType() - Method in class de.ispsoft.jaxme.generator.types.DoubleType
Returns the JMManager type for queries.
getQueryType() - Method in class de.ispsoft.jaxme.generator.types.FloatType
Returns the JMManager type for queries.
getQueryType() - Method in class de.ispsoft.jaxme.generator.types.IntegerType
Returns the JMManager type for queries.
getQueryType() - Method in class de.ispsoft.jaxme.generator.types.LongType
Returns the JMManager type for queries.
getQueryType() - Method in class de.ispsoft.jaxme.generator.types.ShortType
Returns the JMManager type for queries.
getQueryType() - Method in class de.ispsoft.jaxme.generator.types.SimpleTypeWrapper
Returns the JMManager type for queries.
getQueryType() - Method in class de.ispsoft.jaxme.generator.types.StringType
Returns the JMManager type for queries.
getQueryType() - Method in class de.ispsoft.jaxme.generator.types.TimeType
Returns the JMManager type for queries.
getQueryType() - Method in class de.ispsoft.jaxme.generator.types.TimestampType
Returns the JMManager type for queries.
getQueryType() - Method in class de.ispsoft.jaxme.generator.types.UserDefinedSimpleType
Returns the JMManager type for queries.
getQuoted(String) - Static method in class de.ispsoft.jaxme.generator.javasource.JavaSource
Returns a quoted string constant suitable for embedding into Java source.
getQuotedNoQuotes(String) - Static method in class de.ispsoft.jaxme.generator.javasource.JavaSource
Returns a quoted string constant suitable for embedding into Java source, but without quotes.
getRawJavaSources() - Method in class de.ispsoft.jaxme.generator.javasource.JavaSource
Returns an array with the pieces of raw Java sources.
getRemoteClassName() - Method in class de.ispsoft.jaxme.generator.beanwriter.EntityBeanClassWriter
Returns the name of the generated remote interface.
getRemoteListMethods() - Method in class de.ispsoft.jaxme.generator.beanwriter.EntityBeanClassWriter
 
getRemoteListMethods() - Method in class de.ispsoft.jaxme.generator.beanwriter.SessionBeanClassWriter
 
getResourceBundle() - Method in class de.ispsoft.jaxme.jaxb.JMManagerFactoryAttachable
Returns the Marshallers ResourceBundle.
getResourceValue(String, String) - Method in class de.ispsoft.jaxme.jaxb.JMManagerFactoryAttachable
Looks in the ResourceBundle for the key pKey.
getResourceValue(ResourceBundle, String) - Static method in class de.ispsoft.jaxme.util.ResourceBundle
Does a lookup for key pKey in the ResourceBundle pBundle.
getResourceValue(ResourceBundle, String, String) - Static method in class de.ispsoft.jaxme.util.ResourceBundle
Does a lookup for key pKey in the ResourceBundle pBundle.
getResponse(String) - Method in class de.ispsoft.jaxme.tamino.InoManager
Performs a single database query.
getRestrictions() - Method in class de.ispsoft.jaxme.generator.SchemaAbstractSimpleElement
Returns the elements restrictions, if any, or null.
getResult() - Method in interface de.ispsoft.jaxme.jaxb.UnmarshallerHandler
Deprecated. Obtains the unmarshalled result.
getResult() - Method in class de.ispsoft.jaxme.jaxb.UnmarshallerHandlerImpl
 
getResultCollection() - Method in interface de.ispsoft.jaxme.ObservedHandler
Returns a collection where to add successfully parsed elements, Strings or other JMNode instances.
getResultCollection() - Method in class de.ispsoft.jaxme.ObservedHandlerImpl
Returns a collection where to add successfully parsed elements, Strings or other JMNode instances.
getResultHandler() - Method in class de.ispsoft.jaxme.tamino.InoResponseHandler
Returns a result handler, that was previously set with setResultHandler, or null.
getResultNode() - Method in class de.ispsoft.jaxme.JMAtomicContentHandler
Returns the result.
getResultNode() - Method in interface de.ispsoft.jaxme.ObservedHandler
This method may be called after a startDocument(), ..., endDocument() sequence.
getResultNode() - Method in class de.ispsoft.jaxme.ObservedHandlerImpl
This method may be called after a startDocument(), ..., endDocument() sequence.
getReturn() - Method in class de.ispsoft.jaxme.generator.javasource.JavaComment
Returns the JavaDoc return field or null, if there is no return field.
getRootNodeName() - Method in class de.ispsoft.jaxme.generator.dtd.RootNodeReader
Returns the name of the invisible root node.
getRuntimeType() - Method in interface de.ispsoft.jaxme.generator.SchemaSimpleType
Returns the run-time class implementing this type.
getRuntimeType() - Method in class de.ispsoft.jaxme.generator.parserdata.JdbcAbstractParameter
Returns the parameters runtime type.
getRuntimeType() - Method in class de.ispsoft.jaxme.generator.parserdata.JdbcParam
Returns the parameters runtime type.
getRuntimeType() - Method in class de.ispsoft.jaxme.generator.parserdata.JdbcPattern
Returns the parameters runtime type.
getRuntimeType() - Method in class de.ispsoft.jaxme.generator.parserdata.JdbcPlaceHolders
Returns the parameters runtime type.
getRuntimeType() - Method in class de.ispsoft.jaxme.generator.types.Base64BinaryType
 
getRuntimeType() - Method in class de.ispsoft.jaxme.generator.types.BooleanType
Returns the run-time class implementing this type.
getRuntimeType() - Method in class de.ispsoft.jaxme.generator.types.ByteType
Returns the run-time class implementing this type.
getRuntimeType() - Method in class de.ispsoft.jaxme.generator.types.DateTimeType
Returns the run-time class implementing this type.
getRuntimeType() - Method in class de.ispsoft.jaxme.generator.types.DateType
Returns the run-time class implementing this type.
getRuntimeType() - Method in class de.ispsoft.jaxme.generator.types.DoubleType
Returns the run-time class implementing this type.
getRuntimeType() - Method in class de.ispsoft.jaxme.generator.types.FloatType
Returns the run-time class implementing this type.
getRuntimeType() - Method in class de.ispsoft.jaxme.generator.types.IntegerType
Returns the run-time class implementing this type.
getRuntimeType() - Method in class de.ispsoft.jaxme.generator.types.LongType
Returns the run-time class implementing this type.
getRuntimeType() - Method in class de.ispsoft.jaxme.generator.types.ShortType
Returns the run-time class implementing this type.
getRuntimeType() - Method in class de.ispsoft.jaxme.generator.types.SimpleTypeWrapper
Returns the run-time class implementing this type.
getRuntimeType() - Method in class de.ispsoft.jaxme.generator.types.StringType
Returns the run-time class implementing this type.
getRuntimeType() - Method in class de.ispsoft.jaxme.generator.types.TimeType
Returns the run-time class implementing this type.
getRuntimeType() - Method in class de.ispsoft.jaxme.generator.types.TimestampType
Returns the run-time class implementing this type.
getRuntimeType() - Method in class de.ispsoft.jaxme.generator.types.UserDefinedSimpleType
Returns the run-time class implementing this type.
getSAXException(String) - Method in class de.ispsoft.jaxme.ObservedHandlerImpl
Depending on the presence of a locator, returns a SAXException or a SAXParseException.
getSAXException(String, Exception) - Method in class de.ispsoft.jaxme.ObservedHandlerImpl
Depending on the presence of a locator, returns a SAXException or a SAXParseException.
getSAXParser() - Method in class de.ispsoft.jaxme.jaxb.UnmarshallerImpl
Returns the SAXParser previously set with setSAXParser() or a new SAXParser.
getSAXParserFactory() - Method in class de.ispsoft.jaxme.jaxb.UnmarshallerImpl
Returns the SAXParser factory.
getSQLTypes() - Method in interface de.ispsoft.jaxme.generator.SchemaSimpleType
Returns an array of SQL types that are matched by this type or null, if no SQL types apply.
getSQLTypes() - Method in class de.ispsoft.jaxme.generator.types.Base64BinaryType
 
getSQLTypes() - Method in class de.ispsoft.jaxme.generator.types.BlobType
 
getSQLTypes() - Method in class de.ispsoft.jaxme.generator.types.BooleanType
Returns an array of SQL types that are matched by this type or null, if no SQL types apply.
getSQLTypes() - Method in class de.ispsoft.jaxme.generator.types.ByteType
Returns an array of SQL types that are matched by this type or null, if no SQL types apply.
getSQLTypes() - Method in class de.ispsoft.jaxme.generator.types.ClobType
 
getSQLTypes() - Method in class de.ispsoft.jaxme.generator.types.DateTimeType
Returns an array of SQL types that are matched by this type or null, if no SQL types apply.
getSQLTypes() - Method in class de.ispsoft.jaxme.generator.types.DateType
Returns an array of SQL types that are matched by this type or null, if no SQL types apply.
getSQLTypes() - Method in class de.ispsoft.jaxme.generator.types.DecimalType
Returns an array of SQL types that are matched by this type or null, if no SQL types apply.
getSQLTypes() - Method in class de.ispsoft.jaxme.generator.types.DoubleType
Returns an array of SQL types that are matched by this type or null, if no SQL types apply.
getSQLTypes() - Method in class de.ispsoft.jaxme.generator.types.FloatType
Returns an array of SQL types that are matched by this type or null, if no SQL types apply.
getSQLTypes() - Method in class de.ispsoft.jaxme.generator.types.IntegerType
Returns an array of SQL types that are matched by this type or null, if no SQL types apply.
getSQLTypes() - Method in class de.ispsoft.jaxme.generator.types.LongType
Returns an array of SQL types that are matched by this type or null, if no SQL types apply.
getSQLTypes() - Method in class de.ispsoft.jaxme.generator.types.ShortType
Returns an array of SQL types that are matched by this type or null, if no SQL types apply.
getSQLTypes() - Method in class de.ispsoft.jaxme.generator.types.SimpleTypeWrapper
Returns an array of SQL types that are matched by this type or null, if no SQL types apply.
getSQLTypes() - Method in class de.ispsoft.jaxme.generator.types.StringType
Returns an array of SQL types that are matched by this type or null, if no SQL types apply.
getSQLTypes() - Method in class de.ispsoft.jaxme.generator.types.TimeType
Returns an array of SQL types that are matched by this type or null, if no SQL types apply.
getSQLTypes() - Method in class de.ispsoft.jaxme.generator.types.UserDefinedSimpleType
Returns an array of SQL types that are matched by this type or null, if no SQL types apply.
getSample(int) - Method in interface de.ispsoft.jaxme.generator.SchemaSimpleType
Returns a sample value for the type.
getSample() - Method in class de.ispsoft.jaxme.generator.parserdata.JdbcPattern
Returns the patterns sample.
getSample(int) - Method in class de.ispsoft.jaxme.generator.types.Base64BinaryType
 
getSample(int) - Method in class de.ispsoft.jaxme.generator.types.BooleanType
Returns a sample value for the type.
getSample(int) - Method in class de.ispsoft.jaxme.generator.types.ByteType
Returns a sample value for the type.
getSample(int) - Method in class de.ispsoft.jaxme.generator.types.DateTimeType
Returns a sample value for the type.
getSample(int) - Method in class de.ispsoft.jaxme.generator.types.DateType
Returns a sample value for the type.
getSample(int) - Method in class de.ispsoft.jaxme.generator.types.DoubleType
Returns a sample value for the type.
getSample(int) - Method in class de.ispsoft.jaxme.generator.types.FloatType
Returns a sample value for the type.
getSample(int) - Method in class de.ispsoft.jaxme.generator.types.IntegerType
Returns a sample value for the type.
getSample(int) - Method in class de.ispsoft.jaxme.generator.types.LongType
Returns a sample value for the type.
getSample(int) - Method in class de.ispsoft.jaxme.generator.types.ShortType
Returns a sample value for the type.
getSample(int) - Method in class de.ispsoft.jaxme.generator.types.SimpleTypeWrapper
Returns a sample value for the type.
getSample(int) - Method in class de.ispsoft.jaxme.generator.types.StringType
Returns a sample value for the type.
getSample(int) - Method in class de.ispsoft.jaxme.generator.types.TimeType
Returns a sample value for the type.
getSample(int) - Method in class de.ispsoft.jaxme.generator.types.UserDefinedSimpleType
Returns a sample value for the type.
getSchema() - Method in class de.ispsoft.jaxme.generator.Schema
 
getSchema() - Method in class de.ispsoft.jaxme.generator.SchemaAnnotationOwner
Returns the schema.
getSchema() - Method in class de.ispsoft.jaxme.generator.SchemaElement
 
getSchema() - Method in class de.ispsoft.jaxme.generator.XsdSchemaReader
Returns the schema being parsed.
getSchemaDate() - Method in class de.ispsoft.jaxme.generator.Generator
Returns the schema creation date.
getSchemaDate() - Method in class de.ispsoft.jaxme.generator.SourceWriterImpl
Returns the time and date when the schema was created.
getSchemaElement() - Method in class de.ispsoft.jaxme.generator.SqlField
Creates the SchemaElement managed by this SqlField.
getSchemaElements() - Method in class de.ispsoft.jaxme.generator.Schema
Returns an iterator to the list of SchemaElements.
getSchemaNode() - Method in class de.ispsoft.jaxme.generator.XsdSchemaReader
Returns the "schema" Node being parsed.
getSchemaPath() - Method in class de.ispsoft.jaxme.JMManagerFactoryImpl
Returns the path previously set by JaxbContextFactoryImpl.createContext(schemaPath).
getSchemaReader() - Method in class de.ispsoft.jaxme.generator.Generator
Returns the SchemaReader.
getSchemaReader() - Method in class de.ispsoft.jaxme.generator.ant.JaxMeGeneratorTask
Returns the configured SchemaReader.
getSchemaReader() - Method in class de.ispsoft.jaxme.generator.ant.SchemaReaderType
Returns an instance of the specified SchemaReader class.
getSchemaType() - Method in class de.ispsoft.jaxme.generator.SchemaElement
Returns this elements SchemaType.
getSchemaType() - Method in class de.ispsoft.jaxme.generator.SqlField
Returns the SchemaElements type.
getSee() - Method in class de.ispsoft.jaxme.generator.javasource.JavaComment
Returns an array list of Strings which should be used for "see" fields.
getSelectTables() - Method in class de.ispsoft.jaxme.generator.SchemaComplexJdbcElement
Returns the elements table list.
getSerializeMethod(JavaSource, SchemaComplexElement, ParseletDecorator) - Method in class de.ispsoft.jaxme.generator.parselets.ParseletWriter
 
getSetAttributeMethod(JavaSource) - Method in class de.ispsoft.jaxme.generator.javaclasswriter.BasicJavaClassWriter
Generates the methods setAttribute() method.
getSetFieldMethod(JavaSource, SchemaElement) - Method in class de.ispsoft.jaxme.generator.javaclasswriter.BasicJavaClassWriter
Creates a fields set method.
getSetMethodName() - Method in class de.ispsoft.jaxme.generator.SchemaElement
If this element has accessor methods: Returns the name of the set method.
getSeverity() - Method in interface de.ispsoft.jaxme.jaxb.ValidationEvent
Deprecated. Retrieve the severity code for this warning/error.
getSource() - Method in class de.ispsoft.jaxme.generator.SchemaElement.PieceOfJavaSource
 
getSourceDirectory() - Method in class de.ispsoft.jaxme.generator.Generator
Returns the Generators target directory.
getSourceWriter() - Method in class de.ispsoft.jaxme.generator.ant.SourceWriterType
Returns an instance of the specified SourceWriter class.
getSourceWriter(Schema, ParserData, Element) - Method in interface de.ispsoft.jaxme.generator.decorators.ElementDecoratorFactory
Called for creating a SourceWriter.
getSourceWriter(Schema, ParserData, Element) - Method in class de.ispsoft.jaxme.generator.decorators.ElementDecoratorFactoryImpl
Called for creating a SourceWriter.
getSourceWriter(Schema, ParserData, Element) - Method in class de.ispsoft.jaxme.generator.parselets.ParseletDecoratorFactory
Called for creating a SourceWriter.
getSourceWriter(Schema, ParserData, Element) - Method in class de.ispsoft.jaxme.generator.parselets.SimpleParseletDecoratorFactory
Called for creating a SourceWriter.
getSourceWriterDeclaration(Schema, ParserData, Element) - Method in class de.ispsoft.jaxme.generator.decorators.ElementDecoratorFactoryImpl
Called for finding a SourceWriter declaration.
getSourceWriters() - Method in class de.ispsoft.jaxme.generator.Generator
Returns an Iterator to the list of currently registered SourceWriters.
getSourceWriters() - Method in class de.ispsoft.jaxme.generator.ant.JaxMeGeneratorTask
Returns an iterator to the list of SourceWriters.
getSqlFieldList() - Method in class de.ispsoft.jaxme.generator.SchemaComplexJdbcElement
Returns an iterator to the list of SQL fields.
getStartDocument() - Method in class de.ispsoft.jaxme.jaxb.MarshallerImpl
Returns whether marshal(Object, ContentHandler) should emit startDocument() and endDocument() events.
getStateField(JavaSource) - Method in class de.ispsoft.jaxme.generator.javaclasswriter.BasicJavaClassWriter
Generates the handles state field.
getStatic() - Method in class de.ispsoft.jaxme.generator.javasource.JavaInnerClass
Returns whether this inner class is static.
getStatic() - Method in class de.ispsoft.jaxme.generator.javasource.JavaSource
Returns whether this JavaSource is static (for inner classes).
getStatic() - Method in class de.ispsoft.jaxme.generator.javasource.JavaSourceObject
Returns whether this is a static JavaSource object.
getSuppress() - Method in class de.ispsoft.jaxme.generator.SchemaElement
Returns whether this element should be suppressed.
getSystemId() - Method in class de.ispsoft.jaxme.generator.SchemaElement
Returns the SchemaElements SystemId.
getTable() - Method in class de.ispsoft.jaxme.generator.SchemaComplexJdbcElement
Returns the elements table name.
getTableList() - Method in class de.ispsoft.jaxme.JMJdbcManager
Returns the table list to build an SQL SELECT statement.
getTableName() - Method in class de.ispsoft.jaxme.generator.SqlField
Returns the table name.
getTarget() - Method in class de.ispsoft.jaxme.JMPI
Returns the target.
getTarget() - Method in class de.ispsoft.jaxme.generator.SchemaOption
 
getTargetNamespace() - Method in class de.ispsoft.jaxme.generator.Schema
Returns the target namespace.
getTargetNode() - Method in class de.ispsoft.jaxme.jaxb.JaxbDOMSerializer
Returns the target node.
getTemporaryElement() - Method in class de.ispsoft.jaxme.generator.dtd.DTDSchemaReader
Returns the name of the RootNodeReaders invisible element node.
getTheInstanceField(JavaSource, SchemaComplexElement) - Method in class de.ispsoft.jaxme.generator.ComparatorWriter
 
getThrows() - Method in class de.ispsoft.jaxme.generator.javasource.JavaComment
Returns an array of values for the JavaDoc throw field.
getTimeFormat() - Method in class de.ispsoft.jaxme.jaxb.JMManagerFactoryAttachable
Returns the default for formatting or parsing time values.
getTimeFormat(String) - Method in class de.ispsoft.jaxme.jaxb.JMManagerFactoryAttachable
Returns an instance of DateFormat for formatting an instance of java.sql.Time.
getTopLevelFields() - Method in class de.ispsoft.jaxme.generator.javaclasswriter.JdbcTableClassWriter
 
getTopLevelKeys() - Method in class de.ispsoft.jaxme.generator.javaclasswriter.JdbcTableClassWriter
 
getTopLevelNonKeys() - Method in class de.ispsoft.jaxme.generator.javaclasswriter.JdbcTableClassWriter
 
getType() - Method in interface de.ispsoft.jaxme.generator.SchemaComplexType
Returns the type.
getType() - Method in class de.ispsoft.jaxme.generator.dtd.DTDAttribute
Returns the attribute type.
getType() - Method in class de.ispsoft.jaxme.generator.dtd.DTDElement
Returns the element type.
getType() - Method in class de.ispsoft.jaxme.generator.javasource.JavaSource
Returns the JavaSource type.
getType() - Method in class de.ispsoft.jaxme.generator.javasource.JavaSourceObject
Returns this JavaSource objects type.
getType() - Method in class de.ispsoft.jaxme.generator.parserdata.JdbcParam
Returns the parameter type.
getType() - Method in class de.ispsoft.jaxme.generator.types.AnyType
 
getType() - Method in class de.ispsoft.jaxme.generator.types.ResourceBundleFormattedType
Returns the type, either of "date", "decimal" or null.
getType() - Method in class de.ispsoft.jaxme.generator.types.UserDefinedComplexType
 
getTypeIsExplicit() - Method in class de.ispsoft.jaxme.generator.SchemaElement
Returns whether the elements type was explicitly specified.
getURI() - Method in class de.ispsoft.jaxme.UriName
Returns the namespace URI.
getURL() - Method in interface de.ispsoft.jaxme.jaxb.ValidationEventLocator
Deprecated. Return the name of the XML source as a URL if available
getURLDecodedContent(Clob) - Static method in class de.ispsoft.jaxme.util.OraLob
 
getUnmarshaller() - Method in class de.ispsoft.jaxme.JMContentHandler
 
getUnmarshaller() - Method in class de.ispsoft.jaxme.jaxb.UnmarshallerHandlerImpl
Returns the UnmarshallerImpl that created this UnmarshallerHandler.
getUnmarshallerHandler() - Method in interface de.ispsoft.jaxme.jaxb.Unmarshaller
Deprecated. Get an unmarshaller handler object that can be used as a component in an XML pipeline.
getUnmarshallerHandler() - Method in class de.ispsoft.jaxme.jaxb.UnmarshallerImpl
 
getUpdate() - Method in class de.ispsoft.jaxme.generator.types.AutoSqlType
Returns the SQL string for UPDATE statements.
getUpdateMethod(JavaSource) - Method in class de.ispsoft.jaxme.generator.javaclasswriter.JdbcTableClassWriter
 
getUpdateMethod(JavaSource) - Method in class de.ispsoft.jaxme.generator.javaclasswriter.JdbcViewClassWriter
 
getUpdateQueries(Connection, JMJdbcElement) - Method in class de.ispsoft.jaxme.JMJdbcManager
Returns an array of prepared statements, that are being performed to update the element in the database.
getUpdateQuery(JMAnyElement) - Method in class de.ispsoft.jaxme.tamino.InoManager
Returns a query suited for updating the element.
getUriNameMap(Iterator) - Method in class de.ispsoft.jaxme.generator.ComparatorWriter
 
getUseDataSource() - Method in class de.ispsoft.jaxme.generator.SchemaComplexJdbcElement
Returns whether to use a DataSource.
getUser() - Method in class de.ispsoft.jaxme.XmlDbManager
 
getUser(Configurable) - Method in class de.ispsoft.jaxme.generator.parserdata.JdbcParserData
Returns the connections user name.
getValidateMeMethod(JavaSource) - Method in class de.ispsoft.jaxme.generator.javaclasswriter.BasicJavaClassWriter
Generates the validateMe() method.
getValidateMethod(JavaSource) - Method in class de.ispsoft.jaxme.generator.javaclasswriter.BasicJavaClassWriter
Generates the validate() method.
getValue() - Method in class de.ispsoft.jaxme.JMAttribute
Returns the attributes value.
getValue() - Method in class de.ispsoft.jaxme.generator.SchemaOption
 
getValue() - Method in class de.ispsoft.jaxme.generator.dtd.DTDAttribute
Returns the attributes default value.
getValue() - Method in class de.ispsoft.jaxme.generator.javasource.JavaField
 
getValueDefault() - Method in class de.ispsoft.jaxme.generator.dtd.DTDAttribute
Returns the attributes default definition.
getVersion() - Method in class de.ispsoft.jaxme.generator.javasource.JavaComment
Returns the JavaDoc version field or null, if there is no version field.
getView() - Method in class de.ispsoft.jaxme.generator.SchemaComplexJdbcElement
Returns the current view.
getVoidListMethod(JdbcListMethod) - Method in class de.ispsoft.jaxme.generator.javaclasswriter.JdbcTableClassWriter
 
getWhere() - Method in class de.ispsoft.jaxme.JMJdbcManager
Returns an additional filter for the WHERE clause.
getWhere() - Method in class de.ispsoft.jaxme.generator.SchemaComplexJdbcElement
Returns an additional filter for the where clause.
getWrite() - Method in class de.ispsoft.jaxme.generator.types.AutoSqlType
Returns the SQL string for INSERT and UPDATE statements.
getWriter() - Method in class de.ispsoft.jaxme.XMLSerializer
Returns the Writer.
getWriter() - Method in class de.ispsoft.jaxme.jaxb.JaxbXMLSerializer
Returns the JaxbXMLSerializers Writer.
getXMLReader() - Method in class de.ispsoft.jaxme.jaxb.UnmarshallerImpl
 
getXPathQueryService() - Method in class de.ispsoft.jaxme.XmlDbManager
 
getXPathQueryServiceVersion() - Method in class de.ispsoft.jaxme.XmlDbManager
 
getXmlClass() - Method in class de.ispsoft.jaxme.generator.javaclasswriter.BasicJavaClassWriter
Generates a JMAnyElement class.
getXmlClass() - Method in interface de.ispsoft.jaxme.generator.javaclasswriter.JavaClassWriter
 
getXmlDbCollection() - Method in class de.ispsoft.jaxme.XmlDbManager
 

H

HANDLER_CLASS_NAME - Static variable in class de.ispsoft.jaxme.JMManagerImpl
The local name of the HandlerClass element.
handleEvent(ValidationEvent) - Method in interface de.ispsoft.jaxme.jaxb.ValidationEventHandler
Deprecated. Receive notification of a validation warning or error.
hasPrimitive() - Method in interface de.ispsoft.jaxme.generator.SchemaSimpleType
Returns true, if this type has an associated primitive Java type.
hasPrimitive() - Method in class de.ispsoft.jaxme.generator.types.Base64BinaryType
 
hasPrimitive() - Method in class de.ispsoft.jaxme.generator.types.BooleanType
 
hasPrimitive() - Method in class de.ispsoft.jaxme.generator.types.ByteType
 
hasPrimitive() - Method in class de.ispsoft.jaxme.generator.types.DateTimeType
 
hasPrimitive() - Method in class de.ispsoft.jaxme.generator.types.DoubleType
 
hasPrimitive() - Method in class de.ispsoft.jaxme.generator.types.FloatType
 
hasPrimitive() - Method in class de.ispsoft.jaxme.generator.types.IntegerType
 
hasPrimitive() - Method in class de.ispsoft.jaxme.generator.types.LongType
 
hasPrimitive() - Method in class de.ispsoft.jaxme.generator.types.ShortType
 
hasPrimitive() - Method in class de.ispsoft.jaxme.generator.types.SimpleTypeWrapper
Returns true, if this type has an associated primitive Java type.
hasPrimitive() - Method in class de.ispsoft.jaxme.generator.types.StringType
 
hasPrimitive() - Method in class de.ispsoft.jaxme.generator.types.UserDefinedSimpleType
Returns true, if this type has an associated primitive Java type.
hasProtectedConstructor() - Method in class de.ispsoft.jaxme.generator.SchemaComplexElement
Returns whether the generated XML class has a protected constructor.
hasRestrictions() - Method in class de.ispsoft.jaxme.generator.ElementRestrictionContainer
 
hashCode() - Method in class de.ispsoft.jaxme.UriName
Returns the elements hash code.
hashCode() - Method in class de.ispsoft.jaxme.generator.SchemaOption
 

I

ID_ATTRIBUTE_NODE - Static variable in class de.ispsoft.jaxme.XmlDbManager
Name of the IdAttribute node.
ID_ELEMENT_NODE - Static variable in class de.ispsoft.jaxme.XmlDbManager
Name of the IdElement node.
ID_NAMESPACE_NODE - Static variable in class de.ispsoft.jaxme.XmlDbManager
Name of the IdNamespace node.
INO_RESPONSE2_URI - Static variable in class de.ispsoft.jaxme.tamino.InoResponseHandler
The namespace of an INO response document: http://namespaces.softwareag.com/tamino/response2.
INTEGER - Static variable in interface de.ispsoft.jaxme.JMManager
A placeholder type matching java.sql.Types.INTEGER.
InoException - exception de.ispsoft.jaxme.tamino.InoException.
A SAX exception indicating an error in a Tamino response document.
InoException(String, String) - Constructor for class de.ispsoft.jaxme.tamino.InoException
Creates a new instance of InoException with the given error code and message.
InoManager - class de.ispsoft.jaxme.tamino.InoManager.
An implementation of a JMManager for a Tamino database.
InoManager() - Constructor for class de.ispsoft.jaxme.tamino.InoManager
Creates a new instance of InoManager
InoResponseHandler - class de.ispsoft.jaxme.tamino.InoResponseHandler.
This is a SAX content handler for an ino:response document.
InoResponseHandler() - Constructor for class de.ispsoft.jaxme.tamino.InoResponseHandler
Creates a new InoResponseHandler
IntegerType - class de.ispsoft.jaxme.generator.types.IntegerType.
An implementation of the integer type.
IntegerType() - Constructor for class de.ispsoft.jaxme.generator.types.IntegerType
Creates a new IntegerType instance.
IntegerType(String, String) - Constructor for class de.ispsoft.jaxme.generator.types.IntegerType
Creates a new IntegerType instance with the given local name and namespace URI.
ignorableWhitespace(char[], int, int) - Method in class de.ispsoft.jaxme.FilterContentHandler
 
ignorableWhitespace(char[], int, int) - Method in class de.ispsoft.jaxme.JMAtomicContentHandler
 
ignorableWhitespace(char[], int, int) - Method in class de.ispsoft.jaxme.JMContentHandler
 
ignorableWhitespace(char[], int, int) - Method in class de.ispsoft.jaxme.XMLSerializer
Calls the character method with the same arguments.
ignorableWhitespace(char[], int, int) - Method in class de.ispsoft.jaxme.jaxb.JaxbDOMSerializer
 
ignorableWhitespace(char[], int, int) - Method in class de.ispsoft.jaxme.jaxb.JaxbXMLSerializer
Calls the character method with the same arguments.
ignorableWhitespace(char[], int, int) - Method in class de.ispsoft.jaxme.tamino.InoResponseHandler
 
init() - Method in class de.ispsoft.jaxme.ComparatorFactory
Initializes the Map of comparators.
init(JMManagerFactory, String, String, boolean) - Method in class de.ispsoft.jaxme.JMJdbcDataSourceManager
Initializes the manager.
init(JMManagerFactory, String, String) - Method in class de.ispsoft.jaxme.JMJdbcManager
Initializes the manager.
init(ResultSet, JMJdbcElement) - Method in class de.ispsoft.jaxme.JMJdbcManager
Initializes the element from the resultset.
init(JMManagerFactory, String, String) - Method in interface de.ispsoft.jaxme.JMManager
Initializes the manager.
init(InputSource) - Method in class de.ispsoft.jaxme.JMManagerFactoryImpl
Initializes the JMManagerFactoryImpl by parsing a configuration from the given InputSource.
init(JMManagerFactory, String, String) - Method in class de.ispsoft.jaxme.JMManagerImpl
Initializes the manager.
init(Schema, Element, ParserData, Element) - Method in interface de.ispsoft.jaxme.generator.decorators.ElementDecoratorFactory
Called for initializing the factory.
init(Schema, Element, ParserData, Element) - Method in class de.ispsoft.jaxme.generator.decorators.ElementDecoratorFactoryImpl
Called for initializing the factory.
init(SchemaAnnotationOwner, SchemaElement, ParserData, Element) - Method in class de.ispsoft.jaxme.generator.parselets.ComplexParseletDecorator
Initializes the ParseletDecorator with the settings being read from the various arguments.
init(SchemaAnnotationOwner, SchemaElement, ParserData, Element) - Method in interface de.ispsoft.jaxme.generator.parselets.ParseletDecorator
Initializes the ParseletDecorator with the settings being read from the various arguments.
init(Schema, Element, ParserData, Element) - Method in class de.ispsoft.jaxme.generator.parselets.ParseletDecoratorFactory
Initializes the ParseletDecoratorFactory.
init(SchemaAnnotationOwner, SchemaElement, ParserData, Element) - Method in class de.ispsoft.jaxme.generator.parselets.ParseletDecoratorImpl
Initializes the ParseletDecorator with the settings being read from the various arguments.
initLog4J() - Method in class de.ispsoft.jaxme.generator.ant.JaxMeGeneratorTask
Initializes the log4j logger, used by the JaxMe generator.
initPrefixMapping(ContentHandler) - Method in class de.ispsoft.jaxme.NamespaceSupport
Initializes the given ContentHandler by firing SAX events of type startPrefixMapping.
insert(JMAnyElement) - Method in class de.ispsoft.jaxme.JMFileManager
Inserts the given element into the file.
insert(String, JMAnyElement) - Method in class de.ispsoft.jaxme.JMFileManager
Inserts the given element into the given file.
insert(JMAnyElement) - Method in class de.ispsoft.jaxme.JMJdbcManager
Calls newPrimaryKey() and inserts the given element into the database.
insert(JMAnyElement) - Method in interface de.ispsoft.jaxme.JMManager
Inserts the given document into the database.
insert(JMAnyElement) - Method in class de.ispsoft.jaxme.JMManagerImpl
 
insert(JMAnyElement) - Method in class de.ispsoft.jaxme.XmlDbManager
Inserts the given document into the database.
insert(JMAnyElement) - Method in class de.ispsoft.jaxme.tamino.InoManager
Inserts the given document into the database.
internalEntityDecl(String, String) - Method in class de.ispsoft.jaxme.generator.dtd.DTDSchemaHandler
 
isAbstract() - Method in class de.ispsoft.jaxme.generator.javasource.JavaSource
Returns whether class is abstract.
isAbstract() - Method in class de.ispsoft.jaxme.generator.javasource.JavaSourceObject
Returns whether this JavaSource object is abstract.
isAnyType() - Method in class de.ispsoft.jaxme.generator.SchemaComplexElement
Returns whether the elements type is xs:anyType.
isAtomic(Node) - Static method in class de.ispsoft.jaxme.generator.util.DOM
Returns whether the given node is an atomic element.
isAttribute() - Method in class de.ispsoft.jaxme.generator.SchemaAttribute
 
isAttribute() - Method in class de.ispsoft.jaxme.generator.SchemaComplexElement
 
isAttribute() - Method in class de.ispsoft.jaxme.generator.SchemaElement
Returns whether the element is actually an attribute.
isAttribute() - Method in class de.ispsoft.jaxme.generator.SchemaSimpleElement
 
isAttribute() - Method in class de.ispsoft.jaxme.generator.dtd.DTDAttribute
 
isAttribute() - Method in class de.ispsoft.jaxme.generator.dtd.DTDElement
 
isAttribute() - Method in class de.ispsoft.jaxme.generator.dtd.DTDObject
Returns whether this object is an Attribute.
isComplex() - Method in class de.ispsoft.jaxme.generator.SchemaAbstractSimpleElement
 
isComplex() - Method in class de.ispsoft.jaxme.generator.SchemaComplexElement
 
isComplex() - Method in class de.ispsoft.jaxme.generator.SchemaElement
Returns whether the element is complex.
isComplex() - Method in interface de.ispsoft.jaxme.generator.SchemaType
 
isComplex() - Method in class de.ispsoft.jaxme.generator.types.AnyType
 
isComplex() - Method in class de.ispsoft.jaxme.generator.types.Base64BinaryType
 
isComplex() - Method in class de.ispsoft.jaxme.generator.types.BooleanType
 
isComplex() - Method in class de.ispsoft.jaxme.generator.types.ByteType
 
isComplex() - Method in class de.ispsoft.jaxme.generator.types.DateTimeType
 
isComplex() - Method in class de.ispsoft.jaxme.generator.types.DoubleType
 
isComplex() - Method in class de.ispsoft.jaxme.generator.types.FloatType
 
isComplex() - Method in class de.ispsoft.jaxme.generator.types.IntegerType
 
isComplex() - Method in class de.ispsoft.jaxme.generator.types.LongType
 
isComplex() - Method in class de.ispsoft.jaxme.generator.types.ShortType
 
isComplex() - Method in class de.ispsoft.jaxme.generator.types.SimpleTypeWrapper
 
isComplex() - Method in class de.ispsoft.jaxme.generator.types.StringType
 
isComplex() - Method in class de.ispsoft.jaxme.generator.types.UserDefinedComplexType
 
isComplex() - Method in class de.ispsoft.jaxme.generator.types.UserDefinedSimpleType
 
isDecoratorDeclaration(Element) - Method in class de.ispsoft.jaxme.generator.decorators.ElementDecoratorFactoryImpl
Returns whether a given child element of xs:annotation/xs:appinfo is a decorator declaration.
isExplicitBaseType() - Method in interface de.ispsoft.jaxme.generator.types.AbstractType
Returns whether the base type is explicit.
isExplicitBaseType() - Method in class de.ispsoft.jaxme.generator.types.SimpleTypeWrapper
Returns whether the base type is explicit.
isMultiple() - Method in class de.ispsoft.jaxme.generator.SchemaElement
Returns whether this element or attribute can occur multiple times.
isResultCollection() - Method in class de.ispsoft.jaxme.generator.parserdata.JdbcListMethod
Returns true, if the maximum result size is > 1 or -1 ("unbounded").
isSourceWriterDeclaration(Element) - Method in class de.ispsoft.jaxme.generator.decorators.ElementDecoratorFactoryImpl
Returns whether a given child element of xs:annotation/xs:appinfo is a SourceWriter declaration.
isTable() - Method in class de.ispsoft.jaxme.generator.SchemaComplexJdbcElement
Returns whether this element is based on a table.
isValidating() - Method in interface de.ispsoft.jaxme.jaxb.Unmarshaller
Deprecated. Indicates whether or not the Unmarshaller is configured to validate during unmarshal operations.
isValidating() - Method in class de.ispsoft.jaxme.jaxb.UnmarshallerImpl
 
isView() - Method in class de.ispsoft.jaxme.generator.SchemaComplexJdbcElement
Returns whether this element is a view.

J

JAXBContext - class de.ispsoft.jaxme.jaxb.JAXBContext.
Deprecated. Soon to be replaced with javax.xml.bind.JAXBContext
JAXBContext() - Constructor for class de.ispsoft.jaxme.jaxb.JAXBContext
Deprecated.  
JAXBException - exception de.ispsoft.jaxme.jaxb.JAXBException.
Deprecated. Soon to be replaced with javax.xml.bind.JAXBException
JAXBException(String) - Constructor for class de.ispsoft.jaxme.jaxb.JAXBException
Deprecated. Construct a JAXBException with the specified detail message.
JAXBException(String, String) - Constructor for class de.ispsoft.jaxme.jaxb.JAXBException
Deprecated. Construct a JAXBException with the specified detail message and vendor specific errorCode.
JAXBException(Throwable) - Constructor for class de.ispsoft.jaxme.jaxb.JAXBException
Deprecated. Construct a JAXBException with a linkedException.
JAXBException(String, Throwable) - Constructor for class de.ispsoft.jaxme.jaxb.JAXBException
Deprecated. Construct a JAXBException with the specified detail message and linkedException.
JAXBException(String, String, Throwable) - Constructor for class de.ispsoft.jaxme.jaxb.JAXBException
Deprecated. Construct a JAXBException with the specified detail message and vendor specific errorCode.
JAXB_CONTEXT_FACTORY - Static variable in class de.ispsoft.jaxme.jaxb.JAXBContext
Deprecated. The name of the property that contains the name of the class capable of creating new JAXBContext objects.
JAXME_JDBC_SCHEMA_URI - Static variable in class de.ispsoft.jaxme.generator.XsdJdbcSchemaReader
 
JAXME_SCHEMA_URI - Static variable in class de.ispsoft.jaxme.generator.XsdSchemaReader
The JaxMe standard namespace
JMAnyElement - class de.ispsoft.jaxme.JMAnyElement.
An implementation for an abstract element.
JMAnyElement(String, String) - Constructor for class de.ispsoft.jaxme.JMAnyElement
Creates a new JMAnyElement with the given namespace URI and local name.
JMAnyElement() - Constructor for class de.ispsoft.jaxme.JMAnyElement
Creates a new JMAnyElement that needs to be intialized with setNamespaceURI() and setLocalName().
JMAtomicContentHandler - class de.ispsoft.jaxme.JMAtomicContentHandler.
A SAX parser reading a single, atomic element.
JMAtomicContentHandler() - Constructor for class de.ispsoft.jaxme.JMAtomicContentHandler
Creates a new instance of JMAtomicContentHandler.
JMAttribute - class de.ispsoft.jaxme.JMAttribute.
An implementation of an attribute.
JMAttribute(String, String, String) - Constructor for class de.ispsoft.jaxme.JMAttribute
Creates a new JMAttribute instance and initializes the local name, namespace URI and value.
JMContentHandler - class de.ispsoft.jaxme.JMContentHandler.
A SAX ContentHandler that reads an XML document.
JMContentHandler() - Constructor for class de.ispsoft.jaxme.JMContentHandler
Creates a new instance of JMContentHandler
JMEntity - class de.ispsoft.jaxme.JMEntity.
An implementation of a skipped entity.
JMEntity() - Constructor for class de.ispsoft.jaxme.JMEntity
Creates a new instance of JMEntity.
JMEntity(String) - Constructor for class de.ispsoft.jaxme.JMEntity
Creates a new instance of JMEntity and the given actual entity.
JMFactory - class de.ispsoft.jaxme.JMFactory.
Defines a factory API that enables applications to configure and obtain a JMManagerFactory to work with XML documents.
JMFactory() - Constructor for class de.ispsoft.jaxme.JMFactory
 
JMFileManager - class de.ispsoft.jaxme.JMFileManager.
Although the name suggests different, this is not a true JMManager, but just a set of shortcuts that simplify reading from and writing to files.
JMFileManager() - Constructor for class de.ispsoft.jaxme.JMFileManager
Creates a new instance of JMFileManager
JMJdbcDataSourceManager - class de.ispsoft.jaxme.JMJdbcDataSourceManager.
A subclass of the JMJdbcManager that uses a JDBC DataSource rather to obtain a connection and not the DriverManager.
JMJdbcDataSourceManager() - Constructor for class de.ispsoft.jaxme.JMJdbcDataSourceManager
Creates a new instance of JMJdbcDataSourceManager
JMJdbcElement - class de.ispsoft.jaxme.JMJdbcElement.
An element that can be read from or saved into a JDBC database.
JMJdbcElement() - Constructor for class de.ispsoft.jaxme.JMJdbcElement
Creates a new instance of JMJdbcElement
JMJdbcElement(String, String) - Constructor for class de.ispsoft.jaxme.JMJdbcElement
Creates a new instance of JMJdbcElement with the given namespace URI and localname.
JMJdbcManager - class de.ispsoft.jaxme.JMJdbcManager.
A Manager implementation for XML documents read from or written to an SQL database.
JMJdbcManager() - Constructor for class de.ispsoft.jaxme.JMJdbcManager
Creates a new instance of JMJdbcManager
JMManager - interface de.ispsoft.jaxme.JMManager.
A Manager is responsible for reading, inserting, updating and deleting documents.
JMManagerFactory - interface de.ispsoft.jaxme.JMManagerFactory.
A factory for access to the various JMManager instances.
JMManagerFactoryAttachable - class de.ispsoft.jaxme.jaxb.JMManagerFactoryAttachable.
A common base class for MarshallerImpl, UnmarshallerImpl and ValidatorImpl.
JMManagerFactoryAttachable() - Constructor for class de.ispsoft.jaxme.jaxb.JMManagerFactoryAttachable
Constructor for JMManagerFactoryAttachable.
JMManagerFactoryImpl - class de.ispsoft.jaxme.JMManagerFactoryImpl.
A default implementation for a JMManagerFactory.
JMManagerFactoryImpl() - Constructor for class de.ispsoft.jaxme.JMManagerFactoryImpl
Creates a new instance of JMManagerFactoryImpl.
JMManagerFactoryLIImpl - class de.ispsoft.jaxme.JMManagerFactoryLIImpl.
This is an alternative implementation for a JMManagerFactory.
JMManagerFactoryLIImpl() - Constructor for class de.ispsoft.jaxme.JMManagerFactoryLIImpl
 
JMManagerImpl - class de.ispsoft.jaxme.JMManagerImpl.
A default implementation for managers.
JMManagerImpl() - Constructor for class de.ispsoft.jaxme.JMManagerImpl
Creates a new instance of JMManagerImpl.
JMManagerImpl.MyObserver - class de.ispsoft.jaxme.JMManagerImpl.MyObserver.
 
JMManagerImpl.MyObserver() - Constructor for class de.ispsoft.jaxme.JMManagerImpl.MyObserver
 
JMNode - interface de.ispsoft.jaxme.JMNode.
An interface for various type of XML contents.
JMPI - class de.ispsoft.jaxme.JMPI.
An implementation of a processing instruction.
JMPI() - Constructor for class de.ispsoft.jaxme.JMPI
Creates a new instance of JMPI.
JMPI(String, String) - Constructor for class de.ispsoft.jaxme.JMPI
Creates a new instance of JMEntity and the given actual entity.
JMStringHandler - class de.ispsoft.jaxme.JMStringHandler.
JMStringHandler() - Constructor for class de.ispsoft.jaxme.JMStringHandler
Creates a new instance of JMStringHandler
JavaClassInitializer - class de.ispsoft.jaxme.generator.javasource.JavaClassInitializer.
Implements a Java class constructor.
JavaClassInitializer() - Constructor for class de.ispsoft.jaxme.generator.javasource.JavaClassInitializer
Creates a new instance of JavaClassInitializer
JavaClassWriter - interface de.ispsoft.jaxme.generator.javaclasswriter.JavaClassWriter.
Defines a class writer being used by the JavaSourceWriter.
JavaComment - class de.ispsoft.jaxme.generator.javasource.JavaComment.
A class representing a Java comment.
JavaComment() - Constructor for class de.ispsoft.jaxme.generator.javasource.JavaComment
Creates a new JavaComment which ought to be included into JavaDoc.
JavaComment(boolean) - Constructor for class de.ispsoft.jaxme.generator.javasource.JavaComment
Creates a new JavaComment.
JavaConstructor - class de.ispsoft.jaxme.generator.javasource.JavaConstructor.
An implementation of a Java constructor.
JavaConstructor(JavaSource) - Constructor for class de.ispsoft.jaxme.generator.javasource.JavaConstructor
Creates a new JavaConstructor with default protection
JavaConstructor(JavaSource, String) - Constructor for class de.ispsoft.jaxme.generator.javasource.JavaConstructor
Creates a new JavaConstructor with the given protection.
JavaField - class de.ispsoft.jaxme.generator.javasource.JavaField.
Implements a field that a java class or interface may have.
JavaField(String, String, String) - Constructor for class de.ispsoft.jaxme.generator.javasource.JavaField
Creates a new JavaField
JavaField(String, String) - Constructor for class de.ispsoft.jaxme.generator.javasource.JavaField
Creates a new JavaField with default protection
JavaInnerClass - class de.ispsoft.jaxme.generator.javasource.JavaInnerClass.
Implements an inner class.
JavaInnerClass(String) - Constructor for class de.ispsoft.jaxme.generator.javasource.JavaInnerClass
Creates a new JavaInnerClass with default protection
JavaInnerClass(String, String) - Constructor for class de.ispsoft.jaxme.generator.javasource.JavaInnerClass
Creates a new JavaInnerClass with the given protection.
JavaMethod - class de.ispsoft.jaxme.generator.javasource.JavaMethod.
Implements a Java method.
JavaMethod(String, String) - Constructor for class de.ispsoft.jaxme.generator.javasource.JavaMethod
Creates a new JavaMethod with default protection.
JavaMethod(String, String, String) - Constructor for class de.ispsoft.jaxme.generator.javasource.JavaMethod
Creates a new JavaMethod with the given protection.
JavaSource - class de.ispsoft.jaxme.generator.javasource.JavaSource.
A class representing a Java source file.
JavaSource(String, String) - Constructor for class de.ispsoft.jaxme.generator.javasource.JavaSource
Creates a new instance of JavaSource with default protection.
JavaSource(String, String, String) - Constructor for class de.ispsoft.jaxme.generator.javasource.JavaSource
Creates a new instance of JavaSource with the given protection.
JavaSourceObject - class de.ispsoft.jaxme.generator.javasource.JavaSourceObject.
This class implements a generic JavaSource object.
JavaSourceObject() - Constructor for class de.ispsoft.jaxme.generator.javasource.JavaSourceObject
 
JavaSourceWriter - class de.ispsoft.jaxme.generator.JavaSourceWriter.
This class generates the actual Java sources for the Java/XML binding.
JavaSourceWriter() - Constructor for class de.ispsoft.jaxme.generator.JavaSourceWriter
Creates a new instance of JavaSourceGenerator.
JavaUtilPatternCompiler - class de.ispsoft.jaxme.re.JavaUtilPatternCompiler.
The JavaUtilPatternCompiler is a PatternCompiler based on the java.util.regex package.
JavaUtilPatternCompiler() - Constructor for class de.ispsoft.jaxme.re.JavaUtilPatternCompiler
 
JavaUtilPatternCompiler.JavaUtilPattern - class de.ispsoft.jaxme.re.JavaUtilPatternCompiler.JavaUtilPattern.
 
JavaUtilPatternCompiler.JavaUtilPattern(String) - Constructor for class de.ispsoft.jaxme.re.JavaUtilPatternCompiler.JavaUtilPattern
 
JaxMeGeneratorTask - class de.ispsoft.jaxme.generator.ant.JaxMeGeneratorTask.
An Ant task for running a JaxMe generator.
JaxMeGeneratorTask() - Constructor for class de.ispsoft.jaxme.generator.ant.JaxMeGeneratorTask
 
JaxbContextFactoryImpl - class de.ispsoft.jaxme.jaxb.JaxbContextFactoryImpl.
JaxMe's implementation of a JAXBContext factory.
JaxbContextFactoryImpl() - Constructor for class de.ispsoft.jaxme.jaxb.JaxbContextFactoryImpl
 
JaxbDOMSerializer - class de.ispsoft.jaxme.jaxb.JaxbDOMSerializer.
Serializes a SAX stream into a DOM node.
JaxbDOMSerializer() - Constructor for class de.ispsoft.jaxme.jaxb.JaxbDOMSerializer
Constructor for JaxbDOMSerializer.
JaxbXMLSerializer - class de.ispsoft.jaxme.jaxb.JaxbXMLSerializer.
A simple serializer for XML documents.
JaxbXMLSerializer() - Constructor for class de.ispsoft.jaxme.jaxb.JaxbXMLSerializer
Creates a new JaxbXmlSerializer
JdbcAbstractParameter - class de.ispsoft.jaxme.generator.parserdata.JdbcAbstractParameter.
Base class for parameters, patterns and placeholder values.
JdbcAbstractParameter(int) - Constructor for class de.ispsoft.jaxme.generator.parserdata.JdbcAbstractParameter
Creates a new instance of JdbcAbstractParameter
JdbcJavaSourceWriter - class de.ispsoft.jaxme.generator.JdbcJavaSourceWriter.
This class generates the actual Java sources for the Java/XML binding with JDBC mapping.
JdbcJavaSourceWriter() - Constructor for class de.ispsoft.jaxme.generator.JdbcJavaSourceWriter
Creates a new instance of JavaSourceWriter.
JdbcListMethod - class de.ispsoft.jaxme.generator.parserdata.JdbcListMethod.
Holds the necessary data for a single "list" method, that is generated for a view.
JdbcListMethod() - Constructor for class de.ispsoft.jaxme.generator.parserdata.JdbcListMethod
Creates a new instance of JdbcListMethod.
JdbcParam - class de.ispsoft.jaxme.generator.parserdata.JdbcParam.
Holds a specification of a placeholder parameter.
JdbcParam() - Constructor for class de.ispsoft.jaxme.generator.parserdata.JdbcParam
Creates a new instance of JdbcParam
JdbcParserData - class de.ispsoft.jaxme.generator.parserdata.JdbcParserData.
Holds the JDBC parsers data.
JdbcParserData(String) - Constructor for class de.ispsoft.jaxme.generator.parserdata.JdbcParserData
 
JdbcParserData(ParserData) - Constructor for class de.ispsoft.jaxme.generator.parserdata.JdbcParserData
 
JdbcPattern - class de.ispsoft.jaxme.generator.parserdata.JdbcPattern.
A pattern is a dynamic part of a list or find methods query.
JdbcPattern() - Constructor for class de.ispsoft.jaxme.generator.parserdata.JdbcPattern
Creates a new instance of JdbcPattern
JdbcPlaceHolders - class de.ispsoft.jaxme.generator.parserdata.JdbcPlaceHolders.
A parameter kind: Array of placeholder values.
JdbcPlaceHolders() - Constructor for class de.ispsoft.jaxme.generator.parserdata.JdbcPlaceHolders
Creates a new instance of JdbcPlaceHolders
JdbcTable - class de.ispsoft.jaxme.generator.parserdata.JdbcTable.
Describes a table being mapped to the element.
JdbcTable() - Constructor for class de.ispsoft.jaxme.generator.parserdata.JdbcTable
Creates a new instance of JdbcTable
JdbcTableClassWriter - class de.ispsoft.jaxme.generator.javaclasswriter.JdbcTableClassWriter.
An extension of the Java class writer for JDBC handling.
JdbcTableClassWriter(SourceWriterImpl, SchemaComplexElement) - Constructor for class de.ispsoft.jaxme.generator.javaclasswriter.JdbcTableClassWriter
Creates a new instance of JdbcJavaClassWriter
JdbcView - class de.ispsoft.jaxme.generator.parserdata.JdbcView.
A JDBC view is similar to a JDBC table, but read-only.
JdbcView() - Constructor for class de.ispsoft.jaxme.generator.parserdata.JdbcView
Creates a new instance of JdbcView
JdbcViewClassWriter - class de.ispsoft.jaxme.generator.javaclasswriter.JdbcViewClassWriter.
An extension of the JdbcJavaClassWriter for JaxMe views.
JdbcViewClassWriter(SourceWriterImpl, SchemaComplexElement) - Constructor for class de.ispsoft.jaxme.generator.javaclasswriter.JdbcViewClassWriter
Creates a new instance of JdbcViewClassWriter
javaPackage - Variable in class de.ispsoft.jaxme.generator.SourceWriterImpl
 
jmAnyElementClass - Variable in class de.ispsoft.jaxme.JMManagerImpl
 
jmContentHandlerClass - Variable in class de.ispsoft.jaxme.JMManagerImpl
 
join - Variable in class de.ispsoft.jaxme.generator.parserdata.JdbcParserData
 

K

KIND_PATTERN - Static variable in class de.ispsoft.jaxme.generator.parserdata.JdbcAbstractParameter
A parameter kind: Pattern value; the instance class is JdbcPattern or a subclass.
KIND_PLACEHOLDER - Static variable in class de.ispsoft.jaxme.generator.parserdata.JdbcAbstractParameter
A parameter type: Placeholder value
KIND_PLACEHOLDERS - Static variable in class de.ispsoft.jaxme.generator.parserdata.JdbcAbstractParameter
A parameter kind: Array of placeholder values; the instance class is JdbcPlaceHolders or a subclass.

L

LOCALNAME_ATTRIBUTE - Static variable in class de.ispsoft.jaxme.JMManagerFactoryImpl
The local name of the attribute localName.
LOCAL_NAME - Static variable in class de.ispsoft.jaxme.JMManagerFactoryImpl
The local name of the JMManagerFactory configuration.
Lob - class de.ispsoft.jaxme.util.Lob.
Helper class for working with Lobs.
Lob() - Constructor for class de.ispsoft.jaxme.util.Lob
 
LongType - class de.ispsoft.jaxme.generator.types.LongType.
An implementation of the long type.
LongType() - Constructor for class de.ispsoft.jaxme.generator.types.LongType
Creates a new LongType instance.
LongType(String, String) - Constructor for class de.ispsoft.jaxme.generator.types.LongType
Creates a new LongType instance with the given local name and namespace URI.
level - Variable in class de.ispsoft.jaxme.ObservedHandlerImpl
 
localName - Variable in class de.ispsoft.jaxme.JMAnyElement
 
locator - Variable in class de.ispsoft.jaxme.ObservedHandlerImpl
 

M

MANAGER_CLASS_NAME - Static variable in class de.ispsoft.jaxme.JMManagerFactoryImpl
The local name of the ManagerClass element.
METHOD_NODE_NAME - Static variable in class de.ispsoft.jaxme.tamino.InoManager
Name of the property for forcing an HTTP GET.
Main - class de.ispsoft.jaxme.generator.Main.
A command line interface for the JaxMe source generator.
Main() - Constructor for class de.ispsoft.jaxme.generator.Main
 
MarshalException - exception de.ispsoft.jaxme.jaxb.MarshalException.
Deprecated. Soon to be replaced with javax.xml.bind.MarshalException
MarshalException(String) - Constructor for class de.ispsoft.jaxme.jaxb.MarshalException
Deprecated. Construct a MarshalException with the specified detail message.
MarshalException(String, String) - Constructor for class de.ispsoft.jaxme.jaxb.MarshalException
Deprecated. Construct a MarshalException with the specified detail message and vendor specific errorCode.
MarshalException(Throwable) - Constructor for class de.ispsoft.jaxme.jaxb.MarshalException
Deprecated. Construct a MarshalException with a linkedException.
MarshalException(String, Throwable) - Constructor for class de.ispsoft.jaxme.jaxb.MarshalException
Deprecated. Construct a MarshalException with the specified detail message and linkedException.
MarshalException(String, String, Throwable) - Constructor for class de.ispsoft.jaxme.jaxb.MarshalException
Deprecated. Construct a MarshalException with the specified detail message and vendor specific errorCode.
Marshaller - interface de.ispsoft.jaxme.jaxb.Marshaller.
Deprecated. Soon to be replaced with javax.xml.bind.Marshaller
MarshallerException - exception de.ispsoft.jaxme.jaxb.MarshallerException.
Deprecated. Soon to be replaced with javax.xml.bind.MarshallerException
MarshallerException(String) - Constructor for class de.ispsoft.jaxme.jaxb.MarshallerException
Deprecated. Constructor for MarshallerException.
MarshallerException(String, String) - Constructor for class de.ispsoft.jaxme.jaxb.MarshallerException
Deprecated. Constructor for MarshallerException.
MarshallerException(Throwable) - Constructor for class de.ispsoft.jaxme.jaxb.MarshallerException
Deprecated. Constructor for MarshallerException.
MarshallerException(String, Throwable) - Constructor for class de.ispsoft.jaxme.jaxb.MarshallerException
Deprecated. Constructor for MarshallerException.
MarshallerException(String, String, Throwable) - Constructor for class de.ispsoft.jaxme.jaxb.MarshallerException
Deprecated. Constructor for MarshallerException.
MarshallerImpl - class de.ispsoft.jaxme.jaxb.MarshallerImpl.
The Marshaller is JaxMe's implementation of the javax.xml.marshal.Marshaller interface.
MarshallerImpl() - Constructor for class de.ispsoft.jaxme.jaxb.MarshallerImpl
Creates a new instance of MarshallerImpl.
main(String[]) - Static method in class de.ispsoft.jaxme.generator.Main
 
managers - Variable in class de.ispsoft.jaxme.JMManagerFactoryImpl
 
marshal(Object, Result) - Method in interface de.ispsoft.jaxme.jaxb.Marshaller
Deprecated. Marshal the content tree rooted at obj into the specified javax.xml.transform.Result.
marshal(Object, OutputStream) - Method in interface de.ispsoft.jaxme.jaxb.Marshaller
Deprecated. Marshal the content tree rooted at obj into an output stream.
marshal(Object, Writer) - Method in interface de.ispsoft.jaxme.jaxb.Marshaller
Deprecated. Marshal the content tree rooted at obj into a Writer.
marshal(Object, ContentHandler) - Method in interface de.ispsoft.jaxme.jaxb.Marshaller
Deprecated. Marshal the content tree rooted at obj into SAX2 events.
marshal(Object, Node) - Method in interface de.ispsoft.jaxme.jaxb.Marshaller
Deprecated. Marshal the content tree rooted at obj into a DOM tree.
marshal(Object, ContentHandler) - Method in class de.ispsoft.jaxme.jaxb.MarshallerImpl
 
marshal(Object, Writer) - Method in class de.ispsoft.jaxme.jaxb.MarshallerImpl
 
marshal(Object, Result) - Method in class de.ispsoft.jaxme.jaxb.MarshallerImpl
 
marshal(Object, OutputStream) - Method in class de.ispsoft.jaxme.jaxb.MarshallerImpl
 
marshal(Object, File) - Method in class de.ispsoft.jaxme.jaxb.MarshallerImpl
 
marshal(Object, Node) - Method in class de.ispsoft.jaxme.jaxb.MarshallerImpl
 
matches(String) - Method in class de.ispsoft.jaxme.re.ApacheRegexpPatternCompiler.ApacheRegexpPattern
 
matches(String) - Method in class de.ispsoft.jaxme.re.JavaUtilPatternCompiler.JavaUtilPattern
 
matches(String) - Method in class de.ispsoft.jaxme.re.OroPatternCompiler.OroPattern
 
matches(String) - Method in interface de.ispsoft.jaxme.re.Pattern
Tests whether the given String matches the regular expression.

N

NAMESPACE_URI - Static variable in class de.ispsoft.jaxme.JMManagerFactoryImpl
The namespace for the JMManagerFactory configuration.
NAMESPACE_URI_ATTRIBUTE - Static variable in class de.ispsoft.jaxme.JMManagerFactoryImpl
The local name of the attribute namespaceURI.
NamespaceSupport - class de.ispsoft.jaxme.NamespaceSupport.
Similar to org.xml.sax.NamespaceSupport, but optimized for frequent use.
NamespaceSupport() - Constructor for class de.ispsoft.jaxme.NamespaceSupport
Creates a new instance of NamespaceSupport.
NullParseletDecorator - class de.ispsoft.jaxme.generator.parselets.NullParseletDecorator.
Default implementation of a ParseletDecorator for simple elements.
NullParseletDecorator() - Constructor for class de.ispsoft.jaxme.generator.parselets.NullParseletDecorator
Creates a new instance of NullParseletDecorator.
namespaceURI - Variable in class de.ispsoft.jaxme.JMAnyElement
 
newContentHandler(String, String) - Method in class de.ispsoft.jaxme.JMContentHandler
 
newDefaultElementDecorator(SchemaAnnotationOwner, SchemaElement, ParserData, Element) - Method in class de.ispsoft.jaxme.generator.decorators.ElementDecoratorFactoryImpl
Called for creating a default ElementDecorator, if getDecoratorDeclaration() returned null.
newDefaultElementDecorator(SchemaAnnotationOwner, SchemaElement, ParserData, Element) - Method in class de.ispsoft.jaxme.generator.visitors.VisitorDecoratorFactory
Called for creating a default ElementDecorator, if getDecoratorDeclaration() returned null.
newElementDecorator(SchemaAnnotationOwner, SchemaElement, ParserData, Element, Element) - Method in class de.ispsoft.jaxme.generator.decorators.ElementDecoratorFactoryImpl
Creates, configures and returns a new decorator, based on the decorator declaration returned by getDecoratorDeclaration().
newInstance(String) - Static method in class de.ispsoft.jaxme.jaxb.JAXBContext
Deprecated.  Obtain a new instance of a JAXBContext class.
newJavaSource(SchemaComplexElement, String, String, String) - Method in class de.ispsoft.jaxme.generator.SourceWriterImpl
Creates a new JavaSource object.
newParserData(String) - Method in class de.ispsoft.jaxme.generator.XsdJdbcSchemaReader
 
newParserData(String) - Method in class de.ispsoft.jaxme.generator.XsdSchemaReader
Returns a ParserData instance.
newPrimaryKey(Connection, JMAnyElement) - Method in class de.ispsoft.jaxme.JMJdbcManager
Creates a new primary key for the element.
newResultNode(String, String) - Method in class de.ispsoft.jaxme.JMContentHandler
 
newSchemaComplexElement(SchemaAnnotationOwner) - Method in class de.ispsoft.jaxme.generator.XsdJdbcSchemaReader
 
newSchemaComplexElement(SchemaAnnotationOwner) - Method in class de.ispsoft.jaxme.generator.XsdSchemaReader
 
newSourceWriter(Schema, ParserData, Element, Element) - Method in class de.ispsoft.jaxme.generator.decorators.ElementDecoratorFactoryImpl
Creates, configures and returns a new SourceWriter, based on the decorator declaration returned by getDecoratorDeclaration().
notify(Object) - Method in class de.ispsoft.jaxme.JMManagerImpl.MyObserver
 
notify(Object) - Method in interface de.ispsoft.jaxme.Observer
Notifies the observer that an event happened on the notified object.

O

OP_INSERT - Static variable in interface de.ispsoft.jaxme.generator.SchemaSimpleType
A possible mode for createPrepareStatement: The value is inserted into the database.
OP_UPDATE - Static variable in interface de.ispsoft.jaxme.generator.SchemaSimpleType
A possible mode for createPrepareStatement: The value is updated in the database.
OP_WHERE - Static variable in interface de.ispsoft.jaxme.generator.SchemaSimpleType
A possible mode for createPrepareStatement: The value is used in a where clause.
ObservedHandler - interface de.ispsoft.jaxme.ObservedHandler.
An extension of the org.xml.sax.ContentHandler that allows to retrieve a parsed result.
ObservedHandlerImpl - class de.ispsoft.jaxme.ObservedHandlerImpl.
A default implementation for an ObservedHandler.
ObservedHandlerImpl() - Constructor for class de.ispsoft.jaxme.ObservedHandlerImpl
Creates a new instance of ObservedHandlerImpl.
Observer - interface de.ispsoft.jaxme.Observer.
A simple interface for notification.
OptionType - class de.ispsoft.jaxme.generator.ant.OptionType.
An ant type for specifying options.
OptionType() - Constructor for class de.ispsoft.jaxme.generator.ant.OptionType
 
OraBlobType - class de.ispsoft.jaxme.generator.types.OraBlobType.
Implementation of a BLOB type for use with an Oracle database.
OraBlobType(String, String) - Constructor for class de.ispsoft.jaxme.generator.types.OraBlobType
 
OraClobType - class de.ispsoft.jaxme.generator.types.OraClobType.
Implementation of a CLOB type for use with an Oracle database.
OraClobType(String, String) - Constructor for class de.ispsoft.jaxme.generator.types.OraClobType
 
OraClobType.URLEncoded - class de.ispsoft.jaxme.generator.types.OraClobType.URLEncoded.
 
OraClobType.URLEncoded(String, String) - Constructor for class de.ispsoft.jaxme.generator.types.OraClobType.URLEncoded
 
OraLob - class de.ispsoft.jaxme.util.OraLob.
Helper class for working with Lobs on Oracle.
OraLob() - Constructor for class de.ispsoft.jaxme.util.OraLob
 
OroPatternCompiler - class de.ispsoft.jaxme.re.OroPatternCompiler.
A PatternCompiler implemented on the Apache ORO package.
OroPatternCompiler() - Constructor for class de.ispsoft.jaxme.re.OroPatternCompiler
 
OroPatternCompiler.OroPattern - class de.ispsoft.jaxme.re.OroPatternCompiler.OroPattern.
 
OroPatternCompiler.OroPattern(String) - Constructor for class de.ispsoft.jaxme.re.OroPatternCompiler.OroPattern
 
observer - Variable in class de.ispsoft.jaxme.ObservedHandlerImpl
 

P

PARSELET_SCHEMA_URI - Static variable in class de.ispsoft.jaxme.generator.parselets.ParseletDecoratorFactory
The Parselet namespace
PASSWORD_NODE_NAME - Static variable in class de.ispsoft.jaxme.JMJdbcManager
Name of the Password node
PASSWORD_NODE_NAME - Static variable in class de.ispsoft.jaxme.XmlDbManager
Name of the Password node
PASSWORD_NODE_NAME - Static variable in class de.ispsoft.jaxme.tamino.InoManager
Name of the Password node
Parselet - interface de.ispsoft.jaxme.Parselet.
A Parselet can serialize an element or attribute into a character stream.
ParseletDecorator - interface de.ispsoft.jaxme.generator.parselets.ParseletDecorator.
A decorator reading Parselet definitions.
ParseletDecoratorFactory - class de.ispsoft.jaxme.generator.parselets.ParseletDecoratorFactory.
Default implementation of ParseletGeneratorFactory.
ParseletDecoratorFactory() - Constructor for class de.ispsoft.jaxme.generator.parselets.ParseletDecoratorFactory
Creates a new instance of ParseletDecoratorFactory.
ParseletDecoratorImpl - class de.ispsoft.jaxme.generator.parselets.ParseletDecoratorImpl.
Default implementation of a ParseletDecorator, for deriving subclasses.
ParseletDecoratorImpl() - Constructor for class de.ispsoft.jaxme.generator.parselets.ParseletDecoratorImpl
Creates a new instance of ParseletDecoratorImpl
ParseletWriter - class de.ispsoft.jaxme.generator.parselets.ParseletWriter.
Generates source code for working with Parselets.
ParseletWriter(ParseletDecoratorFactory) - Constructor for class de.ispsoft.jaxme.generator.parselets.ParseletWriter
Creates a new instance of ParseletWriter.
ParserData - class de.ispsoft.jaxme.generator.parserdata.ParserData.
Holds an XsdSchemaReader's current default settings.
ParserData(String) - Constructor for class de.ispsoft.jaxme.generator.parserdata.ParserData
 
ParserData(ParserData) - Constructor for class de.ispsoft.jaxme.generator.parserdata.ParserData
 
Pattern - interface de.ispsoft.jaxme.re.Pattern.
Interface of a compiled regular expression.
PatternCompiler - interface de.ispsoft.jaxme.re.PatternCompiler.
Interface of a compiler for regular expressions.
PatternFactory - class de.ispsoft.jaxme.re.PatternFactory.
The PatternFactory provides access to a PatternCompiler through its PatternFactory.getPatternCompiler() method.
PatternFactory() - Constructor for class de.ispsoft.jaxme.re.PatternFactory
 
packageName - Variable in class de.ispsoft.jaxme.generator.parserdata.ParserData
 
parse(Object) - Method in interface de.ispsoft.jaxme.Parselet
Called for parsing a character stream and returning an object with the parsed data.
parse(String) - Method in interface de.ispsoft.jaxme.generator.SchemaReader
Called for parsing a schema definition stored in the given file or URL.
parse(InputSource) - Method in interface de.ispsoft.jaxme.generator.SchemaReader
Called for parsing a schema definition from the given InputSource.
parse(String) - Method in class de.ispsoft.jaxme.generator.SchemaReaderImpl
Called for parsing a schema definition stored in the given file or URL.
parse(InputSource) - Method in class de.ispsoft.jaxme.generator.SchemaReaderImpl
Called for parsing a schema definition from the given InputSource.
parse(Node, String) - Method in class de.ispsoft.jaxme.generator.XsdSchemaReader
Called for parsing a schema definition from the given DOM tree.
parse(InputSource) - Method in class de.ispsoft.jaxme.generator.XsdSchemaReader
Called for parsing a schema definition stored in the given InputStream.
parse(InputSource) - Method in class de.ispsoft.jaxme.generator.dtd.DTDSchemaReader
Reads and parses a DTD from the given Reader pReader.
parseAppInfoDefaultNode(ParserData, Element) - Method in class de.ispsoft.jaxme.generator.XsdJdbcSchemaReader
 
parseAppInfoDefaultNode(ParserData, Element) - Method in class de.ispsoft.jaxme.generator.XsdSchemaReader
 
parseAppInfoNode(SchemaElement, ParserData, Element) - Method in class de.ispsoft.jaxme.generator.XsdJdbcSchemaReader
 
parseAppInfoNode(SchemaElement, ParserData, Element) - Method in class de.ispsoft.jaxme.generator.XsdSchemaReader
 
parseAppInfoNode(SchemaAnnotationOwner, SchemaElement, ParserData, Element) - Method in interface de.ispsoft.jaxme.generator.decorators.ElementDecorator
Called for parsing a node in an elements xs:appinfo section.
parseAppInfoNode(SchemaAnnotationOwner, SchemaElement, ParserData, Element) - Method in class de.ispsoft.jaxme.generator.parselets.ParseletDecoratorImpl
Does nothing.
parseAppInfoNode(SchemaAnnotationOwner, SchemaElement, ParserData, Element) - Method in class de.ispsoft.jaxme.generator.visitors.VisitorDecoratorImpl
Called for parsing a node in an elements xs:appinfo section.
parseAttributeAttributes(SchemaAnnotationOwner, SchemaAttribute, Element, ParserData) - Method in class de.ispsoft.jaxme.generator.XsdSchemaReader
Parses a single attribute definition.
parseAttributeList(SchemaComplexElement, Element, ParserData) - Method in class de.ispsoft.jaxme.generator.XsdSchemaReader
Called for parsing the complexType's attribute list.
parseByAbstractFormat(String, Format) - Static method in class de.ispsoft.jaxme.util.Format
Invokes the given formatters parseObject() method and returns the value.
parseByDateFormat(String, DateFormat) - Static method in class de.ispsoft.jaxme.util.Format
Parses the given String using the given DateFormat.
parseByNumberFormat(String, NumberFormat) - Static method in class de.ispsoft.jaxme.util.Format
Parses the given String using the given NumberFormat.
parseChilds(List, String) - Method in class de.ispsoft.jaxme.generator.dtd.DTDElement
Parses the child list.
parseComplexElement(SchemaComplexElement, Element, ParserData) - Method in class de.ispsoft.jaxme.generator.XsdSchemaReader
Called for parsing the complexType declaration.
parseConfiguration(Element) - Method in class de.ispsoft.jaxme.JMJdbcManager
Parses a configuration element.
parseConfiguration(Element) - Method in class de.ispsoft.jaxme.JMManagerFactoryImpl
Parses a configuration.
parseConfiguration(Element) - Method in class de.ispsoft.jaxme.JMManagerImpl
Parses a configuration element.
parseConfiguration(Element) - Method in class de.ispsoft.jaxme.XmlDbManager
Parses a configuration element.
parseConfiguration(Element) - Method in class de.ispsoft.jaxme.tamino.InoManager
Parses a configuration element.
parseDate(String) - Static method in class de.ispsoft.jaxme.JMAnyElement
Deprecated. Will be removed in JaxMe 2. Use an Unmarshaller and its property jaxme.format.datetime to achieve the same functionality.
parseElement(SchemaAnnotationOwner, Element, ParserData, boolean) - Method in class de.ispsoft.jaxme.generator.XsdJdbcSchemaReader
Called for parsing a single schema element from the given DOM tree.
parseElement(SchemaAnnotationOwner, Element, ParserData, boolean) - Method in class de.ispsoft.jaxme.generator.XsdSchemaReader
Called for parsing a single schema element from the given DOM tree.
parseElementAttributes(SchemaAnnotationOwner, SchemaElement, Element, ParserData, boolean) - Method in class de.ispsoft.jaxme.generator.XsdSchemaReader
Called for parsing the standard attributes from an element or attribute definition.
parseElementList(SchemaComplexElement, Element, ParserData) - Method in class de.ispsoft.jaxme.generator.XsdSchemaReader
 
parseListMethod(JdbcParserData, Element) - Method in class de.ispsoft.jaxme.generator.XsdJdbcSchemaReader
 
parseModel() - Method in class de.ispsoft.jaxme.generator.dtd.DTDElement
Parses the model to determine the element type.
parseModel(List) - Method in class de.ispsoft.jaxme.generator.dtd.DTDElement
Parses the model in order to build the list of childs.
parseSimpleType(SchemaAbstractSimpleElement, Element, ParserData) - Method in class de.ispsoft.jaxme.generator.XsdSchemaReader
Called for parsing the simpleType declaration.
parseTableNode(JdbcParserData, Element) - Method in class de.ispsoft.jaxme.generator.XsdJdbcSchemaReader
 
parseViewNode(JdbcParserData, Element) - Method in class de.ispsoft.jaxme.generator.XsdJdbcSchemaReader
 
password - Variable in class de.ispsoft.jaxme.JMJdbcManager
 
password - Variable in class de.ispsoft.jaxme.generator.parserdata.JdbcParserData
 
performQuery(String, List) - Method in class de.ispsoft.jaxme.tamino.InoManager
Performs a single database query.
performQuery(String, InoResponseHandler) - Method in class de.ispsoft.jaxme.tamino.InoManager
Parses a single INO response document.
prefixes - Variable in class de.ispsoft.jaxme.generator.parserdata.ParserData
 
prepareBLOB(Connection, byte[]) - Static method in class de.ispsoft.jaxme.util.OraLob
The Oracle driver doesn't accept arbitrary implementations of BLOB.
prepareCLOB(Connection, String) - Static method in class de.ispsoft.jaxme.util.OraLob
The Oracle driver doesn't accept arbitrary implementations of CLOB.
prepareURLEncodedCLOB(Connection, String) - Static method in class de.ispsoft.jaxme.util.OraLob
 
printStackTrace(PrintStream) - Method in class de.ispsoft.jaxme.jaxb.JAXBException
Deprecated. Prints this JAXBException and its stack trace (including the stack trace of the linkedException if it is non-null) to the PrintStream.
printStackTrace() - Method in class de.ispsoft.jaxme.jaxb.JAXBException
Deprecated. Prints this JAXBException and its stack trace (including the stack trace of the linkedException if it is non-null) to System.err.
processResultNode(ObservedHandler) - Method in class de.ispsoft.jaxme.JMContentHandler
 
processingInstruction(String, String) - Method in class de.ispsoft.jaxme.FilterContentHandler
 
processingInstruction(String, String) - Method in class de.ispsoft.jaxme.JMAtomicContentHandler
 
processingInstruction(String, String) - Method in class de.ispsoft.jaxme.JMContentHandler
 
processingInstruction(String, String) - Method in class de.ispsoft.jaxme.XMLSerializer
Inserts a processing instruction.
processingInstruction(String, String) - Method in class de.ispsoft.jaxme.jaxb.JaxbDOMSerializer
 
processingInstruction(String, String) - Method in class de.ispsoft.jaxme.jaxb.JaxbXMLSerializer
Inserts a processing instruction.
processingInstruction(String, String) - Method in class de.ispsoft.jaxme.tamino.InoResponseHandler
 

R

Reflect - class de.ispsoft.jaxme.generator.util.Reflect.
A set of utility methods for using Java reflection.
Reflect() - Constructor for class de.ispsoft.jaxme.generator.util.Reflect
 
ReflectResolver - interface de.ispsoft.jaxme.generator.util.ReflectResolver.
A helper class for Reflect.assignBeanValue().
ResourceBundle - class de.ispsoft.jaxme.util.ResourceBundle.
A set of utility methods for working with Resource Bundles.
ResourceBundle() - Constructor for class de.ispsoft.jaxme.util.ResourceBundle
 
ResourceBundleFormattedType - class de.ispsoft.jaxme.generator.types.ResourceBundleFormattedType.
This is a SimpleTypeWrapper which adds the ability of converting an element or attribute value to XML using an instance of java.text.Format.
ResourceBundleFormattedType() - Constructor for class de.ispsoft.jaxme.generator.types.ResourceBundleFormattedType
Creates a new instance of ResourceBundleFormattedType.
ResourceBundleFormattedType(String, String) - Constructor for class de.ispsoft.jaxme.generator.types.ResourceBundleFormattedType
Constructor for ResourceBundleFormattedType.
RootNodeReader - class de.ispsoft.jaxme.generator.dtd.RootNodeReader.
The RootNodeReader solves the problem that we can only parse XML documents and not a DTD.
RootNodeReader(InputSource) - Constructor for class de.ispsoft.jaxme.generator.dtd.RootNodeReader
Constructor for RootNodeReader.
read(char[], int, int) - Method in class de.ispsoft.jaxme.generator.dtd.RootNodeReader
 
registerComplexType(Element, String) - Method in class de.ispsoft.jaxme.generator.parserdata.ParserData
 
registerSimpleType(Element, String, SchemaSimpleType) - Method in class de.ispsoft.jaxme.generator.parserdata.ParserData
 
removeAttribute(String, String) - Method in class de.ispsoft.jaxme.JMAnyElement
Removes a single attribute. by calling setAttribute(pNamespaceURI, pLocalName, null);
removeEmptyElements(List) - Method in class de.ispsoft.jaxme.generator.dtd.DTDSchemaReader
Creates the Schema which has been read by the DTDSchemaHandler.
reset() - Method in class de.ispsoft.jaxme.generator.ant.JaxMeGeneratorTask
Resets the task for the next run.
resolve(Class, String) - Method in interface de.ispsoft.jaxme.generator.util.ReflectResolver
 
resultCollection - Variable in class de.ispsoft.jaxme.ObservedHandlerImpl
 
resultList - Variable in class de.ispsoft.jaxme.JMManagerImpl.MyObserver
 
resultNode - Variable in class de.ispsoft.jaxme.ObservedHandlerImpl
 

S

SMALLINT - Static variable in interface de.ispsoft.jaxme.JMManager
A placeholder type matching java.sql.Types.SHORTINT.
SampleWriter - class de.ispsoft.jaxme.generator.SampleWriter.
The SampleWriter creates sample instances matching the specified XML schema.
SampleWriter() - Constructor for class de.ispsoft.jaxme.generator.SampleWriter
Creates a new instance of SampleWriter
Schema - class de.ispsoft.jaxme.generator.Schema.
A Schema is a list of one or more SchemaElements.
Schema() - Constructor for class de.ispsoft.jaxme.generator.Schema
Creates a new Schema with an empty SchemaElement list.
SchemaAbstractSimpleElement - class de.ispsoft.jaxme.generator.SchemaAbstractSimpleElement.
Implementation of a simple element.
SchemaAbstractSimpleElement(SchemaAnnotationOwner) - Constructor for class de.ispsoft.jaxme.generator.SchemaAbstractSimpleElement
Creates new SchemaAbstractSimpleElement
SchemaAnnotationOwner - class de.ispsoft.jaxme.generator.SchemaAnnotationOwner.
An element that can carry an xs:annotation node.
SchemaAnnotationOwner() - Constructor for class de.ispsoft.jaxme.generator.SchemaAnnotationOwner
Creates a new instance of SchemaAppInfo
SchemaAttribute - class de.ispsoft.jaxme.generator.SchemaAttribute.
Implementation of an attribute.
SchemaAttribute(SchemaAnnotationOwner) - Constructor for class de.ispsoft.jaxme.generator.SchemaAttribute
Creates new SchemaSimpleElement
SchemaComplexElement - class de.ispsoft.jaxme.generator.SchemaComplexElement.
Implementation of a complex element.
SchemaComplexElement(SchemaAnnotationOwner) - Constructor for class de.ispsoft.jaxme.generator.SchemaComplexElement
Creates new SchemaComplexElement
SchemaComplexJdbcElement - class de.ispsoft.jaxme.generator.SchemaComplexJdbcElement.
An extension of the SchemaComplexElement with additional information related to JDBC.
SchemaComplexJdbcElement(SchemaAnnotationOwner) - Constructor for class de.ispsoft.jaxme.generator.SchemaComplexJdbcElement
Creates a new instance of SchemaComplexJdbcElement
SchemaComplexType - interface de.ispsoft.jaxme.generator.SchemaComplexType.
An extension of the general SchemaType for complex types.
SchemaElement - class de.ispsoft.jaxme.generator.SchemaElement.
Represents a single SchemaElement.
SchemaElement(SchemaAnnotationOwner) - Constructor for class de.ispsoft.jaxme.generator.SchemaElement
Creates a new SchemaElement instance.
SchemaElement.ClassExtension - class de.ispsoft.jaxme.generator.SchemaElement.ClassExtension.
 
SchemaElement.ClassExtension(String, String) - Constructor for class de.ispsoft.jaxme.generator.SchemaElement.ClassExtension
 
SchemaElement.ImplementedInterface - class de.ispsoft.jaxme.generator.SchemaElement.ImplementedInterface.
 
SchemaElement.ImplementedInterface(String, String) - Constructor for class de.ispsoft.jaxme.generator.SchemaElement.ImplementedInterface
 
SchemaElement.PieceOfJavaSource - class de.ispsoft.jaxme.generator.SchemaElement.PieceOfJavaSource.
 
SchemaElement.PieceOfJavaSource(String, String) - Constructor for class de.ispsoft.jaxme.generator.SchemaElement.PieceOfJavaSource
 
SchemaException - exception de.ispsoft.jaxme.generator.SchemaException.
This Exception is thrown by a SchemaReader to indicate structural problems in the input file it parses.
SchemaException(String) - Constructor for class de.ispsoft.jaxme.generator.SchemaException
Creates a new SchemaException with the given detail message.
SchemaException(String, Exception) - Constructor for class de.ispsoft.jaxme.generator.SchemaException
Creates a new SchemaException with the given detail message.
SchemaOption - class de.ispsoft.jaxme.generator.SchemaOption.
 
SchemaOption(String, String, String) - Constructor for class de.ispsoft.jaxme.generator.SchemaOption
Creates a new instance of SchemaOption
SchemaReader - interface de.ispsoft.jaxme.generator.SchemaReader.
A SchemaReader is responsible for reading a schema definition.
SchemaReaderImpl - class de.ispsoft.jaxme.generator.SchemaReaderImpl.
An abstract default implementation for SchemaReaders.
SchemaReaderImpl() - Constructor for class de.ispsoft.jaxme.generator.SchemaReaderImpl
Creates a new SchemaReaderImpl instance.
SchemaReaderType - class de.ispsoft.jaxme.generator.ant.SchemaReaderType.
An ant type for specifying SchemaReaders.
SchemaReaderType() - Constructor for class de.ispsoft.jaxme.generator.ant.SchemaReaderType
 
SchemaSimpleElement - class de.ispsoft.jaxme.generator.SchemaSimpleElement.
Implementation of a simple element.
SchemaSimpleElement(SchemaAnnotationOwner) - Constructor for class de.ispsoft.jaxme.generator.SchemaSimpleElement
Creates new SchemaSimpleElement
SchemaSimpleType - interface de.ispsoft.jaxme.generator.SchemaSimpleType.
An extension of the general SchemaType for simple types.
SchemaSimpleTypeImpl - class de.ispsoft.jaxme.generator.types.SchemaSimpleTypeImpl.
A default implementation for a simple SchemaType.
SchemaSimpleTypeImpl(String, String) - Constructor for class de.ispsoft.jaxme.generator.types.SchemaSimpleTypeImpl
Creates a new instance of SchemaSimpleTypeImpl
SchemaType - interface de.ispsoft.jaxme.generator.SchemaType.
Implementation of a Schema type.
SchemaTypeImpl - class de.ispsoft.jaxme.generator.types.SchemaTypeImpl.
A default implementation for a SchemaType.
SchemaTypeImpl(String, String) - Constructor for class de.ispsoft.jaxme.generator.types.SchemaTypeImpl
Creates a new instance of SchemaTypeImpl
SessionBeanClassWriter - class de.ispsoft.jaxme.generator.beanwriter.SessionBeanClassWriter.
Used by the BeanWriter to generate session beans.
SessionBeanClassWriter(SourceWriterImpl, SchemaComplexElement) - Constructor for class de.ispsoft.jaxme.generator.beanwriter.SessionBeanClassWriter
Creates a new instance of SessionBeanWriter
ShortType - class de.ispsoft.jaxme.generator.types.ShortType.
An implementation of the short type.
ShortType() - Constructor for class de.ispsoft.jaxme.generator.types.ShortType
Creates a new ShortType instance.
ShortType(String, String) - Constructor for class de.ispsoft.jaxme.generator.types.ShortType
Creates a new ShortType instance with the given namespace URI and local name.
SimpleParseletDecorator - class de.ispsoft.jaxme.generator.parselets.SimpleParseletDecorator.
The standard ParseletDecorator for simple types.
SimpleParseletDecorator() - Constructor for class de.ispsoft.jaxme.generator.parselets.SimpleParseletDecorator
Creates a new instance of SimpleParseletDecorator
SimpleParseletDecoratorFactory - class de.ispsoft.jaxme.generator.parselets.SimpleParseletDecoratorFactory.
A factory for simple elements or attributes.
SimpleParseletDecoratorFactory() - Constructor for class de.ispsoft.jaxme.generator.parselets.SimpleParseletDecoratorFactory
Creates a new instance of SimpleParseletDecoratorFactory
SimpleTypeWrapper - class de.ispsoft.jaxme.generator.types.SimpleTypeWrapper.
A SimpleTypeWrapper is not an actual SimpleType, but a base class for types like the AutoSqlType or the UserDefinedSimpleType that share the abiliy to extend a base type with some new features.
SimpleTypeWrapper(String, String) - Constructor for class de.ispsoft.jaxme.generator.types.SimpleTypeWrapper
Creates a new instance of SimpleTypeWrapper with the given local name and namespace URI.
SimpleVisitorDecorator - class de.ispsoft.jaxme.generator.visitors.SimpleVisitorDecorator.
A VisitorDecorator for attributes and simple elements.
SimpleVisitorDecorator() - Constructor for class de.ispsoft.jaxme.generator.visitors.SimpleVisitorDecorator
Creates a new instance of ComplexVisitorDecorator
SourceWriter - interface de.ispsoft.jaxme.generator.SourceWriter.
A SourceWriter is called by the Generator.
SourceWriterImpl - class de.ispsoft.jaxme.generator.SourceWriterImpl.
A base class for implementing SourceWriters.
SourceWriterImpl() - Constructor for class de.ispsoft.jaxme.generator.SourceWriterImpl
Creates a new instance of SourceWriterImpl.
SourceWriterType - class de.ispsoft.jaxme.generator.ant.SourceWriterType.
An ant type for specifying SourceWriters.
SourceWriterType() - Constructor for class de.ispsoft.jaxme.generator.ant.SourceWriterType
 
SqlField - class de.ispsoft.jaxme.generator.SqlField.
An extension of the SchemaSimpleElement with additional information for JDBC.
SqlField(SchemaAbstractSimpleElement) - Constructor for class de.ispsoft.jaxme.generator.SqlField
Creates a new instance of SqlField
StringType - class de.ispsoft.jaxme.generator.types.StringType.
An implementation of the string type.
StringType() - Constructor for class de.ispsoft.jaxme.generator.types.StringType
Creates a new StringType instance
StringType(String, String) - Constructor for class de.ispsoft.jaxme.generator.types.StringType
Creates a new StringType instance with the given namespace URI and local name.
schemaPath - Variable in class de.ispsoft.jaxme.JMManagerFactoryImpl
 
select(Observer, String, Object[], int, int) - Method in class de.ispsoft.jaxme.JMFileManager
Reads documents from the given file.
select(Observer, String, Object[], int, int) - Method in class de.ispsoft.jaxme.JMJdbcManager
Reads documents matching the given query.
select(Observer, String) - Method in interface de.ispsoft.jaxme.JMManager
Reads documents matching the given query.
select(Observer, String, Object[]) - Method in interface de.ispsoft.jaxme.JMManager
Reads documents matching the given query.
select(Observer, String, int, int) - Method in interface de.ispsoft.jaxme.JMManager
Reads documents matching the given query.
select(Observer, String, Object[], int, int) - Method in interface de.ispsoft.jaxme.JMManager
Reads documents matching the given query.
select(String, int, int) - Method in interface de.ispsoft.jaxme.JMManager
Returns an iterator to all documents matching the given query.
select(String, Object[], int, int) - Method in interface de.ispsoft.jaxme.JMManager
Returns an iterator to all documents matching the given query.
select(String) - Method in interface de.ispsoft.jaxme.JMManager
Returns an iterator to all documents matching the given query.
select(String, Object[]) - Method in interface de.ispsoft.jaxme.JMManager
Returns an iterator to all documents matching the given query.
select(Observer, String) - Method in class de.ispsoft.jaxme.JMManagerImpl
Reads documents matching the given query.
select(Observer, String, Object[]) - Method in class de.ispsoft.jaxme.JMManagerImpl
Reads documents matching the given query.
select(Observer, String, int, int) - Method in class de.ispsoft.jaxme.JMManagerImpl
Reads documents matching the given query.
select(String, int, int) - Method in class de.ispsoft.jaxme.JMManagerImpl
Returns an iterator to all documents matching the given query.
select(String, Object[], int, int) - Method in class de.ispsoft.jaxme.JMManagerImpl
Returns an iterator to all documents matching the given query.
select(String) - Method in class de.ispsoft.jaxme.JMManagerImpl
Returns an iterator to all documents matching the given query.
select(String, Object[]) - Method in class de.ispsoft.jaxme.JMManagerImpl
Returns an iterator to all documents matching the given query.
select(Observer, String, Object[], int, int) - Method in class de.ispsoft.jaxme.JMManagerImpl
 
select(Observer, String, Object[], int, int) - Method in class de.ispsoft.jaxme.XmlDbManager
Reads documents matching the given XPath query.
select(Observer, String, Object[], int, int) - Method in class de.ispsoft.jaxme.tamino.InoManager
Reads documents matching the given query.
serialize(ContentHandler, Node) - Static method in class de.ispsoft.jaxme.DOMSerializer
Serializes the given node.
serialize(Object, Object) - Method in interface de.ispsoft.jaxme.Parselet
Called for serializing an element or attribute.
setAbstract(boolean) - Method in class de.ispsoft.jaxme.generator.javasource.JavaSource
Sets whether this class is abstract,
setAbstract(boolean) - Method in class de.ispsoft.jaxme.generator.javasource.JavaSourceObject
Sets whether this JavaSource object is abstract,
setAccessors(boolean) - Method in class de.ispsoft.jaxme.generator.SchemaAnnotationOwner
Sets whether accessors should be generated.
setAddMethodName(String) - Method in class de.ispsoft.jaxme.generator.SchemaElement
Sets the name of the add method.
setAddWhitespace(boolean) - Method in class de.ispsoft.jaxme.JMContentHandler
Sets whether trailing or prepending whitespace should be added as an unknown child.
setAttribute(String, String, String) - Method in class de.ispsoft.jaxme.JMAnyElement
Deprecated. Use setAttribute(pNamespaceURI, pLocalName, pValue, pUnmarshaller)
setAttribute(String, String, String, UnmarshallerImpl) - Method in class de.ispsoft.jaxme.JMAnyElement
Sets a single attribute.
setAttributeFormDefaultQualified(boolean) - Method in class de.ispsoft.jaxme.generator.Schema
Sets whether attributes are by default qualified.
setAuthor(String) - Method in class de.ispsoft.jaxme.generator.javasource.JavaComment
Sets the JavaDoc author field.
setBase(SchemaSimpleType) - Method in interface de.ispsoft.jaxme.generator.types.AbstractType
Sets the base type.
setBase(SchemaSimpleType) - Method in class de.ispsoft.jaxme.generator.types.SimpleTypeWrapper
Sets the base type.
setClassName(String) - Method in class de.ispsoft.jaxme.generator.SchemaElement
Sets this elements class name.
setClassName(String) - Method in class de.ispsoft.jaxme.generator.ant.SchemaReaderType
Sets the actual SchemaReader class.
setClassName(String) - Method in class de.ispsoft.jaxme.generator.ant.SourceWriterType
Sets the actual SourceWriter class.
setCollection(String) - Method in class de.ispsoft.jaxme.XmlDbManager
 
setColumnName(String) - Method in class de.ispsoft.jaxme.generator.SqlField
Sets the column name.
setComment(JavaComment) - Method in class de.ispsoft.jaxme.generator.javasource.JavaSource
Sets the comment describing this class or interface.
setComment(JavaComment) - Method in class de.ispsoft.jaxme.generator.javasource.JavaSourceObject
Sets a comment describing this JavaSource object.
setComplexType(int) - Method in class de.ispsoft.jaxme.generator.SchemaComplexElement
Sets the structure type of this element.
setContext(ContentHandler, int) - Method in class de.ispsoft.jaxme.NamespaceSupport
Restores the Namespacesupports state.
setContext(String) - Method in interface de.ispsoft.jaxme.ObservedHandler
Sets a context to use in error messages.
setContext(String) - Method in class de.ispsoft.jaxme.ObservedHandlerImpl
Sets a context to use in error messages.
setCreateKeyPostInsert(boolean) - Method in class de.ispsoft.jaxme.generator.parserdata.JdbcTable
Sets whether to create a key (if any) before the insert operation (false, default) or after the operation (true).
setCreateKeyQuery(String) - Method in class de.ispsoft.jaxme.generator.parserdata.JdbcTable
Sets an SQL query being used in insert operations to create a primary key.
setDOMNode(Element) - Method in class de.ispsoft.jaxme.generator.SchemaElement
If this element was generated from an XML schema: Sets the xs:element or xs:attribute node defining the element or attribute.
setDateFormat(DateFormat) - Method in class de.ispsoft.jaxme.jaxb.JMManagerFactoryAttachable
Sets the default for parsing or formatting dates.
setDateTimeFormat(DateFormat) - Method in class de.ispsoft.jaxme.jaxb.JMManagerFactoryAttachable
Sets the default for parsing or formatting datetime values.
setDeclaration(boolean) - Method in class de.ispsoft.jaxme.jaxb.MarshallerImpl
Sets whether an XML declaration should be generated or not.
setDefaultDateFormat(DateFormat) - Static method in class de.ispsoft.jaxme.JMAnyElement
Deprecated. Will be removed in JaxMe 2. Use a Marshaller and its property jaxme.format.datetime to achieve the same functionality.
setDefaultPattern(String) - Method in class de.ispsoft.jaxme.generator.types.ResourceBundleFormattedType
Sets the default Pattern.
setDefaultPrefix(String) - Method in class de.ispsoft.jaxme.NamespaceSupport
Sets the String being used to construct a default mapping.
setDescription(String) - Method in class de.ispsoft.jaxme.generator.parserdata.JdbcListMethod
Sets the method description.
setDestDir(File) - Method in class de.ispsoft.jaxme.generator.ant.JaxMeGeneratorTask
Sets the destination directory.
setDestFile(File) - Method in class de.ispsoft.jaxme.generator.Generator
Sets the destination file.
setDestFile(File) - Method in class de.ispsoft.jaxme.generator.ant.JaxMeGeneratorTask
Sets the destination file.
setDirectory(File) - Method in interface de.ispsoft.jaxme.generator.SourceWriter
Sets the directory where the SourceWriter will generate files.
setDirectory(File) - Method in class de.ispsoft.jaxme.generator.SourceWriterImpl
Sets the directory where the SourceWriter will generate files.
setDocumentLocator(Locator) - Method in class de.ispsoft.jaxme.FilterContentHandler
 
setDocumentLocator(Locator) - Method in class de.ispsoft.jaxme.JMContentHandler
 
setDocumentLocator(Locator) - Method in class de.ispsoft.jaxme.NamespaceSupport
Implements org.xml.sax.ContentHandler.setDocumentLocator().
setDocumentLocator(Locator) - Method in class de.ispsoft.jaxme.ObservedHandlerImpl
Sets a document locator.
setDocumentLocator(Locator) - Method in class de.ispsoft.jaxme.XMLSerializer
Sets the locator.
setDocumentLocator(Locator) - Method in class de.ispsoft.jaxme.jaxb.JaxbDOMSerializer
 
setDocumentLocator(Locator) - Method in class de.ispsoft.jaxme.jaxb.JaxbXMLSerializer
Sets the locator.
setDocumentLocator(Locator) - Method in class de.ispsoft.jaxme.tamino.InoResponseHandler
 
setDocumentation(String) - Method in class de.ispsoft.jaxme.generator.SchemaAnnotationOwner
Sets the value of the xs:documentation element.
setDriver(String) - Method in class de.ispsoft.jaxme.XmlDbManager
 
setDriverClass(Class) - Method in class de.ispsoft.jaxme.XmlDbManager
 
setElementFormDefaultQualified(boolean) - Method in class de.ispsoft.jaxme.generator.Schema
Sets whether elements are by default qualified.
setElementId(JMAnyElement, String) - Method in class de.ispsoft.jaxme.tamino.InoManager
After an insert, sets the elements ID.
setEmptyElementStyle(int) - Method in class de.ispsoft.jaxme.XMLSerializer
Sets how empty elements will be serialized.
setEmptyElementStyle(int) - Method in class de.ispsoft.jaxme.jaxb.MarshallerImpl
Sets the Marshallers style for formatting empty elements.
setEncoding(String) - Method in class de.ispsoft.jaxme.jaxb.JMManagerFactoryAttachable
Sets this Marshallers encoding.
setEncoding(String) - Method in interface de.ispsoft.jaxme.jaxb.Marshaller
Deprecated. Set the output encoding used when marshalling to a java.io.File, java.io.OutputStream, and java.io.Writer.
setEntity(String) - Method in class de.ispsoft.jaxme.JMEntity
Sets the entity being skipped.
setErrorCode(int) - Method in class de.ispsoft.jaxme.ValidationException
Sets the application specific error code.
setErrorCode(Integer) - Method in class de.ispsoft.jaxme.generator.ElementRestrictionContainer
 
setErrorCode(Integer) - Method in class de.ispsoft.jaxme.generator.SchemaComplexElement
Set the error code.
setEventHandler(ValidationEventHandler) - Method in interface de.ispsoft.jaxme.jaxb.Unmarshaller
Deprecated. Allow an application to register a ValidationEventHandler.
setEventHandler(ValidationEventHandler) - Method in class de.ispsoft.jaxme.jaxb.UnmarshallerImpl
 
setEventHandler(ValidationEventHandler) - Method in interface de.ispsoft.jaxme.jaxb.Validator
Deprecated. Allow an application to register a validation event handler.
setEventHandler(ValidationEventHandler) - Method in class de.ispsoft.jaxme.jaxb.ValidatorImpl
 
setExtendedElement(SchemaElement) - Method in class de.ispsoft.jaxme.generator.SchemaElement
Sets an element extended by the current element.
setExtends(String) - Method in class de.ispsoft.jaxme.generator.javasource.JavaSource
Sets the class or interface extended by this class or interface.
setExtendsClassName(String) - Method in class de.ispsoft.jaxme.generator.SchemaAnnotationOwner
Sets the default package name.
setFactory(JMManagerFactory) - Method in class de.ispsoft.jaxme.jaxb.JMManagerFactoryAttachable
Sets the factory that created this instance.
setFieldName(String) - Method in class de.ispsoft.jaxme.generator.SchemaElement
Sets this elements field name.
setFileName(String) - Method in class de.ispsoft.jaxme.JMFileManager
Sets the filename to use for the insert() and update() methods.
setFinal(boolean) - Method in class de.ispsoft.jaxme.generator.javasource.JavaSourceObject
Sets whether this is a final JavaSource object.
setForce(boolean) - Method in class de.ispsoft.jaxme.generator.Generator
Sets whether generated files should be overwritten.
setForce(boolean) - Method in class de.ispsoft.jaxme.generator.ant.JaxMeGeneratorTask
Sets whether to overwrite files.
setFormatClass(String) - Method in class de.ispsoft.jaxme.generator.types.ResourceBundleFormattedType
Sets the Formatter class.
setGenerator(Generator) - Method in interface de.ispsoft.jaxme.generator.SchemaReader
Sets the Generator that maintains this SchemaReader, if any.
setGenerator(Generator) - Method in class de.ispsoft.jaxme.generator.SchemaReaderImpl
Sets the Generator that maintains this SchemaReader, if any.
setGenerator(Generator) - Method in class de.ispsoft.jaxme.generator.SourceWriterImpl
Sets the generator.
setGetMethodName(String) - Method in class de.ispsoft.jaxme.generator.SchemaElement
Sets the name of the get method.
setIdAttribute(String) - Method in class de.ispsoft.jaxme.XmlDbManager
 
setIdElement(String) - Method in class de.ispsoft.jaxme.XmlDbManager
 
setIdNamespace(String) - Method in class de.ispsoft.jaxme.XmlDbManager
 
setIndent(int) - Method in class de.ispsoft.jaxme.XMLSerializer
Sets the indent for XML formating.
setIndentation(boolean) - Method in class de.ispsoft.jaxme.jaxb.MarshallerImpl
Sets the default for using indentation.
setIndentationLevel(int) - Method in class de.ispsoft.jaxme.jaxb.MarshallerImpl
Sets the default indentation level.
setIndentationLineSeparator(String) - Method in class de.ispsoft.jaxme.jaxb.MarshallerImpl
Sets the default line separator for indentation.
setInoObjectIdList(List) - Method in class de.ispsoft.jaxme.tamino.InoResponseHandler
The Tamino response document contains object ID's of inserted or updated objects.
setInputFile(File) - Method in class de.ispsoft.jaxme.generator.ant.JaxMeGeneratorTask
Sets the input file.
setInputURL(URL) - Method in class de.ispsoft.jaxme.generator.ant.JaxMeGeneratorTask
Sets the input URL.
setInsert(String) - Method in class de.ispsoft.jaxme.generator.types.AutoSqlType
Sets the SQL string for INSERT statements.
setJMAnyElementClass(Class) - Method in class de.ispsoft.jaxme.JMFileManager
Sets the JMAnyElement class for reading elements.
setJMContentHandlerClass(Class) - Method in class de.ispsoft.jaxme.JMFileManager
Sets the JMContentHandler class for reading elements.
setJavaPackage(String) - Method in interface de.ispsoft.jaxme.generator.SourceWriter
Sets the default Java package for generated sources.
setJavaPackage(String) - Method in class de.ispsoft.jaxme.generator.SourceWriterImpl
Sets the default Java package for generated sources.
setJaxbContext(JMManagerFactory) - Method in class de.ispsoft.jaxme.jaxb.UnmarshallerHandlerImpl
Sets the JAXBContext that created this UnmarshallerHandler.
setJdbcKeys(Map) - Method in class de.ispsoft.jaxme.generator.parserdata.JdbcTable
Sets a map of primary key column names.
setKey(String) - Method in class de.ispsoft.jaxme.generator.types.ResourceBundleFormattedType
Sets the ResourceBundle key.
setLazyInstantiation(boolean) - Method in class de.ispsoft.jaxme.JMManagerFactoryImpl
Sets whether the factory has lazy instantiation.
setLineFeed(String) - Method in class de.ispsoft.jaxme.XMLSerializer
Sets the line feed string for XML formating.
setLinkedException(Throwable) - Method in class de.ispsoft.jaxme.jaxb.JAXBException
Deprecated. Add a linked Exception.
setLocalName(String) - Method in class de.ispsoft.jaxme.JMAnyElement
Sets the elements tag name, without any prefix.
setLocale(Locale) - Method in class de.ispsoft.jaxme.jaxb.JMManagerFactoryAttachable
Sets the Locale.
setLogLevel(String) - Method in class de.ispsoft.jaxme.generator.ant.JaxMeGeneratorTask
Sets the log level.
setManager(JMManager) - Method in class de.ispsoft.jaxme.JMJdbcElement
Sets the elements manager.
setManagerClassName(String) - Method in class de.ispsoft.jaxme.generator.SchemaElement
Sets the manager class name.
setMarshaller(MarshallerImpl) - Method in class de.ispsoft.jaxme.NamespaceSupport
Sets the Marshaller that created this instance.
setMarshaller(MarshallerImpl) - Method in class de.ispsoft.jaxme.jaxb.JaxbDOMSerializer
Sets the Marshaller.
setMarshaller(MarshallerImpl) - Method in class de.ispsoft.jaxme.jaxb.JaxbXMLSerializer
Sets the JaxbXMLSerializers Marshaller.
setMatch(String) - Method in class de.ispsoft.jaxme.generator.parserdata.JdbcPattern
Sets the patterns match string.
setMaxLength(Integer) - Method in class de.ispsoft.jaxme.generator.ElementRestrictionContainer
 
setMaxOccurs(int) - Method in class de.ispsoft.jaxme.generator.SchemaElement
Sets the maximum number of occurrences; -1 for unbounded.
setMaxOccurs(int) - Method in class de.ispsoft.jaxme.generator.dtd.DTDObject
Sets the maxOccurs attribute.
setMaxResultSize(int) - Method in class de.ispsoft.jaxme.JMManagerImpl.MyObserver
 
setMaxResultSize(int) - Method in class de.ispsoft.jaxme.generator.parserdata.JdbcListMethod
Sets the maximum result size.
setMinLength(Integer) - Method in class de.ispsoft.jaxme.generator.ElementRestrictionContainer
 
setMinOccurs(int) - Method in class de.ispsoft.jaxme.generator.SchemaElement
Sets the minimum number of occurrences.
setMinOccurs(int) - Method in class de.ispsoft.jaxme.generator.dtd.DTDObject
Sets the minOccurs attribute.
setMinResultSize(int) - Method in class de.ispsoft.jaxme.generator.parserdata.JdbcListMethod
Sets the minimum result size.
setName(String) - Method in class de.ispsoft.jaxme.generator.SchemaElement
Sets the elements local name.
setName(String) - Method in class de.ispsoft.jaxme.generator.ant.OptionType
Sets the option name.
setName(String) - Method in class de.ispsoft.jaxme.generator.javasource.JavaSource
Sets the class or interface name.
setName(String) - Method in class de.ispsoft.jaxme.generator.javasource.JavaSourceObject
Sets this JavaSource objects name.
setName(String) - Method in class de.ispsoft.jaxme.generator.parserdata.JdbcAbstractParameter
Sets the parameter name.
setName(String) - Method in class de.ispsoft.jaxme.generator.parserdata.JdbcListMethod
Sets the method name.
setName(String) - Method in class de.ispsoft.jaxme.generator.parserdata.JdbcTable
Sets the views name.
setNamespace(String) - Method in class de.ispsoft.jaxme.generator.SchemaElement
Sets the elements namespace.
setNamespacePrefix(String) - Method in class de.ispsoft.jaxme.generator.SchemaElement
Sets the elements preferred namespace prefix.
setNamespaceURI(String) - Method in class de.ispsoft.jaxme.JMAnyElement
Sets the elements namespace URI.
setNewFormatter(String) - Method in class de.ispsoft.jaxme.generator.types.ResourceBundleFormattedType
Sets the Java source to create a new Formatter.
setObserver(Observer) - Method in interface de.ispsoft.jaxme.ObservedHandler
Sets a possible observer.
setObserver(Observer) - Method in class de.ispsoft.jaxme.ObservedHandlerImpl
Sets a possible observer.
setOption(SchemaOption) - Method in interface de.ispsoft.jaxme.generator.Configurable
 
setOption(SchemaOption) - Method in class de.ispsoft.jaxme.generator.ConfigurableImpl
 
setOutputWriter(Writer) - Method in class de.ispsoft.jaxme.generator.DebugWriter
Sets the OutputWriter.
setPackage(String) - Method in class de.ispsoft.jaxme.generator.javasource.JavaInnerClass
Throws an Exception, as inner classes don't have a package.
setPackage(String) - Method in class de.ispsoft.jaxme.generator.javasource.JavaSource
Sets the package name; null or empty string indicate the root package.
setPackageName(String) - Method in class de.ispsoft.jaxme.generator.SchemaAnnotationOwner
Sets the default package name.
setParentHandler(ContentHandler) - Method in class de.ispsoft.jaxme.FilterContentHandler
Sets the parent handler.
setParseletClassName(String) - Method in class de.ispsoft.jaxme.generator.parselets.ParseletDecoratorImpl
Sets the generated parselets class name.
setParseletClassName(String) - Method in class de.ispsoft.jaxme.generator.parselets.SimpleParseletDecoratorFactory
Sets the Parselet class name.
setParseletPackageName(String) - Method in class de.ispsoft.jaxme.generator.parselets.ParseletDecoratorImpl
Sets the generated parselets package name.
setParseletPackageName(String) - Method in class de.ispsoft.jaxme.generator.parselets.SimpleParseletDecoratorFactory
Sets the Parselet package name.
setPassword(String) - Method in class de.ispsoft.jaxme.XmlDbManager
 
setPattern(String) - Method in class de.ispsoft.jaxme.generator.ElementRestrictionContainer
 
setPattern(String) - Method in class de.ispsoft.jaxme.generator.types.ResourceBundleFormattedType
Sets the Pattern.
setPatternCompiler(PatternCompiler) - Static method in class de.ispsoft.jaxme.re.PatternFactory
Allows to replace the default PatternCompiler with the given.
setPrefix(String) - Method in class de.ispsoft.jaxme.generator.SchemaElement
Sets the prefix being used for default field names.
setPrefixList(String[]) - Method in class de.ispsoft.jaxme.generator.SchemaComplexElement
Sets a list of default prefixes being used when the element is unmarshalled.
setPrimaryKey(Short) - Method in class de.ispsoft.jaxme.generator.SchemaAbstractSimpleElement
Sets whether this element is part of a primary key.
setPrivateProperty(String, Object) - Method in class de.ispsoft.jaxme.jaxb.JMManagerFactoryAttachable
Stores the given property in an internal map.
setProperty(String, Object) - Method in class de.ispsoft.jaxme.jaxb.JMManagerFactoryAttachable
Sets the value of the given property.
setProperty(String, Object) - Method in interface de.ispsoft.jaxme.jaxb.Marshaller
Deprecated. Set the particular property in the underlying implementation of Marshaller.
setProperty(String, Object) - Method in class de.ispsoft.jaxme.jaxb.MarshallerImpl
Sets the value of the given property.
setProtectedConstructor(boolean) - Method in class de.ispsoft.jaxme.generator.SchemaComplexElement
Sets whether the generated XML class has a protected constructor.
setProtection(String) - Method in class de.ispsoft.jaxme.generator.javasource.JavaSource
Sets the protection; use null for default protection.
setProtection(String) - Method in class de.ispsoft.jaxme.generator.javasource.JavaSourceObject
Sets this JavaSource objects protection.
setQuery(String) - Method in class de.ispsoft.jaxme.generator.parserdata.JdbcListMethod
Sets the query.
setQueryName(String) - Method in class de.ispsoft.jaxme.generator.SchemaAbstractSimpleElement
Sets a name for the element being used in queries.
setResourceBundle(ResourceBundle) - Method in class de.ispsoft.jaxme.jaxb.JMManagerFactoryAttachable
Sets the Marshallers ResourceBundle.
setResultCollection(Collection) - Method in interface de.ispsoft.jaxme.ObservedHandler
Sets a collection where to add successfully parsed elements, Strings or other JMNode instances.
setResultCollection(Collection) - Method in class de.ispsoft.jaxme.ObservedHandlerImpl
Sets a collection where to add successfully parsed elements, Strings or other JMNode instances.
setResultHandler(ContentHandler) - Method in class de.ispsoft.jaxme.tamino.InoResponseHandler
Sets the result handler.
setReturn(String) - Method in class de.ispsoft.jaxme.generator.javasource.JavaComment
Sets the JavaDoc return field.
setRootNodeName(String) - Method in class de.ispsoft.jaxme.generator.dtd.RootNodeReader
Sets the name of the invisible root node.
setSample(String) - Method in class de.ispsoft.jaxme.generator.parserdata.JdbcPattern
Sets the patterns sample.
setSchema(Schema) - Method in class de.ispsoft.jaxme.generator.XsdSchemaReader
Sets the schema being created.
setSchemaDate(Date) - Method in class de.ispsoft.jaxme.generator.Generator
Sets the schema creation date.
setSchemaDate(Date) - Method in interface de.ispsoft.jaxme.generator.SourceWriter
Sets time and date when the schema was created.
setSchemaDate(Date) - Method in class de.ispsoft.jaxme.generator.SourceWriterImpl
Sets the time and date when the schema was created, May be null, if unknown.
setSchemaNode(Element) - Method in class de.ispsoft.jaxme.generator.XsdSchemaReader
Sets the "schema" Node being parsed.
setSchemaPath(String) - Method in class de.ispsoft.jaxme.JMManagerFactoryImpl
Called by JaxbContextFactoryImpl.createContext(schemaPath).
setSchemaReader(SchemaReader) - Method in class de.ispsoft.jaxme.generator.Generator
Sets the SchemaReader.
setSchemaType(SchemaType) - Method in class de.ispsoft.jaxme.generator.SchemaElement
Sets this elements SchemaType.
setSelectTables(String) - Method in class de.ispsoft.jaxme.generator.SchemaComplexJdbcElement
Sets the elements table list.
setSetMethodName(String) - Method in class de.ispsoft.jaxme.generator.SchemaElement
Sets the name of the set method.
setSourceDirectory(File) - Method in class de.ispsoft.jaxme.generator.Generator
Sets the Generators target directory.
setStartDocument(boolean) - Method in class de.ispsoft.jaxme.jaxb.MarshallerImpl
Sets whether marshal(Object, ContentHandler) should emit startDocument() and endDocument() events.
setStatic(boolean) - Method in class de.ispsoft.jaxme.generator.javasource.JavaInnerClass
Sets whether this inner class is static.
setStatic(boolean) - Method in class de.ispsoft.jaxme.generator.javasource.JavaSource
Sets whether this JavaSource is static (for inner classes).
setStatic(boolean) - Method in class de.ispsoft.jaxme.generator.javasource.JavaSourceObject
Sets whether this is a static JavaSource object.
setSuppress(boolean) - Method in class de.ispsoft.jaxme.generator.SchemaElement
Sets whether this element should be suppressed.
setSystemId(String) - Method in class de.ispsoft.jaxme.generator.SchemaElement
Sets the SchemaElements SystemId.
setTable(JdbcTable) - Method in class de.ispsoft.jaxme.generator.SchemaComplexJdbcElement
Sets the elements table name.
setTableName(String) - Method in class de.ispsoft.jaxme.generator.SqlField
Sets the table name.
setTarget(String) - Method in class de.ispsoft.jaxme.JMPI
Sets the target.
setTarget(String) - Method in class de.ispsoft.jaxme.generator.ant.OptionType
Sets the option target.
setTargetNamespace(String) - Method in class de.ispsoft.jaxme.generator.Schema
Sets the target namespace.
setTargetNode(Node) - Method in class de.ispsoft.jaxme.jaxb.JaxbDOMSerializer
Sets the target node.
setTemporaryElement(String) - Method in class de.ispsoft.jaxme.generator.dtd.DTDSchemaReader
Sets the name of the RootNodeReaders invisible element node.
setTimeFormat(DateFormat) - Method in class de.ispsoft.jaxme.jaxb.JMManagerFactoryAttachable
Sets the default for formatting or parsing time values.
setType(int) - Method in class de.ispsoft.jaxme.generator.dtd.DTDElement
Sets the element type.
setType(String) - Method in class de.ispsoft.jaxme.generator.javasource.JavaInnerClass
Throws an exception, as inner classes must not be interfaces.
setType(String) - Method in class de.ispsoft.jaxme.generator.javasource.JavaSource
Sets the JavaSource type.
setType(String) - Method in class de.ispsoft.jaxme.generator.javasource.JavaSourceObject
Sets this JavaSource objects type.
setType(SchemaSimpleType) - Method in class de.ispsoft.jaxme.generator.parserdata.JdbcParam
Sets the parameter type.
setType(String) - Method in class de.ispsoft.jaxme.generator.types.ResourceBundleFormattedType
Sets the type, either of "date" or "decimal".
setTypeIsExplicit(boolean) - Method in class de.ispsoft.jaxme.generator.SchemaElement
Sets whether the elements type was explicitly specified.
setURI(String) - Method in interface de.ispsoft.jaxme.JMManagerFactory
Sets an URI where the JMManagerFactory should locate resources and settings.
setURI(String) - Method in class de.ispsoft.jaxme.JMManagerFactoryImpl
Initializes the factory to read resources from the given URI.
setUnmarshaller(UnmarshallerImpl) - Method in class de.ispsoft.jaxme.JMContentHandler
 
setUnmarshaller(UnmarshallerImpl) - Method in class de.ispsoft.jaxme.jaxb.UnmarshallerHandlerImpl
Sets the UnmarshallerImpl that created this UnmarshallerHandler.
setUpdate(String) - Method in class de.ispsoft.jaxme.generator.types.AutoSqlType
Sets the SQL string for UPDATE statements.
setUseDataSource(boolean) - Method in class de.ispsoft.jaxme.generator.SchemaComplexJdbcElement
Sets whether to use a DataSource.
setUser(String) - Method in class de.ispsoft.jaxme.XmlDbManager
 
setValidating(boolean) - Method in interface de.ispsoft.jaxme.jaxb.Unmarshaller
Deprecated. Specifies whether or not the Unmarshaller should validate during unmarshal operations.
setValidating(boolean) - Method in class de.ispsoft.jaxme.jaxb.UnmarshallerImpl
 
setValue(String) - Method in class de.ispsoft.jaxme.JMAttribute
Sets the attributes value.
setValue(String) - Method in class de.ispsoft.jaxme.generator.ant.OptionType
Sets the option value.
setValue(String) - Method in class de.ispsoft.jaxme.generator.javasource.JavaField
 
setVersion(String) - Method in class de.ispsoft.jaxme.generator.javasource.JavaComment
Sets the JavaDoc version field.
setView(JdbcView) - Method in class de.ispsoft.jaxme.generator.SchemaComplexJdbcElement
Adds a new view to the list of generated views.
setWhere(String) - Method in class de.ispsoft.jaxme.generator.SchemaComplexJdbcElement
Sets an additional filter for the where clause.
setWrite(String) - Method in class de.ispsoft.jaxme.generator.types.AutoSqlType
Sets the SQL string for INSERT and UPDATE statements.
setWriter(Writer) - Method in class de.ispsoft.jaxme.XMLSerializer
Sets the writer.
setWriter(Writer) - Method in class de.ispsoft.jaxme.jaxb.JaxbXMLSerializer
Sets the JaxbXMLSerializers Writer.
setXPathQueryService(String) - Method in class de.ispsoft.jaxme.XmlDbManager
 
setXPathQueryServiceVersion(String) - Method in class de.ispsoft.jaxme.XmlDbManager
 
skippedEntity(String) - Method in class de.ispsoft.jaxme.FilterContentHandler
 
skippedEntity(String) - Method in class de.ispsoft.jaxme.JMAtomicContentHandler
 
skippedEntity(String) - Method in class de.ispsoft.jaxme.JMContentHandler
 
skippedEntity(String) - Method in class de.ispsoft.jaxme.XMLSerializer
Not actually implemented, because I don't know how to skip entities.
skippedEntity(String) - Method in class de.ispsoft.jaxme.jaxb.JaxbDOMSerializer
 
skippedEntity(String) - Method in class de.ispsoft.jaxme.jaxb.JaxbXMLSerializer
Not actually implemented, because I don't know how to skip entities.
skippedEntity(String) - Method in class de.ispsoft.jaxme.tamino.InoResponseHandler
 
sourceWriter - Static variable in class de.ispsoft.jaxme.generator.beanwriter.EntityBeanClassWriter
 
sourceWriter - Variable in class de.ispsoft.jaxme.generator.javaclasswriter.BasicJavaClassWriter
 
sqlFields - Variable in class de.ispsoft.jaxme.generator.parserdata.JdbcParserData
 
startDocument() - Method in class de.ispsoft.jaxme.FilterContentHandler
 
startDocument() - Method in class de.ispsoft.jaxme.JMContentHandler
 
startDocument() - Method in class de.ispsoft.jaxme.ObservedHandlerImpl
This method is for resetting the ObservedHandlerImpl.
startDocument() - Method in class de.ispsoft.jaxme.XMLSerializer
Starts a document.
startDocument() - Method in class de.ispsoft.jaxme.jaxb.JaxbDOMSerializer
 
startDocument() - Method in class de.ispsoft.jaxme.jaxb.JaxbXMLSerializer
Starts a document.
startDocument() - Method in class de.ispsoft.jaxme.jaxb.UnmarshallerHandlerImpl
 
startDocument() - Method in class de.ispsoft.jaxme.tamino.InoResponseHandler
 
startElement(String, String, String, Attributes) - Method in class de.ispsoft.jaxme.FilterContentHandler
 
startElement(String, String, String, Attributes) - Method in class de.ispsoft.jaxme.JMAtomicContentHandler
 
startElement(String, String, String, Attributes) - Method in class de.ispsoft.jaxme.JMContentHandler
 
startElement(String, String, String, Attributes) - Method in class de.ispsoft.jaxme.XMLSerializer
Starts a new element.
startElement(String, String, String, Attributes) - Method in class de.ispsoft.jaxme.jaxb.JaxbDOMSerializer
 
startElement(String, String, String, Attributes) - Method in class de.ispsoft.jaxme.jaxb.JaxbXMLSerializer
Starts a new element.
startElement(String, String, String, Attributes) - Method in class de.ispsoft.jaxme.jaxb.UnmarshallerHandlerImpl
 
startElement(String, String, String, Attributes) - Method in class de.ispsoft.jaxme.tamino.InoResponseHandler
 
startPrefixMapping(String, String) - Method in class de.ispsoft.jaxme.FilterContentHandler
 
startPrefixMapping(String, String) - Method in class de.ispsoft.jaxme.JMAtomicContentHandler
 
startPrefixMapping(String, String) - Method in class de.ispsoft.jaxme.JMContentHandler
 
startPrefixMapping(String, String) - Method in class de.ispsoft.jaxme.NamespaceSupport
Implements org.xml.sax.ContentHandler.startPrefixMapping().
startPrefixMapping(String, String) - Method in class de.ispsoft.jaxme.XMLSerializer
Starts use of a namespace prefix.
startPrefixMapping(String, String) - Method in class de.ispsoft.jaxme.jaxb.JaxbDOMSerializer
 
startPrefixMapping(String, String) - Method in class de.ispsoft.jaxme.jaxb.JaxbXMLSerializer
Starts use of a namespace prefix.
startPrefixMapping(String, String) - Method in class de.ispsoft.jaxme.tamino.InoResponseHandler
 
systemId - Variable in class de.ispsoft.jaxme.generator.parserdata.ParserData
 

T

TIMESTAMP - Static variable in interface de.ispsoft.jaxme.JMManager
A placeholder type matching java.sql.Types.TIMESTAMP.
TINYINT - Static variable in interface de.ispsoft.jaxme.JMManager
A placeholder type matching java.sql.Types.TINYINT.
TYPE_ANY - Static variable in class de.ispsoft.jaxme.generator.dtd.DTDElement
A valid DTDElement type: ANY
TYPE_ATTRIBUTE - Static variable in interface de.ispsoft.jaxme.generator.SchemaComplexType
A type constant: attribute:
TYPE_ATTRIBUTEGROUP - Static variable in interface de.ispsoft.jaxme.generator.SchemaComplexType
A type constant: attributeGroup
TYPE_CHOICE - Static variable in class de.ispsoft.jaxme.generator.dtd.DTDElement
A valid DTDElement type: Choice
TYPE_COMPLEXTYPE - Static variable in interface de.ispsoft.jaxme.generator.SchemaComplexType
A type constant: complexType
TYPE_ELEMENT - Static variable in interface de.ispsoft.jaxme.generator.SchemaComplexType
A type constant: element
TYPE_EMPTY - Static variable in class de.ispsoft.jaxme.generator.dtd.DTDElement
A valid DTDElement type: EMPTY
TYPE_PCDATA - Static variable in class de.ispsoft.jaxme.generator.dtd.DTDElement
A valid DTDElement type: #PCDATA
TYPE_SEQUENCE - Static variable in class de.ispsoft.jaxme.generator.dtd.DTDElement
A valid DTDElement type: Sequence
TimeType - class de.ispsoft.jaxme.generator.types.TimeType.
An implementation of the dateTime type.
TimeType() - Constructor for class de.ispsoft.jaxme.generator.types.TimeType
Creates a new DateType instance.
TimeType(String, String) - Constructor for class de.ispsoft.jaxme.generator.types.TimeType
Creates a new DateType instance with the given local name and namespace URI.
TimestampType - class de.ispsoft.jaxme.generator.types.TimestampType.
A SchemaType for java.sql.Timestamp.
TimestampType() - Constructor for class de.ispsoft.jaxme.generator.types.TimestampType
Creates a new instance of TimestampType
TimestampType(String, String) - Constructor for class de.ispsoft.jaxme.generator.types.TimestampType
Creates a new instance of TimestampType with the given namespace URI and local name.
TypeConstraintException - exception de.ispsoft.jaxme.jaxb.TypeConstraintException.
Deprecated. Soon to be replaced with javax.xml.bind.TypeConstraintException
TypeConstraintException() - Constructor for class de.ispsoft.jaxme.jaxb.TypeConstraintException
Deprecated.  
table - Variable in class de.ispsoft.jaxme.generator.SchemaComplexJdbcElement
 
tables - Variable in class de.ispsoft.jaxme.generator.parserdata.JdbcParserData
 
targetNamespace - Variable in class de.ispsoft.jaxme.generator.parserdata.ParserData
 
toSAX(ContentHandler) - Method in class de.ispsoft.jaxme.JMAnyElement
Converts the element into a stream of SAX events.
toSAX(ContentHandler, NamespaceSupport) - Method in class de.ispsoft.jaxme.JMAnyElement
Converts the element into a stream of SAX events.
toSAX(ContentHandler, NamespaceSupport, boolean) - Method in class de.ispsoft.jaxme.JMAnyElement
Converts the element into a stream of SAX events.
toSAX(ContentHandler, NamespaceSupport) - Method in class de.ispsoft.jaxme.JMEntity
 
toSAX(JMAnyElement, ContentHandler) - Method in class de.ispsoft.jaxme.JMManagerImpl
Serializes an element to a SAX ContentHandler using the configured prefix settings.
toSAX(ContentHandler, NamespaceSupport) - Method in interface de.ispsoft.jaxme.JMNode
 
toSAX(ContentHandler, NamespaceSupport) - Method in class de.ispsoft.jaxme.JMPI
 
toString() - Method in class de.ispsoft.jaxme.JMAttribute
Serializes the attribute into a string.
toString() - Method in class de.ispsoft.jaxme.UriName
Converts the UriName into a string.
toString() - Method in class de.ispsoft.jaxme.generator.SchemaOption
 
toString(int) - Method in class de.ispsoft.jaxme.generator.javasource.JavaComment
Returns a string representation of this comment.
toString(int) - Method in class de.ispsoft.jaxme.generator.javasource.JavaConstructor
 
toString(int) - Method in class de.ispsoft.jaxme.generator.javasource.JavaField
Returns a string representation of this field.
toString() - Method in class de.ispsoft.jaxme.generator.javasource.JavaInnerClass
Same as JavaSource.toString(), but indents lines by two characters.
toString(int, boolean) - Method in class de.ispsoft.jaxme.generator.javasource.JavaMethod
Returns a string representation for this method.
toString() - Method in class de.ispsoft.jaxme.generator.javasource.JavaSource
Returns a string representation of this JavaSource file.
toString() - Method in class de.ispsoft.jaxme.generator.parserdata.ParserData
 
toString() - Method in class de.ispsoft.jaxme.jaxb.JAXBException
Deprecated. Returns a short description of this JAXBException.
toWriter(Writer) - Method in class de.ispsoft.jaxme.JMAnyElement
Serializes the element into the given writer.
toWriter(Writer, NamespaceSupport) - Method in class de.ispsoft.jaxme.JMAnyElement
Serializes the element into the given writer.
toWriter(JMAnyElement, Writer) - Method in class de.ispsoft.jaxme.JMManagerImpl
Serializes an element to a SAX ContentHandler using the configured prefix settings.
toXML() - Method in class de.ispsoft.jaxme.JMAnyElement
Serializes the element into a String.
toXML(NamespaceSupport) - Method in class de.ispsoft.jaxme.JMAnyElement
Serializes the element into the given writer.
toXML(JMAnyElement) - Method in class de.ispsoft.jaxme.JMManagerImpl
Serializes an element to a String using the configured prefix settings.
types - Variable in class de.ispsoft.jaxme.generator.parserdata.ParserData
 

U

URI_PROPERTY - Static variable in class de.ispsoft.jaxme.JMFactory
Name of the property to use for loading the URI.
URL_NODE_NAME - Static variable in class de.ispsoft.jaxme.JMJdbcManager
Name of the Url node
USER_NODE_NAME - Static variable in class de.ispsoft.jaxme.JMJdbcManager
Name of the User node
USER_NODE_NAME - Static variable in class de.ispsoft.jaxme.XmlDbManager
Name of the User node
USER_NODE_NAME - Static variable in class de.ispsoft.jaxme.tamino.InoManager
Name of the User node
UnmarshalException - exception de.ispsoft.jaxme.jaxb.UnmarshalException.
Deprecated. Soon to be replaced with javax.xml.bind.jaxb.UnmarshalException
UnmarshalException(String) - Constructor for class de.ispsoft.jaxme.jaxb.UnmarshalException
Deprecated. Construct an UnmarshalException with the specified detail message.
UnmarshalException(String, String) - Constructor for class de.ispsoft.jaxme.jaxb.UnmarshalException
Deprecated. Construct an UnmarshalException with the specified detail message and vendor specific errorCode.
UnmarshalException(Throwable) - Constructor for class de.ispsoft.jaxme.jaxb.UnmarshalException
Deprecated. Construct an UnmarshalException with a linkedException.
UnmarshalException(String, Throwable) - Constructor for class de.ispsoft.jaxme.jaxb.UnmarshalException
Deprecated. Construct an UnmarshalException with the specified detail message and linkedException.
UnmarshalException(String, String, Throwable) - Constructor for class de.ispsoft.jaxme.jaxb.UnmarshalException
Deprecated. Construct an UnmarshalException with the specified detail message and vendor specific errorCode.
Unmarshaller - interface de.ispsoft.jaxme.jaxb.Unmarshaller.
Deprecated. Soon to be replaced with javax.xml.bind.Unmarshaller
UnmarshallerHandler - interface de.ispsoft.jaxme.jaxb.UnmarshallerHandler.
Deprecated. Soon to be replaced with javax.xml.bind.UnmarshallerHandler
UnmarshallerHandlerImpl - class de.ispsoft.jaxme.jaxb.UnmarshallerHandlerImpl.
 
UnmarshallerHandlerImpl() - Constructor for class de.ispsoft.jaxme.jaxb.UnmarshallerHandlerImpl
Constructor for UnmarshallerHandlerImpl.
UnmarshallerImpl - class de.ispsoft.jaxme.jaxb.UnmarshallerImpl.
 
UnmarshallerImpl() - Constructor for class de.ispsoft.jaxme.jaxb.UnmarshallerImpl
Constructor for UnmarshallerImpl.
UnrecognizedPropertyException - exception de.ispsoft.jaxme.jaxb.UnrecognizedPropertyException.
Deprecated. Soon to be replaced with javax.xml.bind.UnrecognizedPropertyException
UnrecognizedPropertyException(String) - Constructor for class de.ispsoft.jaxme.jaxb.UnrecognizedPropertyException
Deprecated. Construct a UnrecognizedPropertyException with the specified detail message.
UnrecognizedPropertyException(String, String) - Constructor for class de.ispsoft.jaxme.jaxb.UnrecognizedPropertyException
Deprecated. Construct a UnrecognizedPropertyException with the specified detail message and vendor specific errorCode.
UnrecognizedPropertyException(Throwable) - Constructor for class de.ispsoft.jaxme.jaxb.UnrecognizedPropertyException
Deprecated. Construct a UnrecognizedPropertyException with a linkedException.
UnrecognizedPropertyException(String, Throwable) - Constructor for class de.ispsoft.jaxme.jaxb.UnrecognizedPropertyException
Deprecated. Construct a UnrecognizedPropertyException with the specified detail message and linkedException.
UnrecognizedPropertyException(String, String, Throwable) - Constructor for class de.ispsoft.jaxme.jaxb.UnrecognizedPropertyException
Deprecated. Construct a UnrecognizedPropertyException with the specified detail message and vendor specific errorCode.
UnsupportedPropertyException - exception de.ispsoft.jaxme.jaxb.UnsupportedPropertyException.
Deprecated. Soon to be replaced with javax.xml.bind.UnsupportedPropertyException
UnsupportedPropertyException(String) - Constructor for class de.ispsoft.jaxme.jaxb.UnsupportedPropertyException
Deprecated. Construct a UnsupportedPropertyException with the specified detail message.
UnsupportedPropertyException(String, String) - Constructor for class de.ispsoft.jaxme.jaxb.UnsupportedPropertyException
Deprecated. Construct a UnsupportedPropertyException with the specified detail message and vendor specific errorCode.
UnsupportedPropertyException(Throwable) - Constructor for class de.ispsoft.jaxme.jaxb.UnsupportedPropertyException
Deprecated. Construct a UnsupportedPropertyException with a linkedException.
UnsupportedPropertyException(String, Throwable) - Constructor for class de.ispsoft.jaxme.jaxb.UnsupportedPropertyException
Deprecated. Construct a UnsupportedPropertyException with the specified detail message and linkedException.
UnsupportedPropertyException(String, String, Throwable) - Constructor for class de.ispsoft.jaxme.jaxb.UnsupportedPropertyException
Deprecated. Construct a UnsupportedPropertyException with the specified detail message and vendor specific errorCode.
UriName - class de.ispsoft.jaxme.UriName.
A class that allows to use the combination of namespace URI and local name as a Map key.
UriName(String, String) - Constructor for class de.ispsoft.jaxme.UriName
Creates a new instance of UriName
Usage() - Static method in class de.ispsoft.jaxme.generator.Main
Prints the Usage message and exits with error status.
UserDefinedComplexType - class de.ispsoft.jaxme.generator.types.UserDefinedComplexType.
Implementation of a user defined complex type.
UserDefinedComplexType(String, String, Element) - Constructor for class de.ispsoft.jaxme.generator.types.UserDefinedComplexType
Creates a new instance of UserDefinedComplexType
UserDefinedSimpleType - class de.ispsoft.jaxme.generator.types.UserDefinedSimpleType.
 
UserDefinedSimpleType(String, String, Element, SchemaSimpleType) - Constructor for class de.ispsoft.jaxme.generator.types.UserDefinedSimpleType
Creates a new instance of UserDefinedSimpleType
UserDefinedType - class de.ispsoft.jaxme.generator.types.UserDefinedType.
A user defined type can be specified in the XML Schema by using a syntax like <complexType name="typename"> ...
UserDefinedType(String, String, Element) - Constructor for class de.ispsoft.jaxme.generator.types.UserDefinedType
Creates a new instance of UserDefinedType
unmarshal(File) - Method in interface de.ispsoft.jaxme.jaxb.Unmarshaller
Deprecated. Unmarshal XML data from the specified file and return the resulting content tree.
unmarshal(InputStream) - Method in interface de.ispsoft.jaxme.jaxb.Unmarshaller
Deprecated. Unmarshal XML data from the specified InputStream and return the resulting content tree.
unmarshal(URL) - Method in interface de.ispsoft.jaxme.jaxb.Unmarshaller
Deprecated. Unmarshal XML data from the specified URL and return the resulting content tree.
unmarshal(InputSource) - Method in interface de.ispsoft.jaxme.jaxb.Unmarshaller
Deprecated. Unmarshal XML data from the specified SAX InputSource and return the resulting content tree.
unmarshal(Node) - Method in interface de.ispsoft.jaxme.jaxb.Unmarshaller
Deprecated. Unmarshal XML data from the specified DOM tree and return the resulting content tree.
unmarshal(Source) - Method in interface de.ispsoft.jaxme.jaxb.Unmarshaller
Deprecated. Unmarshal XML data from the specified XML Source and return the resulting content tree.
unmarshal(File) - Method in class de.ispsoft.jaxme.jaxb.UnmarshallerImpl
 
unmarshal(InputStream) - Method in class de.ispsoft.jaxme.jaxb.UnmarshallerImpl
 
unmarshal(URL) - Method in class de.ispsoft.jaxme.jaxb.UnmarshallerImpl
 
unmarshal(InputSource) - Method in class de.ispsoft.jaxme.jaxb.UnmarshallerImpl
 
unmarshal(Node) - Method in class de.ispsoft.jaxme.jaxb.UnmarshallerImpl
 
unmarshal(Source) - Method in class de.ispsoft.jaxme.jaxb.UnmarshallerImpl
 
update(JMAnyElement) - Method in class de.ispsoft.jaxme.JMFileManager
Updates the file with the contents of the given element.
update(String, JMAnyElement) - Method in class de.ispsoft.jaxme.JMFileManager
Updates the given file with the contents of the given element.
update(JMAnyElement) - Method in class de.ispsoft.jaxme.JMJdbcManager
Inserts the given element into the database.
update(JMAnyElement) - Method in interface de.ispsoft.jaxme.JMManager
Updates the given document in the database.
update(JMAnyElement) - Method in class de.ispsoft.jaxme.JMManagerImpl
 
update(JMAnyElement) - Method in class de.ispsoft.jaxme.XmlDbManager
Updates the given document in the database.
update(JMAnyElement) - Method in class de.ispsoft.jaxme.tamino.InoManager
Updates the given document in the database.
url - Variable in class de.ispsoft.jaxme.JMJdbcManager
 
url - Variable in class de.ispsoft.jaxme.generator.parserdata.JdbcParserData
 
useDataSource - Variable in class de.ispsoft.jaxme.JMJdbcManager
 
useDataSource - Variable in class de.ispsoft.jaxme.generator.parserdata.JdbcParserData
 
user - Variable in class de.ispsoft.jaxme.JMJdbcManager
 
user - Variable in class de.ispsoft.jaxme.generator.parserdata.JdbcParserData
 

V

VARBINARY - Static variable in interface de.ispsoft.jaxme.JMManager
A placeholder type matching java.sql.Types.VARBINARY.
VARCHAR - Static variable in interface de.ispsoft.jaxme.JMManager
A placeholder type matching java.sql.Types.VARCHAR.
VISITOR_SCHEMA_URI - Static variable in class de.ispsoft.jaxme.generator.visitors.VisitorDecoratorFactory
 
ValidationEvent - interface de.ispsoft.jaxme.jaxb.ValidationEvent.
Deprecated. Soon to be replaced with javax.xml.bind.ValidationEvent
ValidationEventHandler - interface de.ispsoft.jaxme.jaxb.ValidationEventHandler.
Deprecated. Soon to be replaced with javax.xml.bind.ValidationEventHandler
ValidationEventLocator - interface de.ispsoft.jaxme.jaxb.ValidationEventLocator.
Deprecated. Soon to be replaced with javax.xml.bind.ValidationEventLocator
ValidationException - exception de.ispsoft.jaxme.ValidationException.
This exception is thrown to indicate invalid XML data.
ValidationException(String) - Constructor for class de.ispsoft.jaxme.ValidationException
Creates a new instance of ValidationException
ValidationException(String, Exception) - Constructor for class de.ispsoft.jaxme.ValidationException
Creates a new instance of ValidationException wrapping some other Exception.
ValidationException(String, Locator) - Constructor for class de.ispsoft.jaxme.ValidationException
Creates a new instance of ValidationException
ValidationException(String, Exception, Locator) - Constructor for class de.ispsoft.jaxme.ValidationException
Creates a new instance of ValidationException wrapping some other Exception.
Validator - interface de.ispsoft.jaxme.jaxb.Validator.
Deprecated. Soon to be replaced with javax.xml.bind.Validator
ValidatorImpl - class de.ispsoft.jaxme.jaxb.ValidatorImpl.
JaxMe's implementation of a Validator.
ValidatorImpl() - Constructor for class de.ispsoft.jaxme.jaxb.ValidatorImpl
Constructor for ValidatorImpl.
VisitorDecorator - interface de.ispsoft.jaxme.generator.visitors.VisitorDecorator.
Extended decorator interface for generating visitory.
VisitorDecoratorFactory - class de.ispsoft.jaxme.generator.visitors.VisitorDecoratorFactory.
A decorator factory for generating visitors.
VisitorDecoratorFactory() - Constructor for class de.ispsoft.jaxme.generator.visitors.VisitorDecoratorFactory
Creates a new instance of VisitorDecoratorFactory
VisitorDecoratorImpl - class de.ispsoft.jaxme.generator.visitors.VisitorDecoratorImpl.
A default implementation for the VisitorDecorator.
VisitorDecoratorImpl() - Constructor for class de.ispsoft.jaxme.generator.visitors.VisitorDecoratorImpl
Creates a new instance of VisitorDecoratorImpl
VisitorWriter - class de.ispsoft.jaxme.generator.visitors.VisitorWriter.
A SourceWriter for creating visitors.
VisitorWriter() - Constructor for class de.ispsoft.jaxme.generator.visitors.VisitorWriter
Creates a new instance of VisitorWriter
validate(String) - Method in class de.ispsoft.jaxme.JMAnyElement
Validates this elements contents.
validate(Object) - Method in interface de.ispsoft.jaxme.jaxb.Validator
Deprecated. Validate the Java content tree starting at subrootObj.
validate(Object) - Method in class de.ispsoft.jaxme.jaxb.ValidatorImpl
 
validateMe(String, Locator) - Method in class de.ispsoft.jaxme.JMAnyElement
Validates this elements contents.
validateRoot(Object) - Method in interface de.ispsoft.jaxme.jaxb.Validator
Deprecated. Validate the Java content tree rooted at rootObj.
validateRoot(Object) - Method in class de.ispsoft.jaxme.jaxb.ValidatorImpl
 
valueOf(String) - Static method in class de.ispsoft.jaxme.generator.SchemaOption
 
verify() - Method in class de.ispsoft.jaxme.generator.ant.JaxMeGeneratorTask
Verifies the tasks configuration.
view - Variable in class de.ispsoft.jaxme.generator.SchemaComplexJdbcElement
 

W

WARNING - Static variable in interface de.ispsoft.jaxme.jaxb.ValidationEvent
Deprecated. Conditions that are not errors or fatal errors as defined by the XML 1.0 recommendation
write(SchemaElement) - Method in class de.ispsoft.jaxme.generator.BeanWriter
Called for writing a single schema element.
write(Schema) - Method in class de.ispsoft.jaxme.generator.BeanWriter
Called for writing a complete schema.
write(SchemaElement) - Method in class de.ispsoft.jaxme.generator.ComparatorWriter
Called for writing a single schema element.
write(SchemaElement, int) - Method in class de.ispsoft.jaxme.generator.DebugWriter
Actually writing a single schema element.
write(SchemaElement) - Method in class de.ispsoft.jaxme.generator.DebugWriter
Called for writing a single schema element.
write(SchemaElement) - Method in class de.ispsoft.jaxme.generator.JavaSourceWriter
Called for writing a single schema element.
write(SchemaElement, ContentHandler, NamespaceSupport) - Method in class de.ispsoft.jaxme.generator.SampleWriter
Writes a simple element to the given writer.
write(SchemaElement) - Method in class de.ispsoft.jaxme.generator.SampleWriter
Called for writing a single schema element.
write(Writer, SchemaElement) - Method in class de.ispsoft.jaxme.generator.SampleWriter
Called for writing a single schema element into the given writer.
write(Schema) - Method in interface de.ispsoft.jaxme.generator.SourceWriter
Called for writing a complete schema.
write(SchemaElement) - Method in interface de.ispsoft.jaxme.generator.SourceWriter
Called for writing a single schema element.
write(Schema) - Method in class de.ispsoft.jaxme.generator.SourceWriterImpl
Called for writing a complete schema.
write(SchemaElement) - Method in class de.ispsoft.jaxme.generator.SourceWriterImpl
Called for writing a single schema element.
write(SchemaElement) - Method in class de.ispsoft.jaxme.generator.XsdSchemaWriter
Called for writing a single schema element.
write(Map, ContentHandler, NamespaceSupport, List, SchemaElement) - Method in class de.ispsoft.jaxme.generator.XsdSchemaWriter
Called for writing a schema element.
write(Schema) - Method in class de.ispsoft.jaxme.generator.XsdSchemaWriter
Called for writing a complete schema.
write(Schema, Writer) - Method in class de.ispsoft.jaxme.generator.XsdSchemaWriter
Called for writing a complete schema into the given Writer.
write(SchemaElement) - Method in class de.ispsoft.jaxme.generator.parselets.ParseletWriter
Called for writing a single schema element.
write(SchemaElement) - Method in class de.ispsoft.jaxme.generator.visitors.VisitorWriter
Called for writing a single schema element.
writeComplexElement(SchemaComplexElement, ContentHandler, NamespaceSupport) - Method in class de.ispsoft.jaxme.generator.SampleWriter
Writes a complex element to the given writer.
writeComplexElement(Map, ContentHandler, NamespaceSupport, List, SchemaElement) - Method in class de.ispsoft.jaxme.generator.XsdSchemaWriter
Called for writing a complex schema element.
writeContainerTransactionDeclaration(ContentHandler) - Method in interface de.ispsoft.jaxme.generator.beanwriter.BeanClassWriter
 
writeContainerTransactionDeclaration(ContentHandler) - Method in class de.ispsoft.jaxme.generator.beanwriter.EntityBeanClassWriter
Writes a method declaration in the ejb-jar file.
writeEntityDeclaration(ContentHandler) - Method in interface de.ispsoft.jaxme.generator.beanwriter.BeanClassWriter
 
writeEntityDeclaration(ContentHandler) - Method in class de.ispsoft.jaxme.generator.beanwriter.EntityBeanClassWriter
Writes an entity bean declaration in the ejb-jar file.
writeEntityDeclaration(ContentHandler) - Method in class de.ispsoft.jaxme.generator.beanwriter.SessionBeanClassWriter
Writes an entity bean declaration in the ejb-jar file.
writeFile(File, String, String) - Method in class de.ispsoft.jaxme.generator.SourceWriterImpl
Writes a text file.
writeJavaSourceFile(File, JavaSource) - Method in class de.ispsoft.jaxme.generator.SourceWriterImpl
Writes a JavaSource file.
writeSimpleElement(SchemaSimpleElement, ContentHandler, NamespaceSupport) - Method in class de.ispsoft.jaxme.generator.SampleWriter
Writes a simple element to the given writer.
writeSimpleElement(Map, ContentHandler, NamespaceSupport, List, SchemaElement) - Method in class de.ispsoft.jaxme.generator.XsdSchemaWriter
Called for writing a complex schema element.
writeSimpleElement(Map, ContentHandler, NamespaceSupport, List, SchemaAbstractSimpleElement) - Method in class de.ispsoft.jaxme.generator.XsdSchemaWriter
Called for writing a simple schema element.

X

XMLSerializer - class de.ispsoft.jaxme.XMLSerializer.
A simple serializer for XML documents.
XMLSerializer() - Constructor for class de.ispsoft.jaxme.XMLSerializer
Creates a new XmlSerializer
XMLSerializer(Writer) - Constructor for class de.ispsoft.jaxme.XMLSerializer
Creates a new XMLSerializer using the given Writer.
XMLSerializer(Writer, int) - Constructor for class de.ispsoft.jaxme.XMLSerializer
Creates a new XMLSerializer using the given Writer and indentation.
XML_SCHEMA_URI - Static variable in class de.ispsoft.jaxme.generator.XsdSchemaReader
The supported XML Schema namespace
XPATH_QUERY_SERVICE_NODE - Static variable in class de.ispsoft.jaxme.XmlDbManager
Name of the XPathQueryService node
XPATH_QUERY_SERVICE_VERSION_NODE - Static variable in class de.ispsoft.jaxme.XmlDbManager
Name of the XPathQueryServiceVersion node
XQL_URI - Static variable in class de.ispsoft.jaxme.tamino.InoResponseHandler
The namespace of the XQL section in an INO response document: http://metalab.unc.edu/xql/.
XmlDbManager - class de.ispsoft.jaxme.XmlDbManager.
An implementation of a JMManager for a Tamino database.
XmlDbManager() - Constructor for class de.ispsoft.jaxme.XmlDbManager
Creates a new instance of InoManager
XsdJdbcDataSource - class de.ispsoft.jaxme.generator.XsdJdbcDataSource.
Creates an SQL connection by looking up a DataSource.
XsdJdbcDataSource() - Constructor for class de.ispsoft.jaxme.generator.XsdJdbcDataSource
 
XsdJdbcDriverManager - class de.ispsoft.jaxme.generator.XsdJdbcDriverManager.
Creates an SQL connection by using the DriverManager.
XsdJdbcDriverManager() - Constructor for class de.ispsoft.jaxme.generator.XsdJdbcDriverManager
 
XsdJdbcSchemaReader - class de.ispsoft.jaxme.generator.XsdJdbcSchemaReader.
A SchemaReader for XML Schemas with JDBC mappings.
XsdJdbcSchemaReader() - Constructor for class de.ispsoft.jaxme.generator.XsdJdbcSchemaReader
 
XsdSchemaReader - class de.ispsoft.jaxme.generator.XsdSchemaReader.
A SchemaReader for XML Schemas.
XsdSchemaReader() - Constructor for class de.ispsoft.jaxme.generator.XsdSchemaReader
Creates new XsdSchemaReader
XsdSchemaWriter - class de.ispsoft.jaxme.generator.XsdSchemaWriter.
Saves the schema into an XML Schema file.
XsdSchemaWriter() - Constructor for class de.ispsoft.jaxme.generator.XsdSchemaWriter
Creates a new instance of XsdSchemaWriter

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