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

A

add(String) - Method in class com.calitha.io.URLContentCache
Adds a resource to the cache by using a string location.
add(URL) - Method in class com.calitha.io.URLContentCache
Adds a resource to the cache by using an URL.
add(File) - Method in class com.calitha.io.URLContentCache
Adds a file in the cache by using a File object.
add(ICleanable) - Method in class com.calitha.util.CleanupThread
Adds a cleanable object that is periodically called to clean itself.
add(String, String) - Method in class com.calitha.xml.SchemaLocationBuilder
 
add(String, URL) - Method in class com.calitha.xml.SchemaLocationBuilder
 
add(File) - Method in class com.calitha.xml.XSLTemplatesCache
Adds an XSL file to the cache.
add(URL) - Method in class com.calitha.xml.XSLTemplatesCache
Adds an XSL file, indicated by an URI, to the cache.
addArrayToCollection(Collection<T>, T[]) - Static method in class com.calitha.util.Util
Adds all elements of an array to a collection
addDTDGrammar(XMLInputSource) - Method in class com.calitha.xml.XMLGrammarPoolBuilder
Adds a DTD to the grammar pool.
addDTDGrammar(String, String, InputStream) - Method in class com.calitha.xml.XMLGrammarPoolBuilder
Adds a DTD grammar to the pool.
addDTDGrammar(String) - Method in class com.calitha.xml.XMLGrammarPoolBuilder
Adds a DTD grammar to the pool.
addProperties(Class) - Method in class com.calitha.reflect.PropertyCache
Adds the fields/properties in a class to the cache.
addSchemaGrammar(XMLInputSource) - Method in class com.calitha.xml.XMLGrammarPoolBuilder
Adds an XML Schem to the grammar pool.
addSchemaGrammar(String, String, InputStream) - Method in class com.calitha.xml.XMLGrammarPoolBuilder
Adds an XML Schema to the grammar pool.
addSchemaGrammar(InputStream) - Method in class com.calitha.xml.XMLGrammarPoolBuilder
Adds an XML Schema to the grammar pool.
addSchemaGrammar(String) - Method in class com.calitha.xml.XMLGrammarPoolBuilder
Adds an XML Schema to the grammar pool.
append(File, String) - Static method in class com.calitha.io.FileUtil
Appends text to a file.
append(File, String, Charset) - Static method in class com.calitha.io.FileUtil
Appends text to a file.
appendArrays(T[], T[], Class<T>) - Static method in class com.calitha.util.Util
Appends two arrays together.
Application - Class in com.calitha.util
The Application class provides several convenience methods that deal with the entire application.
Application() - Constructor for class com.calitha.util.Application
 

B

BASE64 - Static variable in interface com.calitha.resource.ResourceStatics
 
Base64Resource - Class in com.calitha.resource
A Base64Resource object respresents a resource that is base64 encoded.
Base64Resource(Locale, String, String, String, String) - Constructor for class com.calitha.resource.Base64Resource
Creates a new Base64Resource object.
BinaryResource - Class in com.calitha.resource
A BinaryResource object represents a binary resource such as a www resource or base64 encoded resource.
BinaryResource(Locale, String, String, String) - Constructor for class com.calitha.resource.BinaryResource
Creates a new binary resource.
blockReadToWrite(ReadWrapper, WriteWrapper) - Static method in class com.calitha.io.StreamUtil
Copies all bytes from a ReadWrapper to a WriteWrapper object in blocks.
build(Locale, String, URL, Element, Element) - Method in interface com.calitha.resource.IResourceBuilder
Builds a new resource object.
BUILDER - Static variable in interface com.calitha.resource.ResourceStatics
 

C

CACHE - Static variable in interface com.calitha.resource.ResourceStatics
 
CachingURLResolver - Class in com.calitha.xml
This resolver can be used to resolve requests for schemas and other resources.
CachingURLResolver() - Constructor for class com.calitha.xml.CachingURLResolver
Creates a new CachingURLResolver.
CachingValidatingConfiguration - Class in com.calitha.xml
The CachingValidatingConfiguration represents a configuration for SimpleDOMParser that caches and validates.
CachingValidatingConfiguration() - Constructor for class com.calitha.xml.CachingValidatingConfiguration
 
CANADA - Static variable in interface com.calitha.util.ILocale
 
CANADA_FRENCH - Static variable in interface com.calitha.util.ILocale
 
CharacterSet - Interface in com.calitha.io
Provides common constants for character sets/encodings.
CHINA - Static variable in interface com.calitha.util.ILocale
 
CHINESE - Static variable in interface com.calitha.util.ILocale
 
cleanup() - Method in interface com.calitha.util.ICleanable
Cleanup resources.
cleanupAll() - Method in class com.calitha.util.CleanupThread
Let the cleanable objects do their jobs.
CleanupThread - Class in com.calitha.util
A CleaupThread object represents a thread that helps to for clean up resources in your application on a regular basis.
CleanupThread(long) - Constructor for class com.calitha.util.CleanupThread
Creates a new cleanup thread.
clear() - Method in class com.calitha.io.URLContentCache
Clears the cache.
clear() - Method in class com.calitha.xml.SimpleErrorHandler
Clears all fatal errors, errors and warnings.
close() - Method in class com.calitha.io.NoCloseInputStream
This method ignores when close is called.
closeInputStream(InputStream) - Static method in class com.calitha.io.StreamUtil
Try to close the input stream.
com.calitha.concurrent - package com.calitha.concurrent
 
com.calitha.exception - package com.calitha.exception
 
com.calitha.io - package com.calitha.io
 
com.calitha.reflect - package com.calitha.reflect
 
com.calitha.resource - package com.calitha.resource
 
com.calitha.util - package com.calitha.util
 
com.calitha.xml - package com.calitha.xml
 
contains(URL) - Method in class com.calitha.io.URLContentCache
Determines if this cache already has this location cached.
contains(String) - Method in class com.calitha.io.URLContentCache
Determines if this cache already has this location cached.
contains(File) - Method in class com.calitha.xml.XSLTemplatesCache
Determines if this cache contains templates associated with this file.
contains(URL) - Method in class com.calitha.xml.XSLTemplatesCache
Determines if this cache contains templates associated with this URL.
containsError() - Method in class com.calitha.xml.SimpleErrorHandler
Determines if any errors are stored.
containsFatalError() - Method in class com.calitha.xml.SimpleErrorHandler
Determines if any fatal errors are stored
containsWarning() - Method in class com.calitha.xml.SimpleErrorHandler
Determines if any warnings are stored.
copyRange(RandomAccessFile, long, RandomAccessFile, long, int) - Static method in class com.calitha.io.StreamUtil
Copies a part of a source random access file to a target random access file.
copyURLToFile(URL, File) - Static method in class com.calitha.io.FileUtil
Copies the content of an URL to a file.
createKey(String, String) - Static method in class com.calitha.resource.Resource
Creates a key used to store a resource in a map.
createReadWriteLockProxy(T, Class<T>) - Static method in class com.calitha.concurrent.LockProxyFactory
Creates a proxy that uses the annotations on methods to use a read or write lock.
createSynchronizedProxy(T, Class<T>) - Static method in class com.calitha.concurrent.LockProxyFactory
Creates a proxy that uses synchronized on each method for locking.

D

DateUtil - Class in com.calitha.util
The DateUtil class contains a collection of convenience methods for using dates and calendars.
DefaultParserConfiguration - Class in com.calitha.xml
The DefaultParserConfiguration represents the default parser configuration.
DefaultParserConfiguration() - Constructor for class com.calitha.xml.DefaultParserConfiguration
 
DocumentTransformer - Class in com.calitha.xml
 
DocumentTransformer() - Constructor for class com.calitha.xml.DocumentTransformer
 
DocumentXMLSerializer - Class in com.calitha.xml
This class reprents a serializer of Document objects to XML output.
DocumentXMLSerializer() - Constructor for class com.calitha.xml.DocumentXMLSerializer
Creates a document serializer.
DoNothingEntityResolver - Class in com.calitha.xml
The DoNothingEntityResolver class represents a resolver that does absolutely nothing.
DoNothingEntityResolver() - Constructor for class com.calitha.xml.DoNothingEntityResolver
 
DUTCH - Static variable in interface com.calitha.util.ILocale
 
DYNAMIC_VALIDATION - Static variable in interface com.calitha.xml.XMLConstants
 

E

ENGLISH - Static variable in interface com.calitha.util.ILocale
 
equals(Object) - Method in class com.calitha.resource.Resource
 
equalsNoState(Object, Object) - Static method in class com.calitha.util.Util
Determines if two objects are equal.
error(SAXParseException) - Method in class com.calitha.xml.SimpleErrorHandler
Store an exception caused by an error.
ERROR_GETRESOURCE - Static variable in interface com.calitha.exception.ErrorMessages
 
ERROR_NOTEMPLATE - Static variable in interface com.calitha.exception.ErrorMessages
 
ERROR_OVERLAP - Static variable in interface com.calitha.exception.ErrorMessages
 
ERROR_UNSUPPORTEDTYPE - Static variable in interface com.calitha.exception.ErrorMessages
 
ErrorMessages - Interface in com.calitha.exception
Collection of error messages used in this library.

F

fatalError(SAXParseException) - Method in class com.calitha.xml.SimpleErrorHandler
Store an exception caused by a fatal error.
fileRangeToStream(OutputStream, RandomAccessFile, long, int) - Static method in class com.calitha.io.StreamUtil
Copies in blocks a part of a random access file to an output stream.
fileToString(File, Charset) - Static method in class com.calitha.io.FileUtil
Reads the content of the file and returns it as a string.
FileUtil - Class in com.calitha.io
 
fill(StringBuffer, char, int, StringUtil.TextAlignment) - Static method in class com.calitha.util.StringUtil
Fills a buffer to a certain size with a filler character.
fill(String, char, int, StringUtil.TextAlignment) - Static method in class com.calitha.util.StringUtil
Fills a string to a certain size with a filler character.
formatCalendar(Calendar, String) - Static method in class com.calitha.util.DateUtil
Formats a calendar.
formatCalendar(Calendar, String, TimeZone) - Static method in class com.calitha.util.DateUtil
Formats a calendar.
formatCurrentDate(String) - Static method in class com.calitha.util.DateUtil
Formats the current date.
formatDate(Date, String, TimeZone) - Static method in class com.calitha.util.DateUtil
Formats a date.
formatDate(Date, String) - Static method in class com.calitha.util.DateUtil
Formats a date.
FRANCE - Static variable in interface com.calitha.util.ILocale
 
FRENCH - Static variable in interface com.calitha.util.ILocale
 

G

GERMAN - Static variable in interface com.calitha.util.ILocale
 
GERMANY - Static variable in interface com.calitha.util.ILocale
 
get(URL) - Method in class com.calitha.io.URLContentCache
Gets a resource and possibly adds it to the cache.
get(String) - Method in class com.calitha.io.URLContentCache
Gets a resource and possibly adds it to the cache.
get(File) - Method in class com.calitha.io.URLContentCache
Gets a resource from the cache by specifying a file object.
getAutoMode() - Method in class com.calitha.io.URLContentCache
Gets current auto mode state.
getBIStream(String) - Method in class com.calitha.io.URLContentCache
Gets the resource from the cache as a byte input stream.
getBIStream(URL) - Method in class com.calitha.io.URLContentCache
Gets the resource from the cache as a byte input stream.
getBIStream(File) - Method in class com.calitha.io.URLContentCache
Gets the file from the cache as a byte input stream.
getBytes() - Method in class com.calitha.resource.Base64Resource
 
getBytes() - Method in interface com.calitha.resource.IResource
Gets the content of the resource as a byte array.
getBytes() - Method in class com.calitha.resource.JavaResource
 
getBytes() - Method in class com.calitha.resource.TextResource
 
getBytes() - Method in class com.calitha.resource.WWWResource
 
getChildElement(Element) - Static method in class com.calitha.xml.XMLUtil
Gets the first child element.
getChildElement(Element, String) - Static method in class com.calitha.xml.XMLUtil
Gets the first child element with a specified tag name
getChildElements(Element, String) - Static method in class com.calitha.xml.XMLUtil
Gets the child elements.
getChildElements(Element) - Static method in class com.calitha.xml.XMLUtil
Gets all child elements.
getContext() - Method in class com.calitha.io.URLContentCache
Gets the context of the cacher.
getCurrentWorkingDirectory() - Static method in class com.calitha.util.Application
Gets the current working directory.
getDocument() - Method in class com.calitha.xml.SimpleDOMParser
The DOM parsed from XML input.
getDynamicValidationFeature() - Method in class com.calitha.xml.SimpleDOMParser
Determines if the dynamic validation feature is enabled.
getEncoding() - Method in class com.calitha.xml.DocumentXMLSerializer
 
getEncoding() - Method in interface com.calitha.xml.IDocumentXMLSerializer
Determines the encoding character set.
getEntityResolver() - Method in class com.calitha.xml.CachingValidatingConfiguration
 
getEntityResolver() - Method in class com.calitha.xml.DefaultParserConfiguration
 
getEntityResolver() - Method in interface com.calitha.xml.IParserConfiguration
Gets the entity resolver.
getEntityResolver() - Method in class com.calitha.xml.PreParsedGrammarsConfiguration
 
getEntityResolver() - Method in class com.calitha.xml.SimpleDOMParser
Gets the custom handler for external entities.
getEntityResolver() - Method in class com.calitha.xml.SimpleParserConfiguration
 
getEntityResolver() - Method in class com.calitha.xml.ValidatingConfiguration
 
getErrorHandler() - Method in class com.calitha.xml.SimpleDOMParser
Gets the error handler.
getErrors() - Method in class com.calitha.xml.SimpleErrorHandler
Gets the errors that are stored so far.
getExtension(File) - Static method in class com.calitha.io.FileUtil
Gets the extension part of a file.
getFallbackLocale(String, Locale) - Method in class com.calitha.resource.XMLResourceBundleControl
No fallback locale is used, because they are undesired for most application.
getFatalErrors() - Method in class com.calitha.xml.SimpleErrorHandler
Gets the fatal errors that are stored so far.
getFieldName() - Method in class com.calitha.reflect.Property
Gets the field name.
getFieldType() - Method in class com.calitha.reflect.Property
Gets the field type.
getFirstProblem() - Method in class com.calitha.xml.SimpleErrorHandler
Gets the first problem, either a warning, error or fatal error, that was encountered by a parser.
getFormats(String) - Method in class com.calitha.resource.XMLResourceBundleControl
Returns XML as a supported format.
getGetter() - Method in class com.calitha.reflect.Property
Gets the getter method to access the field value.
getGrammarPool() - Method in class com.calitha.xml.CachingValidatingConfiguration
 
getGrammarPool() - Method in class com.calitha.xml.DefaultParserConfiguration
 
getGrammarPool() - Method in interface com.calitha.xml.IParserConfiguration
Gets grammar pool property
getGrammarPool() - Method in class com.calitha.xml.PreParsedGrammarsConfiguration
 
getGrammarPool() - Method in class com.calitha.xml.SimpleDOMParser
Gets the grammar pool.
getGrammarPool() - Method in class com.calitha.xml.SimpleParserConfiguration
 
getGrammarPool() - Method in class com.calitha.xml.ValidatingConfiguration
 
getGrammarPool() - Method in class com.calitha.xml.XMLGrammarPoolBuilder
Gets the grammar pool.
getId() - Method in interface com.calitha.resource.IResource
Gets the id of the resource.
getId() - Method in class com.calitha.resource.Resource
 
getKey() - Method in interface com.calitha.resource.IResource
Gets the key of the resource.
getKey() - Method in class com.calitha.resource.Resource
 
getKeys() - Method in class com.calitha.resource.XMLResourceBundle
 
getLastChildElement(Element) - Static method in class com.calitha.xml.XMLUtil
Gets the last child element.
getLocale() - Method in interface com.calitha.resource.IResource
Gets the locale that this resource is associated with.
getLocale() - Method in class com.calitha.resource.Resource
 
getMimetype() - Method in interface com.calitha.resource.IResource
Gets the mimetype of the resource.
getMimetype() - Method in class com.calitha.resource.Resource
 
getName() - Method in class com.calitha.resource.JavaResource
Gets the name of the resource that is used to locate the resource.
getNamespace() - Method in interface com.calitha.resource.IResource
Gets the namespace that the resource is part of.
getNamespace() - Method in class com.calitha.resource.Resource
 
getNamespacesFeature() - Method in class com.calitha.xml.SimpleDOMParser
Determines if the namespaces feature is enabled.
getNoNamespaceSchemaLocation() - Method in class com.calitha.xml.CachingValidatingConfiguration
 
getNoNamespaceSchemaLocation() - Method in class com.calitha.xml.DefaultParserConfiguration
 
getNoNamespaceSchemaLocation() - Method in interface com.calitha.xml.IParserConfiguration
Gets no-namespace schema location property.
getNoNamespaceSchemaLocation() - Method in class com.calitha.xml.PreParsedGrammarsConfiguration
 
getNoNamespaceSchemaLocation() - Method in class com.calitha.xml.SimpleDOMParser
Gets the override schema location for no namespace.
getNoNamespaceSchemaLocation() - Method in class com.calitha.xml.SimpleParserConfiguration
 
getNoNamespaceSchemaLocation() - Method in class com.calitha.xml.ValidatingConfiguration
 
getParameters() - Method in class com.calitha.xml.DocumentTransformer
 
getParameters() - Method in interface com.calitha.xml.IDocumentTransformer
Gets parameters used in the transformation.
getProperties(Class) - Method in class com.calitha.reflect.PropertyCache
Gets a map with all the fields/properties in a class.
getResource(String, String) - Method in interface com.calitha.resource.IXMLResourceBundle
Requests a resource from the bundle.
getResource(String) - Method in interface com.calitha.resource.IXMLResourceBundle
Requests a resource from the bundle.
getResource(String, String) - Method in class com.calitha.resource.XMLResourceBundle
 
getResource(String) - Method in class com.calitha.resource.XMLResourceBundle
 
getResourceBundle(String) - Static method in class com.calitha.resource.XMLResourceBundle
Gets a resourcebundle which is parsed from an XML file.
getResourceBundle(String, Locale) - Static method in class com.calitha.resource.XMLResourceBundle
Gets a resourcebundle which is parsed from an XML file.
getResourceBundle(String, Locale, ClassLoader) - Static method in class com.calitha.resource.XMLResourceBundle
Gets a resourcebundle which is parsed from an XML file.
getSchemaLocation() - Method in class com.calitha.xml.CachingValidatingConfiguration
 
getSchemaLocation() - Method in class com.calitha.xml.DefaultParserConfiguration
 
getSchemaLocation() - Method in interface com.calitha.xml.IParserConfiguration
Gets schema location property.
getSchemaLocation() - Method in class com.calitha.xml.PreParsedGrammarsConfiguration
 
getSchemaLocation() - Method in class com.calitha.xml.SimpleDOMParser
Gets the override schema location for namespaces.
getSchemaLocation() - Method in class com.calitha.xml.SimpleParserConfiguration
 
getSchemaLocation() - Method in class com.calitha.xml.ValidatingConfiguration
 
getSchemaValidationFeature() - Method in class com.calitha.xml.SimpleDOMParser
Determines if the schema validation feature is enabled.
getSetter() - Method in class com.calitha.reflect.Property
Gets the setter method to access the field value.
getSingletonCache() - Static method in class com.calitha.io.URLContentCacheFactory
 
getSingletonCache() - Static method in class com.calitha.reflect.PropertyCacheFactory
 
getSingletonCache() - Static method in class com.calitha.xml.XSLTemplatesCacheFactory
 
getStartupWorkingDirectory() - Static method in class com.calitha.util.Application
Gets the current working directory when the application started.
getSystemId() - Method in class com.calitha.xml.InputSourceAdapter
 
getTemplates(File) - Method in class com.calitha.xml.XSLTemplatesCache
Gets templates for the XSL file object.
getTemplates(URL) - Method in class com.calitha.xml.XSLTemplatesCache
Gets templates for the XSL at the URL.
getText() - Method in class com.calitha.resource.BinaryResource
Gets the contents of the resource as a string.
getText(Charset) - Method in class com.calitha.resource.BinaryResource
Gets the contents of the resource as a string.
getText() - Method in interface com.calitha.resource.IResource
Gets the content of the resource as a text string.
getText(Charset) - Method in interface com.calitha.resource.IResource
Gets the content of the resource as a text string.
getText(String, String) - Method in interface com.calitha.resource.IXMLResourceBundle
Requests the text content of a resource from the bundle.
getText(String) - Method in interface com.calitha.resource.IXMLResourceBundle
Requests the text content of a resource from the bundle.
getText() - Method in class com.calitha.resource.TextResource
 
getText(Charset) - Method in class com.calitha.resource.TextResource
 
getText(String, String) - Method in class com.calitha.resource.XMLResourceBundle
 
getText(String) - Method in class com.calitha.resource.XMLResourceBundle
 
getTextDefault(String, String, String) - Method in interface com.calitha.resource.IXMLResourceBundle
Requests the text content of a resource from the bundle.
getTextDefault(String, String) - Method in interface com.calitha.resource.IXMLResourceBundle
Requests the text content of a resource from the bundle.
getTextDefault(String, String, String) - Method in class com.calitha.resource.XMLResourceBundle
 
getTextDefault(String, String) - Method in class com.calitha.resource.XMLResourceBundle
 
getUrl() - Method in class com.calitha.resource.WWWResource
Gets the URL from which this resource is loaded.
getValidationFeature() - Method in class com.calitha.xml.SimpleDOMParser
Determines if the validation feature is enabled.
getValue(String) - Method in class com.calitha.xml.PIAttributes
Gets the value of an attribute.
getValue(String, String) - Method in class com.calitha.xml.ProcessingInstructions
Gets the value of an attribute in a processing instruction.
getWarnings() - Method in class com.calitha.xml.SimpleErrorHandler
Gets the warnings that are stored so far.
GRAMMAR_POOL - Static variable in interface com.calitha.xml.XMLConstants
 
GRAMMAR_POOL - Static variable in class com.calitha.xml.XMLGrammarPoolBuilder
 

H

handleGetObject(String) - Method in class com.calitha.resource.XMLResourceBundle
 
hashCode() - Method in class com.calitha.resource.Resource
 

I

ICleanable - Interface in com.calitha.util
An ICleanable represents an object that periodically want to cleanup certain resources.
ID - Static variable in interface com.calitha.resource.ResourceStatics
 
IDocumentTransformer - Interface in com.calitha.xml
The IDocumentTransformer represents a class that can transform Document objects using an XSL template and writes the output to various targets.
IDocumentXMLSerializer - Interface in com.calitha.xml
This class reprents a serializer of Document objects to XML output.
ILocale - Interface in com.calitha.util
The ILocale interface just introduces a new Locale constant for the Netherlands and takes existing Locale country constants to group them together in this interface.
InputSourceAdapter - Class in com.calitha.xml
The InputSourceAdapter adapts an InputSource to the Source interface.
InputSourceAdapter(InputSource) - Constructor for class com.calitha.xml.InputSourceAdapter
 
inStreamToByteArray(InputStream) - Static method in class com.calitha.io.StreamUtil
Copies in blocks the bytes from an input stream to a new byte array
inStreamToByteInStream(InputStream) - Static method in class com.calitha.io.StreamUtil
Copies in blocks the bytes from an input stream to a new byte array input stream.
inStreamToByteOutStream(InputStream) - Static method in class com.calitha.io.StreamUtil
Copies in blocks the bytes from a input stream to a new byte array output stream.
inStreamToOutStream(InputStream, OutputStream) - Static method in class com.calitha.io.StreamUtil
Copies in blocks the bytes from an input stream to and output stream.
inStreamToRAF(InputStream, RandomAccessFile) - Static method in class com.calitha.io.StreamUtil
Copies in blocks the bytes from an input stream to a random access file.
INVALID_STARTURL - Static variable in interface com.calitha.exception.ErrorMessages
 
invoke(Object, Method, Object[]) - Method in class com.calitha.concurrent.LockInvocationHandler
 
invoke(Object, Method, Object[]) - Method in class com.calitha.concurrent.RWLockInvocationHandler
 
IParserConfiguration - Interface in com.calitha.xml
A parser configuration is used to configure a SimpleDOMParser.
IResource - Interface in com.calitha.resource
An IResource object represents a resource such as text or a www resource that can be used in your application.
IResourceBuilder - Interface in com.calitha.resource
An IResourceBuilder object represents a builder used to create a resource object from a resource DOM element and other specified information.
isDynamicValidation() - Method in class com.calitha.xml.CachingValidatingConfiguration
 
isDynamicValidation() - Method in class com.calitha.xml.DefaultParserConfiguration
 
isDynamicValidation() - Method in interface com.calitha.xml.IParserConfiguration
Gets dynamic validation feature.
isDynamicValidation() - Method in class com.calitha.xml.PreParsedGrammarsConfiguration
 
isDynamicValidation() - Method in class com.calitha.xml.SimpleParserConfiguration
 
isDynamicValidation() - Method in class com.calitha.xml.ValidatingConfiguration
 
isIndenting() - Method in class com.calitha.xml.DocumentXMLSerializer
 
isIndenting() - Method in interface com.calitha.xml.IDocumentXMLSerializer
Determines if indenting will be used when formatting the output.
isNamespaces() - Method in class com.calitha.xml.CachingValidatingConfiguration
 
isNamespaces() - Method in class com.calitha.xml.DefaultParserConfiguration
 
isNamespaces() - Method in class com.calitha.xml.DocumentXMLSerializer
 
isNamespaces() - Method in interface com.calitha.xml.IDocumentXMLSerializer
Determines if namespaces are supported.
isNamespaces() - Method in interface com.calitha.xml.IParserConfiguration
Gets namespace processing feature.
isNamespaces() - Method in class com.calitha.xml.PreParsedGrammarsConfiguration
 
isNamespaces() - Method in class com.calitha.xml.SimpleParserConfiguration
 
isNamespaces() - Method in class com.calitha.xml.ValidatingConfiguration
 
ISO_8859_1 - Static variable in interface com.calitha.io.CharacterSet
 
ISO_8859_1_SET - Static variable in interface com.calitha.io.CharacterSet
 
isPreserveSpace() - Method in class com.calitha.xml.DocumentXMLSerializer
 
isPreserveSpace() - Method in interface com.calitha.xml.IDocumentXMLSerializer
Determines if space is preserved.
isSchemaValidation() - Method in class com.calitha.xml.CachingValidatingConfiguration
 
isSchemaValidation() - Method in class com.calitha.xml.DefaultParserConfiguration
 
isSchemaValidation() - Method in interface com.calitha.xml.IParserConfiguration
Gets schema validation feature true - Turn on XML Schema validation false - Do not report validation errors against XML Schema default - false
isSchemaValidation() - Method in class com.calitha.xml.PreParsedGrammarsConfiguration
 
isSchemaValidation() - Method in class com.calitha.xml.SimpleParserConfiguration
 
isSchemaValidation() - Method in class com.calitha.xml.ValidatingConfiguration
 
isValid() - Method in class com.calitha.xml.SimpleErrorHandler
Determines if no error or fatal error is stored.
isValidation() - Method in class com.calitha.xml.CachingValidatingConfiguration
 
isValidation() - Method in class com.calitha.xml.DefaultParserConfiguration
 
isValidation() - Method in interface com.calitha.xml.IParserConfiguration
Gets validation feature.
isValidation() - Method in class com.calitha.xml.PreParsedGrammarsConfiguration
 
isValidation() - Method in class com.calitha.xml.SimpleParserConfiguration
 
isValidation() - Method in class com.calitha.xml.ValidatingConfiguration
 
ITALIAN - Static variable in interface com.calitha.util.ILocale
 
ITALY - Static variable in interface com.calitha.util.ILocale
 
IXMLResourceBundle - Interface in com.calitha.resource
Interface for resource bundles that support XML formats and can return IResource objects.

J

JAPAN - Static variable in interface com.calitha.util.ILocale
 
JAPANESE - Static variable in interface com.calitha.util.ILocale
 
JAVA - Static variable in interface com.calitha.resource.ResourceStatics
 
JavaResource - Class in com.calitha.resource
A JavaResource object represents a resource that uses the classloader to locate resources.
JavaResource(Locale, String, String, String, String) - Constructor for class com.calitha.resource.JavaResource
Creates a new JavaResource object.

K

KOREA - Static variable in interface com.calitha.util.ILocale
 
KOREAN - Static variable in interface com.calitha.util.ILocale
 

L

listToArray(List<T>, Class<T>) - Static method in class com.calitha.util.Util
Copies a list to an Object array.
loadFromFile(File) - Method in class com.calitha.reflect.XMLPersistent
Loads the state of this object from an XML file.
loadFromFile(String) - Method in class com.calitha.reflect.XMLPersistent
Loads the state of this object from an XML file.
LockInvocationHandler - Class in com.calitha.concurrent
A LockInvocationHandler is used in a proxy to create and use mutually exclusive locks.
LockInvocationHandler(Object) - Constructor for class com.calitha.concurrent.LockInvocationHandler
 
LockProxyFactory - Class in com.calitha.concurrent
Factory for creating object with automatic locking.

M

map - Variable in class com.calitha.resource.XMLResourceBundle
 
MIMETYPE - Static variable in interface com.calitha.resource.ResourceStatics
 
MissingFieldException - Exception in com.calitha.exception
This exception is used when a field is missing when loading to a persistent object.
MissingFieldException(String) - Constructor for exception com.calitha.exception.MissingFieldException
 
MissingFieldException(String, Exception) - Constructor for exception com.calitha.exception.MissingFieldException
 

N

NAME - Static variable in interface com.calitha.resource.ResourceStatics
 
NAMESPACE - Static variable in interface com.calitha.resource.ResourceStatics
 
NAMESPACES - Static variable in interface com.calitha.xml.XMLConstants
 
NETHERLANDS - Static variable in interface com.calitha.util.ILocale
 
NEUTRAL - Static variable in interface com.calitha.util.ILocale
 
newBundle(String, Locale, String, ClassLoader, boolean) - Method in class com.calitha.resource.XMLResourceBundleControl
Gets a new XMLResourceBundle objects by parsing the XML file at a location determined by the baseName and locale.
NoCloseInputStream - Class in com.calitha.io
A NoCloseInputStream is used in the case where calls to close an input stream must be ignored.
NoCloseInputStream(InputStream) - Constructor for class com.calitha.io.NoCloseInputStream
Creates a new FilterInputStream where most calls are forwarded to the input stream passed to it.
NONS_SCHEMA_LOCATION - Static variable in interface com.calitha.xml.XMLConstants
 
NULL_ARRAY - Static variable in interface com.calitha.exception.ErrorMessages
 
NULL_ARRAY1 - Static variable in interface com.calitha.exception.ErrorMessages
 
NULL_ARRAY2 - Static variable in interface com.calitha.exception.ErrorMessages
 
NULL_BASENAME - Static variable in interface com.calitha.exception.ErrorMessages
 
NULL_BUFFER - Static variable in interface com.calitha.exception.ErrorMessages
 
NULL_CALENDAR - Static variable in interface com.calitha.exception.ErrorMessages
 
NULL_CHARSET - Static variable in interface com.calitha.exception.ErrorMessages
 
NULL_CHILDELEMENT - Static variable in interface com.calitha.exception.ErrorMessages
 
NULL_CLASS - Static variable in interface com.calitha.exception.ErrorMessages
 
NULL_CLASSLOADER - Static variable in interface com.calitha.exception.ErrorMessages
 
NULL_COLLECTION - Static variable in interface com.calitha.exception.ErrorMessages
 
NULL_CONTEXT - Static variable in interface com.calitha.exception.ErrorMessages
 
NULL_DATE - Static variable in interface com.calitha.exception.ErrorMessages
 
NULL_DOCUMENT - Static variable in interface com.calitha.exception.ErrorMessages
 
NULL_ENCODEDCONTENT - Static variable in interface com.calitha.exception.ErrorMessages
 
NULL_ENCODING - Static variable in interface com.calitha.exception.ErrorMessages
 
NULL_FALLBACK - Static variable in interface com.calitha.exception.ErrorMessages
 
NULL_FIELDNAME - Static variable in interface com.calitha.exception.ErrorMessages
 
NULL_FIELDTYPE - Static variable in interface com.calitha.exception.ErrorMessages
 
NULL_FILE - Static variable in interface com.calitha.exception.ErrorMessages
 
NULL_FILENAME - Static variable in interface com.calitha.exception.ErrorMessages
 
NULL_FORMAT - Static variable in interface com.calitha.exception.ErrorMessages
 
NULL_ID - Static variable in interface com.calitha.exception.ErrorMessages
 
NULL_INPUTSTREAM - Static variable in interface com.calitha.exception.ErrorMessages
 
NULL_LIST - Static variable in interface com.calitha.exception.ErrorMessages
 
NULL_LOCALE - Static variable in interface com.calitha.exception.ErrorMessages
 
NULL_LOCATION - Static variable in interface com.calitha.exception.ErrorMessages
 
NULL_MIMETYPE - Static variable in interface com.calitha.exception.ErrorMessages
 
NULL_NAME - Static variable in interface com.calitha.exception.ErrorMessages
 
NULL_NAMESPACE - Static variable in interface com.calitha.exception.ErrorMessages
 
NULL_OBJECT - Static variable in interface com.calitha.exception.ErrorMessages
 
NULL_OUTPUTSTREAM - Static variable in interface com.calitha.exception.ErrorMessages
 
NULL_PARENT - Static variable in interface com.calitha.exception.ErrorMessages
 
NULL_PATTERN - Static variable in interface com.calitha.exception.ErrorMessages
 
NULL_PERSISTENT - Static variable in interface com.calitha.exception.ErrorMessages
 
NULL_PRINTSTREAM - Static variable in interface com.calitha.exception.ErrorMessages
 
NULL_RAF - Static variable in interface com.calitha.exception.ErrorMessages
 
NULL_READWRAPPER - Static variable in interface com.calitha.exception.ErrorMessages
 
NULL_RESOURCEELEMENT - Static variable in interface com.calitha.exception.ErrorMessages
 
NULL_SRC - Static variable in interface com.calitha.exception.ErrorMessages
 
NULL_STACK - Static variable in interface com.calitha.exception.ErrorMessages
 
NULL_STRING - Static variable in interface com.calitha.exception.ErrorMessages
 
NULL_TARGET - Static variable in interface com.calitha.exception.ErrorMessages
 
NULL_TEXT - Static variable in interface com.calitha.exception.ErrorMessages
 
NULL_TIMEZONE - Static variable in interface com.calitha.exception.ErrorMessages
 
NULL_TYPE - Static variable in interface com.calitha.exception.ErrorMessages
 
NULL_URL - Static variable in interface com.calitha.exception.ErrorMessages
 
NULL_WRITER - Static variable in interface com.calitha.exception.ErrorMessages
 
NULL_WRITEWRAPPER - Static variable in interface com.calitha.exception.ErrorMessages
 

P

parse(InputSource) - Method in class com.calitha.xml.SimpleDOMParser
Parses the XML input.
parse(InputStream) - Method in class com.calitha.xml.SimpleDOMParser
Parses the XML input.
persistentObject - Variable in class com.calitha.reflect.XMLPersistent
 
PIAttributes - Class in com.calitha.xml
A PIAttributes object represents attributes in a single processing instruction.
PIAttributes(String) - Constructor for class com.calitha.xml.PIAttributes
Creates a new PIAttributes object by parsing the attributes in a string.
PRC - Static variable in interface com.calitha.util.ILocale
 
PreParsedGrammarsConfiguration - Class in com.calitha.xml
The PreParsedGrammarsConfiguration represents a configuration for SimpleDOMParser that uses pre-parsed grammars.
PreParsedGrammarsConfiguration(XMLGrammarPool) - Constructor for class com.calitha.xml.PreParsedGrammarsConfiguration
 
printArray(PrintStream, Object[]) - Static method in class com.calitha.util.Util
Copies an array to a print stream.
ProcessingInstructions - Class in com.calitha.xml
A ProcessingInstructions object represents the processing instructions in an XML document.
ProcessingInstructions(Document) - Constructor for class com.calitha.xml.ProcessingInstructions
Creates a new ProcessingInstructions object by examining the nodes in the document.
Property - Class in com.calitha.reflect
A property object represents information about a field in an object.
Property(String, Class, Method, Method) - Constructor for class com.calitha.reflect.Property
Create a property object.
Property(String, Class) - Constructor for class com.calitha.reflect.Property
Create a property object without a set and get method.
PropertyCache - Class in com.calitha.reflect
The PropertyCache is used to store information about the field/properties in classes and cache them so that they can retrieved very fast at a later time.
PropertyCache() - Constructor for class com.calitha.reflect.PropertyCache
 
PropertyCacheFactory - Class in com.calitha.reflect
 
PropertyCacheFactory() - Constructor for class com.calitha.reflect.PropertyCacheFactory
 

R

rafToOutStream(RandomAccessFile, OutputStream) - Static method in class com.calitha.io.StreamUtil
Copies in blocks the bytes from a random access file to a output stream.
read(byte[]) - Method in class com.calitha.io.ReadWrapper
 
read() - Method in class com.calitha.io.ReadWrapper
 
read(byte[], int, int) - Method in class com.calitha.io.ReadWrapper
 
ReadWrapper - Class in com.calitha.io
A ReadWrapper object is used to use read and write methods on an input stream and random access file without having to know which of those you you are currently dealing with.
ReadWrapper(InputStream) - Constructor for class com.calitha.io.ReadWrapper
Creates a new ReadWrapper that internally contains an input stream.
ReadWrapper(RandomAccessFile) - Constructor for class com.calitha.io.ReadWrapper
Creates a new ReadWrapper that internally contains a random access file.
resolve(String, String) - Method in class com.calitha.xml.CachingURLResolver
 
resolveEntity(String, String) - Method in class com.calitha.xml.CachingURLResolver
 
resolveEntity(String, String) - Method in class com.calitha.xml.DoNothingEntityResolver
 
Resource - Class in com.calitha.resource
A Resource object represents a resource such as text or a www resource that can be used in your application.
Resource(Locale, String, String, String) - Constructor for class com.calitha.resource.Resource
Creates a new resource object.
RESOURCE - Static variable in interface com.calitha.resource.ResourceStatics
 
RESOURCES - Static variable in interface com.calitha.resource.ResourceStatics
 
ResourceStatics - Interface in com.calitha.resource
Collection of constants for the resource package.
run() - Method in class com.calitha.util.CleanupThread
Executed when the thread is started.
runOnce() - Method in interface com.calitha.util.ICleanable
Determins if the cleanup method must be called periodically or only once.
RWLock - Annotation Type in com.calitha.concurrent
This annotation can be used to declare that a method needs a read or write lock.
RWLock.Type - Enum in com.calitha.concurrent
Type of the Lock.
RWLockInvocationHandler - Class in com.calitha.concurrent
A RWLockInvocationHandler is used in a proxy to create and use read and write locks by looking at the RWLock annotations.
RWLockInvocationHandler(Object) - Constructor for class com.calitha.concurrent.RWLockInvocationHandler
 

S

saveToFile(File) - Method in class com.calitha.reflect.XMLPersistent
Saves the state of this object to an XML file.
saveToFile(String) - Method in class com.calitha.reflect.XMLPersistent
Saves that state of this object to an XML file.
SAXRuntimeException - Exception in com.calitha.exception
This class represents an exception that occurs during to SAX/XML handling.
SAXRuntimeException(Throwable) - Constructor for exception com.calitha.exception.SAXRuntimeException
Creates a new exception with the cause.
SCHEMA_LOCATION - Static variable in interface com.calitha.xml.XMLConstants
 
SCHEMA_VALIDATION - Static variable in interface com.calitha.xml.XMLConstants
 
SchemaLocationBuilder - Class in com.calitha.xml
The SchemaLocationBuilder builds an external Schema Location String.
SchemaLocationBuilder() - Constructor for class com.calitha.xml.SchemaLocationBuilder
 
serialize(Writer, Document) - Method in class com.calitha.xml.DocumentXMLSerializer
 
serialize(OutputStream, Document) - Method in class com.calitha.xml.DocumentXMLSerializer
 
serialize(File, Document) - Method in class com.calitha.xml.DocumentXMLSerializer
 
serialize(Document) - Method in class com.calitha.xml.DocumentXMLSerializer
 
serialize(Writer, Document) - Method in interface com.calitha.xml.IDocumentXMLSerializer
Serialize the document to a writer.
serialize(OutputStream, Document) - Method in interface com.calitha.xml.IDocumentXMLSerializer
Serializes the document to an output stream.
serialize(File, Document) - Method in interface com.calitha.xml.IDocumentXMLSerializer
Serializes the document to a file.
serialize(Document) - Method in interface com.calitha.xml.IDocumentXMLSerializer
Serialized the document to a string.
setAutoMode(boolean) - Method in class com.calitha.io.URLContentCache
Sets auto mode on or off.
setContext(URL) - Method in class com.calitha.io.URLContentCache
Sets the context of the cacher.
setDynamicValidation(boolean) - Method in class com.calitha.xml.SimpleParserConfiguration
Sets dynamic validation feature.
setDynamicValidationFeature(boolean) - Method in class com.calitha.xml.SimpleDOMParser
Sets the dynamic validation feature.
setEncoding(Charset) - Method in class com.calitha.xml.DocumentXMLSerializer
 
setEncoding(Charset) - Method in interface com.calitha.xml.IDocumentXMLSerializer
Sets the encoding character set.
setEntityResolver(EntityResolver) - Method in class com.calitha.xml.SimpleDOMParser
Sets the custom handler for external entities.
setEntityResolver(EntityResolver) - Method in class com.calitha.xml.SimpleParserConfiguration
Sets the entity resolver
setGetter(Method) - Method in class com.calitha.reflect.Property
Sets the getter method to access the field value.
setGrammarPool(XMLGrammarPool) - Method in class com.calitha.xml.SimpleDOMParser
Sets the grammar pool.
setGrammarPool(XMLGrammarPool) - Method in class com.calitha.xml.SimpleParserConfiguration
Sets grammar pool property.
setIndenting(boolean) - Method in class com.calitha.xml.DocumentXMLSerializer
 
setIndenting(boolean) - Method in interface com.calitha.xml.IDocumentXMLSerializer
Setting this to true will cause indenting to be used when formatting the output.
setNamespaces(boolean) - Method in class com.calitha.xml.DocumentXMLSerializer
 
setNamespaces(boolean) - Method in interface com.calitha.xml.IDocumentXMLSerializer
Sets the namespace support
setNamespaces(boolean) - Method in class com.calitha.xml.SimpleParserConfiguration
Sets namespace processing feature.
setNamespacesFeature(boolean) - Method in class com.calitha.xml.SimpleDOMParser
Sets the namespace feature.
setNoNamespaceSchemaLocation(String) - Method in class com.calitha.xml.SimpleDOMParser
Sets the override schema location for no namespace.
setNoNamespaceSchemaLocation(URL) - Method in class com.calitha.xml.SimpleDOMParser
Sets the override schema location for no namespace.
setNoNamespaceSchemaLocation(String) - Method in class com.calitha.xml.SimpleParserConfiguration
Sets no-namespace schema location property
setParameters(Map<String, String>) - Method in class com.calitha.xml.DocumentTransformer
 
setParameters(Map<String, String>) - Method in interface com.calitha.xml.IDocumentTransformer
Sets parameters used in the parameters.
setPreserveSpace(boolean) - Method in class com.calitha.xml.DocumentXMLSerializer
 
setPreserveSpace(boolean) - Method in interface com.calitha.xml.IDocumentXMLSerializer
Setting this to true will make space be preserved.
setSchemaLocation(String) - Method in class com.calitha.xml.SimpleDOMParser
Sets the override schema location for namespaces.
setSchemaLocation(String) - Method in class com.calitha.xml.SimpleParserConfiguration
Sets schema location property.
setSchemaValidation(boolean) - Method in class com.calitha.xml.SimpleParserConfiguration
Sets schema validation feature.
setSchemaValidationFeature(boolean) - Method in class com.calitha.xml.SimpleDOMParser
Sets the schema validation feature.
setSetter(Method) - Method in class com.calitha.reflect.Property
Sets the setter method to access the field value.
setSystemId(String) - Method in class com.calitha.xml.InputSourceAdapter
 
setTemplate(File) - Method in class com.calitha.xml.DocumentTransformer
 
setTemplate(String) - Method in class com.calitha.xml.DocumentTransformer
 
setTemplate(URL) - Method in class com.calitha.xml.DocumentTransformer
 
setTemplate(File) - Method in interface com.calitha.xml.IDocumentTransformer
Sets the XSL template that will be used in the transformation.
setTemplate(String) - Method in interface com.calitha.xml.IDocumentTransformer
Sets the XSL template that will be used in the transformation.
setTemplate(URL) - Method in interface com.calitha.xml.IDocumentTransformer
Sets the XSL template that will be used in the transformation.
setValidation(boolean) - Method in class com.calitha.xml.SimpleParserConfiguration
Sets validation feature.
setValidationFeature(boolean) - Method in class com.calitha.xml.SimpleDOMParser
Sets the validation feature.
SimpleDOMParser - Class in com.calitha.xml
The SimpleDOMParser class represent an XML parser with a simplified API.
SimpleDOMParser() - Constructor for class com.calitha.xml.SimpleDOMParser
Creates a new SimpleDOMParser.
SimpleDOMParser(IParserConfiguration) - Constructor for class com.calitha.xml.SimpleDOMParser
Creates a new SimpleDOMParser.
SimpleErrorHandler - Class in com.calitha.xml
This class represents an error handler for XML parsers with a simple to use API.
SimpleErrorHandler() - Constructor for class com.calitha.xml.SimpleErrorHandler
Creates a new error handler.
SimpleParserConfiguration - Class in com.calitha.xml
This basic implementation of the parser configuration provides direct access to all the different configuration properties.
SimpleParserConfiguration() - Constructor for class com.calitha.xml.SimpleParserConfiguration
 
SIMPLIFIED_CHINESE - Static variable in interface com.calitha.util.ILocale
 
stackTraceToString(StackTraceElement[]) - Static method in class com.calitha.util.StringUtil
Creates a string representation of a stack trace.
StreamUtil - Class in com.calitha.io
This utility class provides several convenience methods for working with input streams, output streams and random access files.
StringUtil - Class in com.calitha.util
The StringUtil class provides several static convenience methods for manipulating strings or producing string results.
StringUtil.TextAlignment - Enum in com.calitha.util
 
stripTags(String) - Static method in class com.calitha.util.StringUtil
Strips all tags from text.
stripTags(String, List<String>) - Static method in class com.calitha.util.StringUtil
Strips the tags from text that are not in the ignoreList.

T

TAIWAN - Static variable in interface com.calitha.util.ILocale
 
TEXT - Static variable in interface com.calitha.resource.ResourceStatics
 
TEXT_PLAIN - Static variable in interface com.calitha.resource.ResourceStatics
 
TextResource - Class in com.calitha.resource
A TextResource object respresents a text resource.
TextResource(Locale, String, String, String) - Constructor for class com.calitha.resource.TextResource
Creates a new TextResource object.
toExternalSchemaLocation() - Method in class com.calitha.xml.SchemaLocationBuilder
 
toString(StringBuffer) - Method in class com.calitha.resource.Resource
 
toString() - Method in class com.calitha.resource.Resource
 
toString(StringBuffer) - Method in class com.calitha.resource.TextResource
 
toString() - Method in class com.calitha.resource.TextResource
 
toString() - Method in class com.calitha.xml.SchemaLocationBuilder
 
toString() - Method in class com.calitha.xml.SimpleErrorHandler
Returns a string containing all stored problems.
TRADITIONAL_CHINESE - Static variable in interface com.calitha.util.ILocale
 
transform(Writer, Document) - Method in class com.calitha.xml.DocumentTransformer
 
transform(OutputStream, Document) - Method in class com.calitha.xml.DocumentTransformer
 
transform(File, Document) - Method in class com.calitha.xml.DocumentTransformer
 
transform(Document) - Method in class com.calitha.xml.DocumentTransformer
 
transform(Writer, Document) - Method in interface com.calitha.xml.IDocumentTransformer
Transforms a document.
transform(OutputStream, Document) - Method in interface com.calitha.xml.IDocumentTransformer
Transforms a document.
transform(File, Document) - Method in interface com.calitha.xml.IDocumentTransformer
Transforms a document.
transform(Document) - Method in interface com.calitha.xml.IDocumentTransformer
Transforms a document.
trimLeadingChar(String, char) - Static method in class com.calitha.util.StringUtil
Trims leading characters from a string.

U

UK - Static variable in interface com.calitha.util.ILocale
 
UnsupportedTypeException - Exception in com.calitha.exception
This exception is thrown when a persistent object is saved with an unsupported type.
UnsupportedTypeException(String) - Constructor for exception com.calitha.exception.UnsupportedTypeException
 
UnsupportedTypeException(String, Exception) - Constructor for exception com.calitha.exception.UnsupportedTypeException
 
URL - Static variable in interface com.calitha.resource.ResourceStatics
 
URLContentCache - Class in com.calitha.io
An URLContentCache object represents a cache for files and other resources.
URLContentCache() - Constructor for class com.calitha.io.URLContentCache
Creates a new URIFileCacher.
URLContentCacheFactory - Class in com.calitha.io
 
URLContentCacheFactory() - Constructor for class com.calitha.io.URLContentCacheFactory
 
US - Static variable in interface com.calitha.util.ILocale
 
US_ASCII - Static variable in interface com.calitha.io.CharacterSet
 
US_ASCII_SET - Static variable in interface com.calitha.io.CharacterSet
 
UTF_16 - Static variable in interface com.calitha.io.CharacterSet
 
UTF_16_SET - Static variable in interface com.calitha.io.CharacterSet
 
UTF_16BE - Static variable in interface com.calitha.io.CharacterSet
 
UTF_16BE_SET - Static variable in interface com.calitha.io.CharacterSet
 
UTF_16LE - Static variable in interface com.calitha.io.CharacterSet
 
UTF_16LE_SET - Static variable in interface com.calitha.io.CharacterSet
 
UTF_8 - Static variable in interface com.calitha.io.CharacterSet
 
UTF_8_SET - Static variable in interface com.calitha.io.CharacterSet
 
Util - Class in com.calitha.util
The Util class provides several convenience methods making application development easier.
Util() - Constructor for class com.calitha.util.Util
 

V

ValidatingConfiguration - Class in com.calitha.xml
The ValidatingConfiguration represents a configuration for SimpleDOMParser that validates.
ValidatingConfiguration(String, String) - Constructor for class com.calitha.xml.ValidatingConfiguration
Creates a new ValidatingConfiguration.
ValidatingConfiguration() - Constructor for class com.calitha.xml.ValidatingConfiguration
Creates a new ValidatingConfiguration.
VALIDATION - Static variable in interface com.calitha.xml.XMLConstants
 
valueOf(String) - Static method in enum com.calitha.concurrent.RWLock.Type
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.calitha.util.StringUtil.TextAlignment
Returns the enum constant of this type with the specified name.
values() - Static method in enum com.calitha.concurrent.RWLock.Type
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.calitha.util.StringUtil.TextAlignment
Returns an array containing the constants of this enum type, in the order they are declared.

W

warning(SAXParseException) - Method in class com.calitha.xml.SimpleErrorHandler
Store an exception caused by a warning.
write(byte[]) - Method in class com.calitha.io.WriteWrapper
 
write(byte[], int, int) - Method in class com.calitha.io.WriteWrapper
 
write(int) - Method in class com.calitha.io.WriteWrapper
 
WriteWrapper - Class in com.calitha.io
A WriteWrapper object is used to use read and write methods on an output stream and random access file without having to know which of those you you are currently dealing with.
WriteWrapper(OutputStream) - Constructor for class com.calitha.io.WriteWrapper
Creates a new WriteWrapper that internally contains an output stream.
WriteWrapper(RandomAccessFile) - Constructor for class com.calitha.io.WriteWrapper
Creates a new WriteWrapper that internally contains an random access file.
WWW - Static variable in interface com.calitha.resource.ResourceStatics
 
WWWResource - Class in com.calitha.resource
A WWWResource object represents a resource on the World Wide Web.
WWWResource(Locale, String, String, String, URL) - Constructor for class com.calitha.resource.WWWResource
Creates a new WWWResource object.

X

XMLConstants - Interface in com.calitha.xml
 
XMLGrammarPoolBuilder - Class in com.calitha.xml
The XMLGrammarPoolBuilder represents a builder class for making XML grammar pools.
XMLGrammarPoolBuilder() - Constructor for class com.calitha.xml.XMLGrammarPoolBuilder
Creates a new grammar pool builder.
XMLPersistent - Class in com.calitha.reflect
XMLPersistent is used to save the state of an object to a file, by invoking all the public setters and getters of an object.
XMLPersistent(Object) - Constructor for class com.calitha.reflect.XMLPersistent
Creates an xml persistent object that is able to save and load states.
XMLResourceBundle - Class in com.calitha.resource
The XMLResourceBundle is used to support resources specified in XML format.
XMLResourceBundleControl - Class in com.calitha.resource
The XMLResourceBundleControl is used to support resource bundles in a custom XML format using the new control in Java 1.6.
XMLResourceBundleControl() - Constructor for class com.calitha.resource.XMLResourceBundleControl
 
XMLUtil - Class in com.calitha.xml
The XMLUtil class provides several convenience methods to work with XML and related documents.
XMLValidateException - Exception in com.calitha.exception
This class represents an exception causes by a DTD or XML Schema validation error.
XMLValidateException(String) - Constructor for exception com.calitha.exception.XMLValidateException
 
XSLTemplatesCache - Class in com.calitha.xml
A XSLTemplatesCache object is used to cache the templates created from XSL files.
XSLTemplatesCache() - Constructor for class com.calitha.xml.XSLTemplatesCache
Creates a new cache.
XSLTemplatesCacheFactory - Class in com.calitha.xml
 
XSLTemplatesCacheFactory() - Constructor for class com.calitha.xml.XSLTemplatesCacheFactory
 

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