A B C D E F G H I L M N P R S T U W Z

A

accept(File, String) - Method in class com.isogen.util.IgnoreFilter
 
attributeMap - Variable in class com.isogen.i18nsupport.StaticTextDatabase
 
availableLanguages - Static variable in class com.isogen.i18nsupport.StaticTextDatabase
 

B

BOTB_INDEX_CONFIG - Static variable in class com.isogen.i18nsupport.constants.NamespaceNames
 
byteToHex(byte) - Static method in class com.isogen.i18nsupport.I18nUtil
Converts a byte to the string representation of its hex value.
byteToHex(byte) - Static method in class com.isogen.util.FileUtil
 

C

COMPARATORFACTORYNAMESYSTEMPROPERTY - Static variable in class com.isogen.i18nsupport.I18nService
 
ComparatorException - exception com.isogen.i18nsupport.compare.ComparatorException.
 
ComparatorException(String, Exception) - Constructor for class com.isogen.i18nsupport.compare.ComparatorException
 
ComparatorFactory - interface com.isogen.i18nsupport.compare.ComparatorFactory.
Factory class for creating new Comparator objects.
ComparatorTest - class com.isogen.i18nsupport.ComparatorTest.
 
ComparatorTest(String) - Constructor for class com.isogen.i18nsupport.ComparatorTest
 
charToHex(char) - Static method in class com.isogen.i18nsupport.I18nUtil
Returns hex String representation of char c, that is, the hex digits of the Unicode code point for the character.
charToHex(char) - Static method in class com.isogen.util.FileUtil
 
com.isogen.i18nsupport - package com.isogen.i18nsupport
 
com.isogen.i18nsupport.compare - package com.isogen.i18nsupport.compare
 
com.isogen.i18nsupport.constants - package com.isogen.i18nsupport.constants
 
com.isogen.indexhelper - package com.isogen.indexhelper
 
com.isogen.saxoni18n - package com.isogen.saxoni18n
 
com.isogen.util - package com.isogen.util
 
constructComparatorFactory() - Static method in class com.isogen.i18nsupport.I18nService
 
constructTargetRelativePath(String, String) - Static method in class com.isogen.saxoni18n.Saxoni18nService
 
copyDirectory(File, File) - Static method in class com.isogen.util.FileUtil
 
copyDirectory(File, File, boolean) - Static method in class com.isogen.util.FileUtil
 
copyFile(File, File) - Static method in class com.isogen.util.FileUtil
Copies a file from one location to another.
copyFile(File, File, boolean) - Static method in class com.isogen.util.FileUtil
Copy one file to another file.
copyFile(InputStream, File) - Static method in class com.isogen.util.FileUtil
Copy an input stream to a file.
copyFile(InputStream, File, boolean) - Static method in class com.isogen.util.FileUtil
Copy an input stream to a file.
copyUpdatedFile(File, File) - Static method in class com.isogen.util.FileUtil
 

D

deleteDirectory(File) - Static method in class com.isogen.util.FileUtil
 

E

echoEndTag(Element) - Static method in class com.isogen.i18nsupport.I18nUtil
Given an element, returns the end tag as a string.
echoStartTag(Element) - Static method in class com.isogen.i18nsupport.I18nUtil
Given an element, returns the start tag as a string, including any attributes.
escapeUnicodeString(String) - Static method in class com.isogen.i18nsupport.I18nUtil
Given a string containing non-ASCII Unicode characters, returns the same string will all non-ASCII characters replaced with "\\uxxxx" reflecting their Unicode code points.
escapeUnicodeString(String) - Static method in class com.isogen.saxoni18n.Saxoni18nService
 

F

FileUtil - class com.isogen.util.FileUtil.
 
FileUtil() - Constructor for class com.isogen.util.FileUtil
 
FileUtilTest - class com.isogen.util.FileUtilTest.
 
FileUtilTest(String) - Constructor for class com.isogen.util.FileUtilTest
 

G

getAbsolutePath(String, String) - Static method in class com.isogen.saxoni18n.Saxoni18nService
 
getAbsolutePath(String, String) - Static method in class com.isogen.util.FileUtil
Given a base path (e.g., input source file path) and a path relative to it, * returns an operating-system-specific absolute path formed by combining the base part * with the relative part.
getAttHolder(Element, String) - Static method in class com.isogen.i18nsupport.I18nUtil
Returns element that exhibits the specified attribute, walking up the element hierarchy.
getAttributeTranslation(SingletonNodeSet, String) - Static method in class com.isogen.saxoni18n.Saxoni18nService
Returns translated presentation value for the specified attribute of the specified element.
getBaseName(String) - Static method in class com.isogen.saxoni18n.Saxoni18nService
Returns the filename part of a file path, with no extension
getComparatorFactory() - Method in class com.isogen.i18nsupport.I18nService
 
getComparatorForLanguageCode(String) - Method in class com.isogen.i18nsupport.I18nService
 
getComparatorForLanguageCode(String) - Static method in class com.isogen.saxoni18n.Saxoni18nService
Given an language code, returns a Comparator for that language.
getComparatorForLocale(Locale) - Method in interface com.isogen.i18nsupport.compare.ComparatorFactory
Constructs a Comparator for the specified locale.
getComparatorForLocale(Locale) - Method in class com.isogen.i18nsupport.compare.IcuComparatorFactoryImpl
 
getElement(Element, String) - Static method in class com.isogen.i18nsupport.I18nUtil
Returns the element with the specified tag name.
getElementContent(Element) - Static method in class com.isogen.i18nsupport.I18nUtil
Returns the string content of an element (e.g., xsl:value-of()).
getElementContentNormalized(Element) - Static method in class com.isogen.i18nsupport.I18nUtil
Returns the string content of an element with newlines normalized to single space characters.
getElementLanguage(Element, String) - Static method in class com.isogen.i18nsupport.I18nUtil
Returns the language code associated with the specified element.
getExtensionClass(String) - Method in class com.isogen.saxoni18n.Saxoni18nService
Called by Saxon's extention element mechanism to request classes for extension elements.
getFileBaseName(String) - Static method in class com.isogen.util.FileUtil
Given a filePath, returns the filename minus the extension, e.g., if * the input filename "/a/b/c/foo.bar" returns "foo".
getFileDir(String) - Static method in class com.isogen.saxoni18n.Saxoni18nService
 
getFileDir(String) - Static method in class com.isogen.util.FileUtil
Given a filePath, returns the directory part.
getFileExtension(String) - Static method in class com.isogen.util.FileUtil
Given a filePath, returns the extension part.
getFileName(String) - Static method in class com.isogen.util.FileUtil
Given a filePath, returns the filename part.
getFilename(String) - Static method in class com.isogen.saxoni18n.Saxoni18nService
Returns the filename part of a file path.
getFirstElementChild(Element) - Static method in class com.isogen.i18nsupport.I18nUtil
Returns the first element node within the children of the specified element.
getGeneratedTextAfter(Element) - Method in class com.isogen.i18nsupport.I18nService
Returns the text-after associated with the specified element
getGeneratedTextAfter(SingletonNodeSet) - Static method in class com.isogen.saxoni18n.Saxoni18nService
Returns the text-after generated text for the element, if any.
getGeneratedTextBefore(Element, String) - Method in class com.isogen.i18nsupport.I18nService
Returns the generated text associated with the specified element.
getGeneratedTextBefore(SingletonNodeSet, String) - Static method in class com.isogen.saxoni18n.Saxoni18nService
Returns the text-before generated text for the element, if any.
getGeneratedTextBeforeFirst(Element, String) - Method in class com.isogen.i18nsupport.I18nService
Returns the generated text associated with the specified element if the element is the first child of its parent.
getGeneratedTextForKeyAfter(String, String) - Method in class com.isogen.i18nsupport.I18nService
Returns the generated text for arbitrary entries in the generated text table.
getGeneratedTextForKeyAfter(String, Element) - Method in class com.isogen.i18nsupport.I18nService
Returns the generated text for arbitrary entries in the generated text table.
getGeneratedTextForKeyAfter(String, String) - Static method in class com.isogen.saxoni18n.Saxoni18nService
Returns the text-before generated text for an arbitrary key, if any.
getGeneratedTextForKeyBefore(String, Element) - Method in class com.isogen.i18nsupport.I18nService
Returns the generated text for arbitrary entries in the generated text table.
getGeneratedTextForKeyBefore(String, String) - Method in class com.isogen.i18nsupport.I18nService
Returns the generated text for arbitrary entries in the generated text table.
getGeneratedTextForKeyBefore(String, String) - Static method in class com.isogen.saxoni18n.Saxoni18nService
Returns the text-before generated text for an arbitrary key, if any.
getGroupKey(String, String) - Method in class com.isogen.indexhelper.IndexHelper
Returns the group key for the index group the indexEntry sorts within.
getGroupLabel(String, String) - Method in class com.isogen.indexhelper.IndexHelper
Given a group key, returns the groups display label string.
getGroupSortKey(String, String) - Method in class com.isogen.indexhelper.IndexHelper
Given a group key, returns the group sort key, that is, the key that the index style sheet uses to sort the groups in presentation order.
getIndexGroupKey(String, String) - Static method in class com.isogen.saxoni18n.Saxoni18nService
Given an element with PCData content, returns the index group key string it should be grouped with.
getIndexGroupKeysIterator(String) - Method in class com.isogen.indexhelper.IndexHelper
 
getIndexGroupLabel(String, String) - Static method in class com.isogen.saxoni18n.Saxoni18nService
Given the string key for an index group, returns the display label for that group.
getIndexGroupSortKey(String, String) - Static method in class com.isogen.saxoni18n.Saxoni18nService
 
getIndexRulesFileName() - Static method in class com.isogen.saxoni18n.Saxoni18nService
Returns the filename used to load the index rules.
getIntForHexChar(char) - Static method in class com.isogen.i18nsupport.I18nUtil
Returns the int value of a character that is a hex digit
getLangAttName() - Static method in class com.isogen.i18nsupport.I18nUtil
Returns the value of the langAttName property.
getLocaleFromLangCode(String) - Static method in class com.isogen.i18nsupport.I18nUtil
Given a "language" code consisting of an ISO 639 two-character language code and, optionally, an ISO 3166 country code, separated by a hyphen (e.g, "ar", "zh-CN"), returns the built-in (to Java) Locale with the matching language and country code.
getParaGeneratedTextAfter(Element) - Method in class com.isogen.i18nsupport.I18nService
Returns the generated text-after associated with the specified element's grandparent.
getParaGeneratedTextAfter(SingletonNodeSet) - Static method in class com.isogen.saxoni18n.Saxoni18nService
Returns the text-after generated text for para elements.
getParaGeneratedTextBefore(Element) - Method in class com.isogen.i18nsupport.I18nService
Returns the generated text-before associated with the specified para element's grandparent.
getParaGeneratedTextBefore(SingletonNodeSet) - Static method in class com.isogen.saxoni18n.Saxoni18nService
Returns the text-before generated text for para elements.
getParaGeneratedTextBeforeFirst(Element) - Method in class com.isogen.i18nsupport.I18nService
Returns the generated text associated with the specified element's grandparent if the paragraph's container (lang.alts) is the first such element in the grandparent.
getRelativePath(String, String) - Static method in class com.isogen.saxoni18n.Saxoni18nService
Returns the relative from targetPath to filePath.
getRelativePath(String, String) - Static method in class com.isogen.util.FileUtil
Returns the relative from targetPath to filePath.
getStaticTextDatabaseFileName() - Static method in class com.isogen.saxoni18n.Saxoni18nService
Returns the filename used to load the static text database.
getTimeStamp() - Static method in class com.isogen.saxoni18n.Saxoni18nService
Returns the current system date and time as a string.
getTranslatedAttValue(Element, String) - Method in class com.isogen.i18nsupport.I18nService
Returns the translated display text associated with a particular attribute value.
getTranslatedAttValueForKey(String, String, String, String) - Method in class com.isogen.i18nsupport.I18nService
 
getUrlPart(String, String) - Static method in class com.isogen.saxoni18n.Saxoni18nService
 
getVersionAndRelease() - Static method in class com.isogen.i18nsupport.I18nService
 
getVersionAndRelease() - Static method in class com.isogen.saxoni18n.Saxoni18nService
 

H

hasElementChildren(Element) - Static method in class com.isogen.i18nsupport.I18nUtil
Returns true if the input element has element children.
hasKey(String, String) - Method in class com.isogen.i18nsupport.I18nService
 
hasKey(String, String) - Method in class com.isogen.i18nsupport.StaticTextDatabase
Returns true if the specified key has an entry in the database.
hexToBytes(String) - Static method in class com.isogen.i18nsupport.I18nUtil
Given a hex string ("A012EBCD"), returns the bytes it represents.

I

I18nService - class com.isogen.i18nsupport.I18nService.
 
I18nService() - Constructor for class com.isogen.i18nsupport.I18nService
The constructor initializes the static database to a null database.
I18nServiceError - exception com.isogen.i18nsupport.I18nServiceError.
 
I18nServiceError(String) - Constructor for class com.isogen.i18nsupport.I18nServiceError
 
I18nServiceError(Throwable) - Constructor for class com.isogen.i18nsupport.I18nServiceError
 
I18nUtil - class com.isogen.i18nsupport.I18nUtil.
 
I18nUtil() - Constructor for class com.isogen.i18nsupport.I18nUtil
 
I18nUtilError - exception com.isogen.i18nsupport.I18nUtilError.
 
I18nUtilError() - Constructor for class com.isogen.i18nsupport.I18nUtilError
 
I18nUtilError(String) - Constructor for class com.isogen.i18nsupport.I18nUtilError
 
I18nUtilTest - class com.isogen.i18nsupport.I18nUtilTest.
 
I18nUtilTest(String) - Constructor for class com.isogen.i18nsupport.I18nUtilTest
 
IcuComparatorFactoryImpl - class com.isogen.i18nsupport.compare.IcuComparatorFactoryImpl.
Constructs ICU collators.
IcuComparatorFactoryImpl() - Constructor for class com.isogen.i18nsupport.compare.IcuComparatorFactoryImpl
 
IcuComparatorFactoryTest - class com.isogen.i18nsupport.compare.IcuComparatorFactoryTest.
 
IcuComparatorFactoryTest(String) - Constructor for class com.isogen.i18nsupport.compare.IcuComparatorFactoryTest
 
IgnoreFilter - class com.isogen.util.IgnoreFilter.
 
IgnoreFilter() - Constructor for class com.isogen.util.IgnoreFilter
 
IndexConfigTest - class com.isogen.i18nsupport.IndexConfigTest.
 
IndexConfigTest(String) - Constructor for class com.isogen.i18nsupport.IndexConfigTest
 
IndexHelper - class com.isogen.indexhelper.IndexHelper.
 
IndexHelper(String) - Constructor for class com.isogen.indexhelper.IndexHelper
Construct new indexHelper with configuration.
IndexHelper() - Constructor for class com.isogen.indexhelper.IndexHelper
 
IndexHelperException - exception com.isogen.indexhelper.IndexHelperException.
 
IndexHelperException() - Constructor for class com.isogen.indexhelper.IndexHelperException
 
IndexHelperException(String) - Constructor for class com.isogen.indexhelper.IndexHelperException
 
IndexHelperException(Throwable) - Constructor for class com.isogen.indexhelper.IndexHelperException
 
i18nServer - Static variable in class com.isogen.saxoni18n.Saxoni18nService
 
isFirstChild(Element) - Method in class com.isogen.i18nsupport.I18nService
Returns true if the specified element is the first element child of its parent.
isFirstChildOfType(Element) - Method in class com.isogen.i18nsupport.I18nService
Returns true if the specified element is the first element child of its element type (tagname) within its parent's children.
isTargetLanguage(Element, String) - Method in class com.isogen.i18nsupport.I18nService
Returns True if the specified element's language is equal to the target language.

L

langCodes - Variable in class com.isogen.i18nsupport.StaticTextDatabase
 
loadIndexRuleSetDoc(String) - Method in class com.isogen.indexhelper.IndexHelper
Loads the specified index configuration file.
loadStaticTextDatabase(String) - Method in class com.isogen.i18nsupport.I18nService
Deprecated. Replace this form of the method with the version that uses a URL.
loadStaticTextDatabase(URL) - Method in class com.isogen.i18nsupport.I18nService
 
loadStaticTextDatabase(String) - Method in class com.isogen.i18nsupport.StaticTextDatabase
Deprecated. This form of call should be replaced with the form that takes a URL as its argument. Loads the specified static text database document into the in-memory database.
loadStaticTextDatabase(URL) - Method in class com.isogen.i18nsupport.StaticTextDatabase
Loads the specified static text database document into the in-memory database.

M

MissingLocaleException - exception com.isogen.i18nsupport.MissingLocaleException.
 
MissingLocaleException() - Constructor for class com.isogen.i18nsupport.MissingLocaleException
 
MissingLocaleException(String) - Constructor for class com.isogen.i18nsupport.MissingLocaleException
 
main(String[]) - Static method in class com.isogen.i18nsupport.ComparatorTest
 
main(String[]) - Static method in class com.isogen.i18nsupport.I18nUtilTest
 
main(String[]) - Static method in class com.isogen.i18nsupport.StaticTextDatabaseTest
 
main(String[]) - Static method in class com.isogen.i18nsupport.compare.IcuComparatorFactoryTest
 
main(String[]) - Static method in class com.isogen.saxoni18n.SaxonI18nTest
 
main(String[]) - Static method in class com.isogen.saxoni18n.Saxoni18nService
 

N

NamespaceNames - class com.isogen.i18nsupport.constants.NamespaceNames.
Holds namespace URIs for XML vocabularies used by the I18n Support Library
NamespaceNames() - Constructor for class com.isogen.i18nsupport.constants.NamespaceNames
 
NullLanguageMappingError - exception com.isogen.i18nsupport.NullLanguageMappingError.
 
NullLanguageMappingError() - Constructor for class com.isogen.i18nsupport.NullLanguageMappingError
 
NullLanguageMappingError(String) - Constructor for class com.isogen.i18nsupport.NullLanguageMappingError
 

P

printFileBytes(String, int, int) - Static method in class com.isogen.util.FileUtil
 
printFileBytes(String) - Static method in class com.isogen.util.FileUtil
 
printIndexConfiguration(String, boolean) - Static method in class com.isogen.saxoni18n.Saxoni18nService
 
printIndexConfiguration(String) - Static method in class com.isogen.saxoni18n.Saxoni18nService
 
printIndexRuleSet(String, boolean) - Method in class com.isogen.indexhelper.IndexHelper
 
printIndexRuleSet(String) - Method in class com.isogen.indexhelper.IndexHelper
 
printStaticTextDatabase() - Method in class com.isogen.i18nsupport.I18nService
 
printStaticTextDatabase() - Method in class com.isogen.i18nsupport.StaticTextDatabase
Returns a string containing a report of the in-memory translation table.
printStaticTextDatabase() - Static method in class com.isogen.saxoni18n.Saxoni18nService
 

R

readUnicodeFile(URL, String) - Static method in class com.isogen.i18nsupport.I18nUtil
Given the URl to a file in the specified encoding, returns a single string with the contents of that file.
readUnicodeFile(String, String) - Static method in class com.isogen.i18nsupport.I18nUtil
Reads the file at the specified path as a Unicode string in the specified encoding.
readUnicodeFile(File, String) - Static method in class com.isogen.i18nsupport.I18nUtil
Reads the specified file as a Unicode string in the specified encoding.
readUnicodeStream(InputStream, String) - Static method in class com.isogen.i18nsupport.I18nUtil
Reads an InputStream as a Unicode string in the specified encoding.

S

STATIC_TEXT_DATABASE - Static variable in class com.isogen.i18nsupport.constants.NamespaceNames
 
SaxonI18nTest - class com.isogen.saxoni18n.SaxonI18nTest.
Tests the parts of the Saxoni18nService class that can be tested in isolation.
SaxonI18nTest(String) - Constructor for class com.isogen.saxoni18n.SaxonI18nTest
 
Saxoni18nService - class com.isogen.saxoni18n.Saxoni18nService.
Binds the relevant methods of the generic I18nService class to the Saxon's extension function API to provide a set of XSLT extension functions.
Saxoni18nService() - Constructor for class com.isogen.saxoni18n.Saxoni18nService
 
StaticTextDatabase - class com.isogen.i18nsupport.StaticTextDatabase.
Manages loading static text datatabase documents.
StaticTextDatabase() - Constructor for class com.isogen.i18nsupport.StaticTextDatabase
 
StaticTextDatabaseTest - class com.isogen.i18nsupport.StaticTextDatabaseTest.
 
StaticTextDatabaseTest(String) - Constructor for class com.isogen.i18nsupport.StaticTextDatabaseTest
 
setUp() - Method in class com.isogen.i18nsupport.ComparatorTest
 
setUp() - Method in class com.isogen.i18nsupport.IndexConfigTest
 
setUp() - Method in class com.isogen.i18nsupport.StaticTextDatabaseTest
 
stripAngleBrackets(String) - Static method in class com.isogen.i18nsupport.I18nUtil
Removes leading and trailing angle brackets from a string.
suite() - Static method in class com.isogen.i18nsupport.I18nUtilTest
 
suite() - Static method in class com.isogen.i18nsupport.StaticTextDatabaseTest
 
suite() - Static method in class com.isogen.i18nsupport.compare.IcuComparatorFactoryTest
 
suite() - Static method in class com.isogen.saxoni18n.SaxonI18nTest
 
suite() - Static method in class com.isogen.util.FileUtilTest
 

T

testComparators() - Method in class com.isogen.saxoni18n.SaxonI18nTest
Tests the Saxon Compare_* classes.
testConstructComparatorForLocale() - Method in class com.isogen.i18nsupport.compare.IcuComparatorFactoryTest
 
testGetAbsolutePath() - Method in class com.isogen.util.FileUtilTest
 
testGetCollatorForLangCode() - Method in class com.isogen.i18nsupport.I18nUtilTest
 
testGetGeneratedText() - Method in class com.isogen.saxoni18n.SaxonI18nTest
Tests the getGeneratedText*() methods that don't require a singleton node set.
testGetGroupSortKey() - Method in class com.isogen.i18nsupport.IndexConfigTest
 
testGetLocaleForLangCode() - Method in class com.isogen.i18nsupport.I18nUtilTest
 
testGetRelativePath() - Method in class com.isogen.util.FileUtilTest
 
testGetVersionAndRelease() - Method in class com.isogen.saxoni18n.SaxonI18nTest
 
testLoadStaticTextDatabase() - Method in class com.isogen.i18nsupport.StaticTextDatabaseTest
 
testThaiComparator() - Method in class com.isogen.i18nsupport.ComparatorTest
 
testThaiIndexConfig() - Method in class com.isogen.i18nsupport.IndexConfigTest
 
testWriteUnicodeFile() - Method in class com.isogen.i18nsupport.I18nUtilTest
 
textAfter - Variable in class com.isogen.i18nsupport.StaticTextDatabase
 
textBefore - Variable in class com.isogen.i18nsupport.StaticTextDatabase
 
toString() - Method in class com.isogen.indexhelper.IndexHelper
 
toString(boolean) - Method in class com.isogen.indexhelper.IndexHelper
 

U

unzipFile(File, File) - Static method in class com.isogen.util.ZipUtil
 
urlHasProtocol(String) - Static method in class com.isogen.saxoni18n.Saxoni18nService
 

W

writeCollationRulesForLocale(Locale, String) - Static method in class com.isogen.i18nsupport.I18nUtil
Given a Java Locale object, constructs a RuleBasedCollator for the Locale, gets the collation rules, and writes them to a file.
writeUnicodeFile(String, String, String) - Static method in class com.isogen.i18nsupport.I18nUtil
Writes a string to a file in the specified encoding.

Z

ZipUtil - class com.isogen.util.ZipUtil.
 
ZipUtil() - Constructor for class com.isogen.util.ZipUtil
 
zipDirectory(File, String, File) - Static method in class com.isogen.util.ZipUtil
 

A B C D E F G H I L M N P R S T U W Z