common-util
A B C D E F G H I K L M N P R S T V X Y

A

arrayType - Variable in class local.tomas.common.xml.XMLTypeHandler
The corresponding array type.
arrayTypeHandler - Variable in class local.tomas.common.xml.XMLTypeHandler
Handler for corresponding array type.

B

BeanTypeHandler - Class in local.tomas.common.xml.impl
Type handler for bean classes.
BeanTypeHandler() - Constructor for class local.tomas.common.xml.impl.BeanTypeHandler
Default constructor.
BooleanTypeHandler - Class in local.tomas.common.xml.impl
Type handler for boolean.
BooleanTypeHandler() - Constructor for class local.tomas.common.xml.impl.BooleanTypeHandler
Default constructor.
ByteTypeHandler - Class in local.tomas.common.xml.impl
Type handler for bytes.
ByteTypeHandler() - Constructor for class local.tomas.common.xml.impl.ByteTypeHandler
Default constructor.

C

CALENDAR_FIELD - Static variable in class local.tomas.common.xml.impl.DateTypeHandler
Field name of calendar.
CalendarTypeHandler - Class in local.tomas.common.xml.impl
Type handler for Calendar.
CalendarTypeHandler() - Constructor for class local.tomas.common.xml.impl.CalendarTypeHandler
Default constructor.
CharacterTypeHandler - Class in local.tomas.common.xml.impl
Type handler for characters.
CharacterTypeHandler() - Constructor for class local.tomas.common.xml.impl.CharacterTypeHandler
Default constructor.
charToken(String) - Method in class local.tomas.common.xml.impl.TokenGeneratorImpl
 
charToken(String) - Method in interface local.tomas.common.xml.XMLTokenGenerator
Create character token.
close() - Method in interface local.tomas.common.xml.XMLSource
Close source afer all items have been read.
close() - Method in interface local.tomas.common.xml.XMLTarget
Close target after all items have been written.
CollectionTypeHandler - Class in local.tomas.common.xml.impl
Type handler for java.util.Collection.
CollectionTypeHandler() - Constructor for class local.tomas.common.xml.impl.CollectionTypeHandler
Default constructor.
createAttribute(String, String) - Method in class local.tomas.common.dom.DomConfiguration
Create attribute of configuration node.
createElement(String) - Method in class local.tomas.common.dom.DomConfiguration
Create new configuration element.
createInstance(Result) - Static method in class local.tomas.common.xml.XMLStreamCreator
Create an instance.
createInstance(Source) - Static method in class local.tomas.common.xml.XMLStreamParser
Create class instance.
createReader() - Static method in class local.tomas.common.xml.XMLSourceReader
Create an XML target store for an abstract target.
createRefToken(String, int, Class, Object) - Method in class local.tomas.common.xml.impl.TokenGeneratorImpl
 
createRefToken(String, int, Class, Object) - Method in interface local.tomas.common.xml.XMLTokenGenerator
Try to create reference to another token.
createStore(Connection) - Static method in class local.tomas.common.xml.XMLSqlStore
Create an SQL store for a database connection.
createWriter() - Static method in class local.tomas.common.xml.XMLTargetWriter
Create an XML target store for an abstract target.
CustomTypeHandler - Class in local.tomas.common.xml.impl
Type handler for XMLSerializable classes.
CustomTypeHandler(Class<? extends XMLSerializable>) - Constructor for class local.tomas.common.xml.impl.CustomTypeHandler
Constructor.

D

DateTypeHandler - Class in local.tomas.common.xml.impl
Type handler for java.util.Date.
DateTypeHandler() - Constructor for class local.tomas.common.xml.impl.DateTypeHandler
Default constructor.
DAY_FIELD - Static variable in class local.tomas.common.xml.impl.CalendarTypeHandler
Field name for the day of month.
DefaultTypeHandler - Class in local.tomas.common.xml.impl
Default type handler.
DefaultTypeHandler(Class) - Constructor for class local.tomas.common.xml.impl.DefaultTypeHandler
Constructor.
deleteXml(int) - Method in class local.tomas.common.xml.impl.SqlStoreImpl
 
deleteXml(int) - Method in class local.tomas.common.xml.XMLSqlStore
Delete an XML structure from the database.
DomConfiguration - Class in local.tomas.common.dom
Configuration data stored in a DOM structure.
DomConfiguration(Node) - Constructor for class local.tomas.common.dom.DomConfiguration
Construct configuration with specified root node.
DomConfiguration(URL) - Constructor for class local.tomas.common.dom.DomConfiguration
Construct configuration loaded from URL.
DomConfiguration(File) - Constructor for class local.tomas.common.dom.DomConfiguration
Construct configuration loaded from file.
DomConfiguration(InputStream) - Constructor for class local.tomas.common.dom.DomConfiguration
Construct configuration loaded from input stream.
DomConfiguration(InputSource) - Constructor for class local.tomas.common.dom.DomConfiguration
Construct configuration loaded from input source.
DoubleTypeHandler - Class in local.tomas.common.xml.impl
Type handler for double values.
DoubleTypeHandler() - Constructor for class local.tomas.common.xml.impl.DoubleTypeHandler
Default constructor.
dump(PrintStream) - Method in class local.tomas.common.dom.DomConfiguration
Write configuration to print stream.

E

ELEMENT_FIELD - Static variable in class local.tomas.common.xml.impl.CollectionTypeHandler
Name of element field.
endToken(String) - Method in class local.tomas.common.xml.impl.TokenGeneratorImpl
 
endToken(String) - Method in interface local.tomas.common.xml.XMLTokenGenerator
Create end token.
ENTRY_FIELD - Static variable in class local.tomas.common.xml.impl.MapTypeHandler
Field name for entry.
EnumTypeHandler - Class in local.tomas.common.xml.impl
Type handler for enumerations.
EnumTypeHandler() - Constructor for class local.tomas.common.xml.impl.EnumTypeHandler
Default constructor.

F

findType(String) - Static method in class local.tomas.common.xml.XMLSerializer
Find class with the given name.
FloatTypeHandler - Class in local.tomas.common.xml.impl
Type handler for float.
FloatTypeHandler() - Constructor for class local.tomas.common.xml.impl.FloatTypeHandler
Default constructor.

G

generateId() - Method in class local.tomas.common.xml.impl.StreamCreatorImpl
 
generateId() - Method in interface local.tomas.common.xml.XMLIdGenerator
Generate id.
getArraySize(Object) - Method in class local.tomas.common.xml.impl.BooleanTypeHandler
 
getArraySize(Object) - Method in class local.tomas.common.xml.impl.ByteTypeHandler
 
getArraySize(Object) - Method in class local.tomas.common.xml.impl.CharacterTypeHandler
 
getArraySize(Object) - Method in class local.tomas.common.xml.impl.DefaultTypeHandler
 
getArraySize(Object) - Method in class local.tomas.common.xml.impl.DoubleTypeHandler
 
getArraySize(Object) - Method in class local.tomas.common.xml.impl.EnumTypeHandler
 
getArraySize(Object) - Method in class local.tomas.common.xml.impl.FloatTypeHandler
 
getArraySize(Object) - Method in class local.tomas.common.xml.impl.IntegerTypeHandler
 
getArraySize(Object) - Method in class local.tomas.common.xml.impl.LongTypeHandler
 
getArraySize(Object) - Method in class local.tomas.common.xml.impl.ShortTypeHandler
 
getArraySize(Object) - Method in class local.tomas.common.xml.XMLTypeHandler
Get size of array.
getArrayType() - Method in class local.tomas.common.xml.XMLTypeHandler
Get type of array of base type.
getArrayTypeHandler() - Method in class local.tomas.common.xml.XMLTypeHandler
Get handler for type of array of base type.
getBatchSize() - Method in class local.tomas.common.xml.impl.SqlStoreImpl
Get the batch size.
getBatchSize() - Method in class local.tomas.common.xml.XMLSqlStore
Get batch size for inserts.
getField(int) - Method in class local.tomas.common.xml.impl.SqlStoreImpl
 
getField(int) - Method in class local.tomas.common.xml.XMLSqlStore
Get database table or column name.
getHandler() - Method in class local.tomas.common.xml.impl.TokenGeneratorImpl
Get content handler.
getMaxValueSize() - Method in class local.tomas.common.xml.impl.SqlStoreImpl
 
getMaxValueSize() - Method in class local.tomas.common.xml.impl.XMLTargetWriterImpl
Get maximum value size.
getMaxValueSize() - Method in class local.tomas.common.xml.XMLSqlStore
Get the maximum number of characters used to store values in the value column of the database.
getMaxValueSize() - Method in class local.tomas.common.xml.XMLTargetWriter
Get the maximum number of characters used to store values in the value column of the database.
getName() - Method in class local.tomas.common.xml.XMLTypeHandler
Get name of type handled by this instance.
getNode(String) - Method in class local.tomas.common.dom.DomConfiguration
Get DOM node.
getNode(Node, String) - Static method in class local.tomas.common.dom.DomConfiguration
Get descendant node.
getNodeArray(String) - Method in class local.tomas.common.dom.DomConfiguration
Get array of nodes.
getNodeArray(Node, String) - Static method in class local.tomas.common.dom.DomConfiguration
Get array of nodes.
getProperties(Node, String) - Static method in class local.tomas.common.dom.DomConfiguration
Load properties from configuration.
getProperties(String) - Method in class local.tomas.common.dom.DomConfiguration
Get properties.
getResult(int) - Method in class local.tomas.common.xml.impl.SqlStoreImpl
 
getResult(XMLTarget) - Method in class local.tomas.common.xml.impl.XMLTargetWriterImpl
 
getResult(int) - Method in class local.tomas.common.xml.XMLSqlStore
Get XML transformation result to store an XML structure in the database.
getResult(XMLTarget) - Method in class local.tomas.common.xml.XMLTargetWriter
Get XML transformation result to store an XML structure in the database.
getSource(int) - Method in class local.tomas.common.xml.impl.SqlStoreImpl
 
getSource(XMLSource) - Method in class local.tomas.common.xml.impl.XMLSourceReaderImpl
 
getSource(XMLSource) - Method in class local.tomas.common.xml.XMLSourceReader
Get XML transformation source to retrieve an XML structure from the source.
getSource(int) - Method in class local.tomas.common.xml.XMLSqlStore
Get XML transformation source to retrieve an XML structure from the database.
getSubConfiguration(Node, String) - Static method in class local.tomas.common.dom.DomConfiguration
Get subconfiguration.
getSubConfiguration(String) - Method in class local.tomas.common.dom.DomConfiguration
Get subconfiguration of this configuration.
getType() - Method in interface local.tomas.common.xml.XMLSourceItem
Get type of item.
getType() - Method in class local.tomas.common.xml.XMLTypeHandler
Get type handled by this instance.
getTypeHandler(Class) - Static method in class local.tomas.common.xml.XMLSerializer
Get a type handler for a class.
getTypeHandler(String) - Static method in class local.tomas.common.xml.XMLSerializer
Find a type handler for the class with the given name.
getValue(String) - Method in class local.tomas.common.dom.DomConfiguration
Get value.
getValue(Node, String) - Static method in class local.tomas.common.dom.DomConfiguration
Get value.
getValue() - Method in interface local.tomas.common.xml.XMLSourceItem
Get value of item.
getValueArray(String) - Method in class local.tomas.common.dom.DomConfiguration
Get array of values.
getValueArray(Node, String) - Static method in class local.tomas.common.dom.DomConfiguration
Get array of values.

H

handler - Variable in class local.tomas.common.xml.impl.TokenGeneratorImpl
 
HOUR_FIELD - Static variable in class local.tomas.common.xml.impl.CalendarTypeHandler
Field name for the hour.

I

ID_FIELD - Static variable in class local.tomas.common.xml.XMLSqlStore
Name of ID column in table.
idGenerator - Variable in class local.tomas.common.xml.impl.TokenGeneratorImpl
 
IntegerTypeHandler - Class in local.tomas.common.xml.impl
Type handler for integer.
IntegerTypeHandler() - Constructor for class local.tomas.common.xml.impl.IntegerTypeHandler
Default constructor.

K

KEY_FIELD - Static variable in class local.tomas.common.xml.impl.MapTypeHandler
Field name for key.

L

local.tomas.common.dom - package local.tomas.common.dom
Document Object Model classes.
local.tomas.common.xml - package local.tomas.common.xml
These are some utilities around XML.
local.tomas.common.xml.impl - package local.tomas.common.xml.impl
Some implementation classes for the interfaces in package local.tomas.common.xml.
LongTypeHandler - Class in local.tomas.common.xml.impl
Type handler for long.
LongTypeHandler() - Constructor for class local.tomas.common.xml.impl.LongTypeHandler
Default constructor.

M

MapTypeHandler - Class in local.tomas.common.xml.impl
Type handler for java.util.Map.
MapTypeHandler() - Constructor for class local.tomas.common.xml.impl.MapTypeHandler
Default constructor.
marshall(String, int, Class, Object, XMLTokenGenerator) - Static method in class local.tomas.common.xml.XMLSerializer
Create XML description for an object.
marshall(String, int, Object, XMLTokenGenerator) - Static method in class local.tomas.common.xml.XMLSerializer
Create XML description for an object.
marshall(String, Class, Object, XMLTokenGenerator) - Static method in class local.tomas.common.xml.XMLSerializer
Create XML description for an object.
marshall(String, Object, XMLTokenGenerator) - Static method in class local.tomas.common.xml.XMLSerializer
Create XML description for an object.
marshall(String, int, Class<?>, Object, XMLTokenGenerator) - Method in class local.tomas.common.xml.XMLTypeHandler
Create XML description of an object.
marshall(String, Class<?>, Object, XMLTokenGenerator) - Method in class local.tomas.common.xml.XMLTypeHandler
Create XML description of an object.
marshallArrayElements(Class, Object, XMLTokenGenerator) - Method in class local.tomas.common.xml.impl.BooleanTypeHandler
 
marshallArrayElements(Class, Object, XMLTokenGenerator) - Method in class local.tomas.common.xml.impl.ByteTypeHandler
 
marshallArrayElements(Class, Object, XMLTokenGenerator) - Method in class local.tomas.common.xml.impl.CharacterTypeHandler
 
marshallArrayElements(Class, Object, XMLTokenGenerator) - Method in class local.tomas.common.xml.impl.DefaultTypeHandler
 
marshallArrayElements(Class, Object, XMLTokenGenerator) - Method in class local.tomas.common.xml.impl.DoubleTypeHandler
 
marshallArrayElements(Class, Object, XMLTokenGenerator) - Method in class local.tomas.common.xml.impl.EnumTypeHandler
 
marshallArrayElements(Class, Object, XMLTokenGenerator) - Method in class local.tomas.common.xml.impl.FloatTypeHandler
 
marshallArrayElements(Class, Object, XMLTokenGenerator) - Method in class local.tomas.common.xml.impl.IntegerTypeHandler
 
marshallArrayElements(Class, Object, XMLTokenGenerator) - Method in class local.tomas.common.xml.impl.LongTypeHandler
 
marshallArrayElements(Class, Object, XMLTokenGenerator) - Method in class local.tomas.common.xml.impl.ShortTypeHandler
 
marshallArrayElements(Class, Object, XMLTokenGenerator) - Method in class local.tomas.common.xml.XMLTypeHandler
Generate XML description of array elements.
marshallNullPrefix(String, int, Class<?>, XMLTokenGenerator) - Method in class local.tomas.common.xml.XMLTypeHandler
Generate start token of null value.
marshallNullSuffix(String, Class<?>, XMLTokenGenerator) - Method in class local.tomas.common.xml.XMLTypeHandler
Generate end token of null value.
marshallPrefix(String, int, Class<?>, Object, XMLTokenGenerator) - Method in class local.tomas.common.xml.impl.CollectionTypeHandler
 
marshallPrefix(String, int, Class, Object, XMLTokenGenerator) - Method in class local.tomas.common.xml.impl.MapTypeHandler
 
marshallPrefix(String, int, Class<?>, Object, XMLTokenGenerator) - Method in class local.tomas.common.xml.XMLTypeHandler
Generate start token.
marshallRef(String, int, Class<?>, Object, XMLTokenGenerator) - Method in class local.tomas.common.xml.XMLTypeHandler
Try to create an XML reference for an object.
marshallSuffix(String, Class<?>, XMLTokenGenerator) - Method in class local.tomas.common.xml.XMLTypeHandler
Generate end token.
marshallValue(Class, Object, XMLTokenGenerator) - Method in class local.tomas.common.xml.impl.BeanTypeHandler
 
marshallValue(Class, Object, XMLTokenGenerator) - Method in class local.tomas.common.xml.impl.CalendarTypeHandler
 
marshallValue(Class, Object, XMLTokenGenerator) - Method in class local.tomas.common.xml.impl.CollectionTypeHandler
 
marshallValue(Class, Object, XMLTokenGenerator) - Method in class local.tomas.common.xml.impl.CustomTypeHandler
 
marshallValue(Class, Object, XMLTokenGenerator) - Method in class local.tomas.common.xml.impl.DateTypeHandler
 
marshallValue(Class, Object, XMLTokenGenerator) - Method in class local.tomas.common.xml.impl.DefaultTypeHandler
 
marshallValue(Class, Object, XMLTokenGenerator) - Method in class local.tomas.common.xml.impl.EnumTypeHandler
 
marshallValue(Class, Object, XMLTokenGenerator) - Method in class local.tomas.common.xml.impl.MapTypeHandler
 
marshallValue(Class, Object, XMLTokenGenerator) - Method in class local.tomas.common.xml.impl.PrimitiveTypeHandler
 
marshallValue(Class, Object, XMLTokenGenerator) - Method in class local.tomas.common.xml.XMLTypeHandler
Generate XML description of object value.
match(Class<?>) - Method in class local.tomas.common.xml.XMLTypeHandler
Determine if type can be handled by this instance.
MILLISECOND_FIELD - Static variable in class local.tomas.common.xml.impl.CalendarTypeHandler
Field name for the milliseconds.
MINUTE_FIELD - Static variable in class local.tomas.common.xml.impl.CalendarTypeHandler
Field name for the minute.
MONTH_FIELD - Static variable in class local.tomas.common.xml.impl.CalendarTypeHandler
Field name for the month.

N

name - Variable in class local.tomas.common.xml.XMLTypeHandler
Type name
newArray(Class<?>, int) - Method in class local.tomas.common.xml.XMLTypeHandler
Create an array of the type handled.
newInstance(Class<?>, String) - Method in class local.tomas.common.xml.impl.BooleanTypeHandler
 
newInstance(Class<?>, String) - Method in class local.tomas.common.xml.impl.ByteTypeHandler
 
newInstance(Class<?>) - Method in class local.tomas.common.xml.impl.CalendarTypeHandler
 
newInstance(Class<?>, String) - Method in class local.tomas.common.xml.impl.CharacterTypeHandler
 
newInstance(Class<?>) - Method in class local.tomas.common.xml.impl.DateTypeHandler
 
newInstance(Class<?>, String) - Method in class local.tomas.common.xml.impl.DoubleTypeHandler
 
newInstance(Class<?>, String) - Method in class local.tomas.common.xml.impl.EnumTypeHandler
 
newInstance(Class<?>, String) - Method in class local.tomas.common.xml.impl.FloatTypeHandler
 
newInstance(Class<?>, String) - Method in class local.tomas.common.xml.impl.IntegerTypeHandler
 
newInstance(Class<?>, String) - Method in class local.tomas.common.xml.impl.LongTypeHandler
 
newInstance(Class<?>, String) - Method in class local.tomas.common.xml.impl.ShortTypeHandler
 
newInstance(Class<?>) - Method in class local.tomas.common.xml.XMLTypeHandler
Create an instance of the type handled.
newInstance(Class<?>, String) - Method in class local.tomas.common.xml.XMLTypeHandler
Create an instance of the type handled initialized with a string value.
newInstance(Class<?>, int) - Method in class local.tomas.common.xml.XMLTypeHandler
Create an instance of the type handled with a given size.
next() - Method in interface local.tomas.common.xml.XMLSource
Get item from source
nsu - Variable in class local.tomas.common.xml.impl.TokenGeneratorImpl
 

P

parse() - Method in class local.tomas.common.xml.impl.StreamParserImpl
 
parse() - Method in class local.tomas.common.xml.XMLStreamParser
Parse XML stream and create object.
PrimitiveTypeHandler - Class in local.tomas.common.xml.impl
Base class for type handlers.
PrimitiveTypeHandler(Class<?>, Class<?>) - Constructor for class local.tomas.common.xml.impl.PrimitiveTypeHandler
Constructor.
put(Class, Object, String) - Method in class local.tomas.common.xml.impl.StreamCreatorImpl
 
put(String, Object) - Method in interface local.tomas.common.xml.XMLOutputStream
Output an object to the stream.
put(Class, Object, String) - Method in class local.tomas.common.xml.XMLStreamCreator
Create XML from object.
put(Object, String) - Method in class local.tomas.common.xml.XMLStreamCreator
Create XML from object.
put(int, String, String) - Method in interface local.tomas.common.xml.XMLTarget
Write item to target.

R

root - Variable in class local.tomas.common.dom.DomConfiguration
The root node.

S

SECOND_FIELD - Static variable in class local.tomas.common.xml.impl.CalendarTypeHandler
Field name for the second.
SEQUENCE_FIELD - Static variable in class local.tomas.common.xml.XMLSqlStore
Name of sequence column in table.
setArrayElement(Object, int, Object) - Method in class local.tomas.common.xml.impl.BooleanTypeHandler
 
setArrayElement(Object, int, Object) - Method in class local.tomas.common.xml.impl.ByteTypeHandler
 
setArrayElement(Object, int, Object) - Method in class local.tomas.common.xml.impl.CharacterTypeHandler
 
setArrayElement(Object, int, Object) - Method in class local.tomas.common.xml.impl.DefaultTypeHandler
 
setArrayElement(Object, int, Object) - Method in class local.tomas.common.xml.impl.DoubleTypeHandler
 
setArrayElement(Object, int, Object) - Method in class local.tomas.common.xml.impl.EnumTypeHandler
 
setArrayElement(Object, int, Object) - Method in class local.tomas.common.xml.impl.FloatTypeHandler
 
setArrayElement(Object, int, Object) - Method in class local.tomas.common.xml.impl.IntegerTypeHandler
 
setArrayElement(Object, int, Object) - Method in class local.tomas.common.xml.impl.LongTypeHandler
 
setArrayElement(Object, int, Object) - Method in class local.tomas.common.xml.impl.ShortTypeHandler
 
setArrayElement(Object, int, Object) - Method in class local.tomas.common.xml.XMLTypeHandler
Set array component.
setBatchSize(int) - Method in class local.tomas.common.xml.impl.SqlStoreImpl
Set the batch size.
setBatchSize(int) - Method in class local.tomas.common.xml.XMLSqlStore
Set batch size for inserts.
setField(int, String) - Method in class local.tomas.common.xml.impl.SqlStoreImpl
 
setField(int, String) - Method in class local.tomas.common.xml.XMLSqlStore
Define database table or column name.
setFromXML(String, Object) - Method in interface local.tomas.common.xml.XMLSerializable
Set object's property name.
setHandler(ContentHandler) - Method in class local.tomas.common.xml.impl.TokenGeneratorImpl
Set content handler.
setIdGenerator(XMLIdGenerator) - Method in class local.tomas.common.xml.impl.StreamCreatorImpl
 
setIdGenerator(XMLIdGenerator) - Method in class local.tomas.common.xml.XMLStreamCreator
Define the XML id generator used for tag creation.
setMaxValueSize(int) - Method in class local.tomas.common.xml.impl.SqlStoreImpl
 
setMaxValueSize(int) - Method in class local.tomas.common.xml.impl.XMLTargetWriterImpl
Set maximum value size.
setMaxValueSize(int) - Method in class local.tomas.common.xml.XMLSqlStore
Set the maximum number of characters used to store values in the value column of the database.
setMaxValueSize(int) - Method in class local.tomas.common.xml.XMLTargetWriter
Set the maximum number of characters used to store values.
setProperty(Object, String, int, Object) - Method in class local.tomas.common.xml.impl.BeanTypeHandler
 
setProperty(Object, String, int, Object) - Method in class local.tomas.common.xml.impl.CalendarTypeHandler
 
setProperty(Object, String, int, Object) - Method in class local.tomas.common.xml.impl.CollectionTypeHandler
 
setProperty(Object, String, int, Object) - Method in class local.tomas.common.xml.impl.CustomTypeHandler
 
setProperty(Object, String, int, Object) - Method in class local.tomas.common.xml.impl.DateTypeHandler
 
setProperty(Object, String, int, Object) - Method in class local.tomas.common.xml.impl.MapTypeHandler
 
setProperty(Object, String, int, Object) - Method in class local.tomas.common.xml.XMLTypeHandler
Set property of an object.
ShortTypeHandler - Class in local.tomas.common.xml.impl
Type handler for short.
ShortTypeHandler() - Constructor for class local.tomas.common.xml.impl.ShortTypeHandler
Default constructor.
SqlStoreImpl - Class in local.tomas.common.xml.impl
SQL store implementation.
SqlStoreImpl(Connection) - Constructor for class local.tomas.common.xml.impl.SqlStoreImpl
Construct SQL store from connection.
startToken(String, int, String, int, Object) - Method in class local.tomas.common.xml.impl.TokenGeneratorImpl
 
startToken(String, int, String, Object) - Method in class local.tomas.common.xml.impl.TokenGeneratorImpl
 
startToken(String, int, String, Object) - Method in interface local.tomas.common.xml.XMLTokenGenerator
Create start token.
startToken(String, int, String, int, Object) - Method in interface local.tomas.common.xml.XMLTokenGenerator
Create start token.
StreamCreatorImpl - Class in local.tomas.common.xml.impl
Stream creator implementation.
StreamCreatorImpl(Result) - Constructor for class local.tomas.common.xml.impl.StreamCreatorImpl
Construct stream creator from Result.
StreamParserImpl - Class in local.tomas.common.xml.impl
Stream parser implementation.
StreamParserImpl(Source) - Constructor for class local.tomas.common.xml.impl.StreamParserImpl
Construct stream parser from javax.xml.transform.Source.
streamToXML(XMLOutputStream) - Method in interface local.tomas.common.xml.XMLSerializable
Called to output the description of this object.

T

TABLE_NAME - Static variable in class local.tomas.common.xml.XMLSqlStore
 
TokenGeneratorImpl - Class in local.tomas.common.xml.impl
Token generator implementation.
TokenGeneratorImpl(String, ContentHandler, XMLIdGenerator) - Constructor for class local.tomas.common.xml.impl.TokenGeneratorImpl
Construct token generator.
type - Variable in class local.tomas.common.xml.XMLTypeHandler
The type
TYPE_FIELD - Static variable in class local.tomas.common.xml.XMLSqlStore
Name of type column in table.

V

VALUE_FIELD - Static variable in class local.tomas.common.xml.impl.MapTypeHandler
Field name for value.
VALUE_FIELD - Static variable in class local.tomas.common.xml.XMLSqlStore
Name of value column in table.

X

XMLException - Exception in local.tomas.common.xml
XMLExceptions are thrown by all XML utilities.
XMLException() - Constructor for exception local.tomas.common.xml.XMLException
Default constructor.
XMLException(String) - Constructor for exception local.tomas.common.xml.XMLException
Constructor from message text.
XMLException(Throwable) - Constructor for exception local.tomas.common.xml.XMLException
Constructor from base cause.
XMLException(String, Throwable) - Constructor for exception local.tomas.common.xml.XMLException
Constructor from message text and base cause.
XMLIdGenerator - Interface in local.tomas.common.xml
This interface is used to create XML ids.
XMLOutputStream - Interface in local.tomas.common.xml
This interface is implemented by classes which can write named objects to an XML output stream.
XMLSerializable - Interface in local.tomas.common.xml
Implement this interface to do your own object to XML conversion and vice versa.
XMLSerializer - Class in local.tomas.common.xml
This pure static class is used to create XML descriptions for instances of standard and user defined classes.
XMLSource - Interface in local.tomas.common.xml
Source for XML serializer.
XMLSourceItem - Interface in local.tomas.common.xml
Source item of serialized XML.
XMLSourceReader - Class in local.tomas.common.xml
Use this class to retrieve XML from an arbitrary iterable source.
XMLSourceReader() - Constructor for class local.tomas.common.xml.XMLSourceReader
Do not instantiate directly.
XMLSourceReaderImpl - Class in local.tomas.common.xml.impl
XML source reader implementation.
XMLSourceReaderImpl() - Constructor for class local.tomas.common.xml.impl.XMLSourceReaderImpl
Default constructor.
XMLSqlStore - Class in local.tomas.common.xml
Use this class to store and retrieve XML in a database.
XMLSqlStore() - Constructor for class local.tomas.common.xml.XMLSqlStore
 
XMLStreamCreator - Class in local.tomas.common.xml
This class is used to create an XML description of some object.
XMLStreamCreator() - Constructor for class local.tomas.common.xml.XMLStreamCreator
 
XMLStreamParser - Class in local.tomas.common.xml
This class is used to create an object from its XML description.
XMLStreamParser() - Constructor for class local.tomas.common.xml.XMLStreamParser
 
XMLTarget - Interface in local.tomas.common.xml
Target for XML serializer.
XMLTargetWriter - Class in local.tomas.common.xml
Use this class to store XML in in an arbitrary target.
XMLTargetWriter() - Constructor for class local.tomas.common.xml.XMLTargetWriter
 
XMLTargetWriterImpl - Class in local.tomas.common.xml.impl
XML target writer implementation.
XMLTargetWriterImpl() - Constructor for class local.tomas.common.xml.impl.XMLTargetWriterImpl
Default constructor.
XMLTokenGenerator - Interface in local.tomas.common.xml
This interface is used to create XML tokens.
XMLTypeHandler - Class in local.tomas.common.xml
The type handlers are used to convert specific types to and from XML.
XMLTypeHandler(Class<?>, Class<?>) - Constructor for class local.tomas.common.xml.XMLTypeHandler
Construct type handler from type and array type.
XMLTypeHandler(Class<?>) - Constructor for class local.tomas.common.xml.XMLTypeHandler
Construct type handler from type.

Y

YEAR_FIELD - Static variable in class local.tomas.common.xml.impl.CalendarTypeHandler
Field namd for the year.

A B C D E F G H I K L M N P R S T V X Y
common-util

Copyright © 2007 null. All Rights Reserved.