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

A

accessArrayIndex(TableData, FilterArgs) - Static method in class com.x5.template.Filter
 
accessArrayIndex(String[], FilterArgs) - Static method in class com.x5.template.Filter
 
accessArrayIndex(List<String>, FilterArgs) - Static method in class com.x5.template.Filter
 
addData(DataCapsule) - Method in class com.x5.template.Chunk
Smart objects implementing DataCapsule can provide their own legend of available tags and which methods to call for exporting the tag data.
addData(DataCapsule, String) - Method in class com.x5.template.Chunk
Two smart objects of the same type in a single template? No problem.
addLayer(ContentSource) - Method in class com.x5.template.Theme
 
addProtocol(ContentSource) - Method in class com.x5.template.Chunk
 
addProtocol(ContentSource) - Method in class com.x5.template.TemplateSet
 
addProtocol(ContentSource) - Method in class com.x5.template.Theme
 
AlternateFilter - Class in com.x5.template.filters
 
AlternateFilter() - Constructor for class com.x5.template.filters.AlternateFilter
 
AndroidTemplates - Class in com.x5.template.providers
 
AndroidTemplates(Context) - Constructor for class com.x5.template.providers.AndroidTemplates
Place templates in assets/themes/*.chtml and this template loader will be able to find them.
AndroidTemplates(Context, String) - Constructor for class com.x5.template.providers.AndroidTemplates
Place templates in assets/[themeFolder]/*.chtml and this template loader will be able to find them.
ANON_ARRAY_LABEL - Static variable in class com.x5.template.SimpleTable
 
append(Snippet) - Method in class com.x5.template.Chunk
 
append(String) - Method in class com.x5.template.Chunk
Add a String on to the end a Chunk's template.
append(Chunk) - Method in class com.x5.template.Chunk
Add a Chunk on to the end of a Chunk's "template" -- this "child" Chunk won't get it's .toString() invoked until the parent Chunk's tags are replaced, ie when the parent Chunk's .toString() method is invoked.
applyFilter(Chunk, String, Object) - Static method in class com.x5.template.Filter
 
applyFilter(Chunk, String, FilterArgs) - Method in class com.x5.template.filters.BasicFilter
 
applyFilter(Chunk, Object, FilterArgs) - Method in class com.x5.template.filters.BasicFilter
 
applyFilter(Chunk, String, FilterArgs) - Method in interface com.x5.template.filters.ChunkFilter
 
applyFilter(Chunk, Object, FilterArgs) - Method in interface com.x5.template.filters.ChunkFilter
 
applyFilter(Chunk, String, FilterArgs) - Method in class com.x5.template.filters.LengthFilter
 
applyFilter(Chunk, Object, FilterArgs) - Method in class com.x5.template.filters.LengthFilter
 
applyFilter(Chunk, String, FilterArgs) - Method in class com.x5.template.filters.ListFilter
 
applyFilter(Chunk, Object, FilterArgs) - Method in class com.x5.template.filters.ListFilter
 
applyFilter(Chunk, String, FilterArgs) - Method in class com.x5.template.filters.ObjectFilter
 
applyFilter(Chunk, Object, FilterArgs) - Method in class com.x5.template.filters.ObjectFilter
 
applyFilter(Chunk, String, FilterArgs) - Method in class com.x5.template.filters.SplitFilter
 
applyFilter(Chunk, Object, FilterArgs) - Method in class com.x5.template.filters.SplitFilter
 
applyFiltersFirst() - Method in class com.x5.template.SnippetTag
 
applyIndent(String, FilterArgs) - Static method in class com.x5.template.filters.IndentFilter
 
applyRegex(String, String) - Static method in class com.x5.template.filters.RegexFilter
 
Attributes - Class in com.x5.template
 
Attributes() - Constructor for class com.x5.template.Attributes
 

B

base64(String) - Static method in class com.x5.template.filters.Base64EncodeFilter
 
base64(byte[]) - Static method in class com.x5.template.filters.Base64EncodeFilter
 
Base64 - Class in com.x5.util
Encodes and decodes to and from Base64 notation.
Base64.InputStream - Class in com.x5.util
A Base64.InputStream will read data from another InputStream, given in the constructor, and encode/decode to/from Base64 notation on the fly.
Base64.InputStream(InputStream) - Constructor for class com.x5.util.Base64.InputStream
Constructs a Base64.InputStream in DECODE mode.
Base64.InputStream(InputStream, boolean) - Constructor for class com.x5.util.Base64.InputStream
Constructs a Base64.InputStream in either ENCODE or DECODE mode.
Base64.InputStream(InputStream, boolean, boolean) - Constructor for class com.x5.util.Base64.InputStream
Constructs a Base64.InputStream in either ENCODE or DECODE mode.
Base64.OutputStream - Class in com.x5.util
A Base64.OutputStream will write data to another OutputStream, given in the constructor, and encode/decode to/from Base64 notation on the fly.
Base64.OutputStream(OutputStream) - Constructor for class com.x5.util.Base64.OutputStream
Constructs a Base64.OutputStream in ENCODE mode.
Base64.OutputStream(OutputStream, boolean) - Constructor for class com.x5.util.Base64.OutputStream
Constructs a Base64.OutputStream in either ENCODE or DECODE mode.
Base64.OutputStream(OutputStream, boolean, boolean) - Constructor for class com.x5.util.Base64.OutputStream
Constructs a Base64.OutputStream in either ENCODE or DECODE mode.
base64Decode(String) - Static method in class com.x5.template.filters.Base64DecodeFilter
 
Base64DecodeFilter - Class in com.x5.template.filters
 
Base64DecodeFilter() - Constructor for class com.x5.template.filters.Base64DecodeFilter
 
Base64EncodeFilter - Class in com.x5.template.filters
 
Base64EncodeFilter() - Constructor for class com.x5.template.filters.Base64EncodeFilter
 
BasicFilter - Class in com.x5.template.filters
 
BasicFilter() - Constructor for class com.x5.template.filters.BasicFilter
 
BLOCKEND_LONGHAND - Static variable in class com.x5.template.TemplateSet
 
BLOCKEND_SHORTHAND - Static variable in class com.x5.template.TemplateSet
 
BlockTag - Class in com.x5.template
 
BlockTag() - Constructor for class com.x5.template.BlockTag
 

C

CACHE_MINUTES - Static variable in class com.x5.template.ThemeConfig
 
Calc - Class in com.x5.template.filters
Calc supports an experimental tag filter and template function that allows for arbitrary math to be performed at direct request of the template.
Calc() - Constructor for class com.x5.template.filters.Calc
 
CalcFilter - Class in com.x5.template.filters
 
CalcFilter() - Constructor for class com.x5.template.filters.CalcFilter
 
checked(Chunk, String, FilterArgs) - Static method in class com.x5.template.filters.SelectedFilter
 
CheckedFilter - Class in com.x5.template.filters
 
CheckedFilter() - Constructor for class com.x5.template.filters.CheckedFilter
 
Chunk - Class in com.x5.template
Chunk is part Hashtable, part StringBuilder, part find-and-replace.
Chunk() - Constructor for class com.x5.template.Chunk
 
ChunkFactory - Interface in com.x5.template
 
ChunkFilter - Interface in com.x5.template.filters
 
ChunkLocale - Class in com.x5.template
 
clear() - Method in class com.x5.template.Chunk
 
clear() - Method in class com.x5.template.ObjectTable
 
clear() - Method in class com.x5.template.SimpleTable
 
clear() - Method in class com.x5.util.ObjectDataMap
 
clearCache() - Method in class com.x5.template.providers.TemplateProvider
 
clearCache(String) - Method in class com.x5.template.providers.TemplateProvider
 
clearCache() - Method in class com.x5.template.TemplateSet
Forces subsequent template fetching to re-read the template contents from the filesystem instead of the cache.
close() - Method in class com.csvreader.CsvReader
Closes and releases all related resources.
close() - Method in class com.x5.util.Base64.OutputStream
Flushes and closes (I think, in the superclass) the stream.
com.csvreader - package com.csvreader
 
com.x5.template - package com.x5.template
 
com.x5.template.filters - package com.x5.template.filters
 
com.x5.template.providers - package com.x5.template.providers
 
com.x5.util - package com.x5.util
 
containsKey(Object) - Method in class com.x5.template.Chunk
 
containsKey(Object) - Method in class com.x5.template.ObjectTable
 
containsKey(Object) - Method in class com.x5.template.SimpleTable
 
containsKey(Object) - Method in class com.x5.util.ObjectDataMap
 
containsValue(Object) - Method in class com.x5.template.Chunk
 
containsValue(Object) - Method in class com.x5.template.ObjectTable
 
containsValue(Object) - Method in class com.x5.template.SimpleTable
 
containsValue(Object) - Method in class com.x5.util.ObjectDataMap
 
ContentSource - Interface in com.x5.template
 
convertTags(String, String, String) - Static method in class com.x5.template.TemplateSet
Converts a template with an alternate tag syntax to one that matches the default tag syntax {~myTag}.
convertTags(String, String, String, String, String) - Static method in class com.x5.template.TemplateSet
Converts a template from one tag syntax to another.
convertToMyTags(String, String, String) - Method in class com.x5.template.TemplateSet
Converts a template with an alternate tag syntax to one that matches this TemplateSet's tags.
cookLoopToPrinter(Writer, Chunk, String, boolean, int, TableData) - Method in class com.x5.template.LoopTag
 
copy() - Method in class com.x5.template.Snippet
 
CsvReader - Class in com.csvreader
A stream based parser for parsing delimited text data from a file or a stream.
CsvReader(String, char, Charset) - Constructor for class com.csvreader.CsvReader
Creates a CsvReader object using a file as the data source.
CsvReader(String, char) - Constructor for class com.csvreader.CsvReader
Creates a CsvReader object using a file as the data source. Uses ISO-8859-1 as the Charset.
CsvReader(String) - Constructor for class com.csvreader.CsvReader
Creates a CsvReader object using a file as the data source. Uses a comma as the column delimiter and ISO-8859-1 as the Charset.
CsvReader(Reader, char) - Constructor for class com.csvreader.CsvReader
Constructs a CsvReader object using a Reader object as the data source.
CsvReader(Reader) - Constructor for class com.csvreader.CsvReader
Constructs a CsvReader object using a Reader object as the data source. Uses a comma as the column delimiter.
CsvReader(InputStream, char, Charset) - Constructor for class com.csvreader.CsvReader
Constructs a CsvReader object using an InputStream object as the data source.
CsvReader(InputStream, Charset) - Constructor for class com.csvreader.CsvReader
Constructs a CsvReader object using an InputStream object as the data source. Uses a comma as the column delimiter.

D

DataCapsule - Interface in com.x5.util
 
DataCapsuleReader - Class in com.x5.util
 
DataCapsuleReader(DataCapsule[]) - Constructor for class com.x5.util.DataCapsuleReader
 
DataCapsuleTable - Class in com.x5.util
 
DataCapsuleTable(DataCapsule[]) - Constructor for class com.x5.util.DataCapsuleTable
 
DECODE - Static variable in class com.x5.util.Base64
Specify decoding (value is false).
decode(String) - Static method in class com.x5.util.Base64
Decodes data from Base64 notation.
decode(byte[], int, int) - Static method in class com.x5.util.Base64
Decodes Base64 content in byte array format and returns the decoded byte array.
decodeToObject(String) - Static method in class com.x5.util.Base64
Attempts to decode Base64 data and deserialize a Java Object within.
decodeToString(String) - Static method in class com.x5.util.Base64
Decodes data from Base64 notation and returns it as a string.
DefangFilter - Class in com.x5.template.filters
 
DefangFilter() - Constructor for class com.x5.template.filters.DefangFilter
 
DEFAULT_DELIM - Static variable in class com.x5.template.filters.SplitFilter
 
DEFAULT_EXT - Static variable in class com.x5.template.ThemeConfig
 
DEFAULT_TAG_END - Static variable in class com.x5.template.TemplateSet
 
DEFAULT_TAG_START - Static variable in class com.x5.template.TemplateSet
 
DefaultFilter - Class in com.x5.template.filters
 
DefaultFilter() - Constructor for class com.x5.template.filters.DefaultFilter
 
DEPTH_LIMIT - Static variable in class com.x5.template.Chunk
 
depthCheckFails(int, Writer) - Method in class com.x5.template.SnippetPart
 
doSmartTrimAroundBlock() - Method in class com.x5.template.BlockTag
 
doSmartTrimAroundBlock() - Method in class com.x5.template.IfTag
 
doSmartTrimAroundBlock() - Method in class com.x5.template.LoopTag
 
doSmartTrimAroundBlock() - Method in class com.x5.template.MacroTag
 
doSmartTrimAroundBlock() - Method in class com.x5.template.SnippetBlockTag
 

E

ENCODE - Static variable in class com.x5.util.Base64
Specify encoding (value is true).
encodeBytes(byte[]) - Static method in class com.x5.util.Base64
Encodes a byte array into Base64 notation.
encodeBytes(byte[], boolean) - Static method in class com.x5.util.Base64
Encodes a byte array into Base64 notation.
encodeBytes(byte[], int, int) - Static method in class com.x5.util.Base64
Encodes a byte array into Base64 notation.
encodeBytes(byte[], int, int, boolean) - Static method in class com.x5.util.Base64
Encodes a byte array into Base64 notation.
encodeObject(Serializable) - Static method in class com.x5.util.Base64
Serializes an object and returns the Base64-encoded version of that serialized object.
encodeObject(Serializable, boolean) - Static method in class com.x5.util.Base64
Serializes an object and returns the Base64-encoded version of that serialized object.
encodeString(String) - Static method in class com.x5.util.Base64
Encodes a string in Base64 notation with line breaks after every 75 Base64 characters.
encodeString(String, boolean) - Static method in class com.x5.util.Base64
Encodes a string in Base64 notation with line breaks after every 75 Base64 characters.
ENCODING - Static variable in class com.x5.template.ThemeConfig
 
EndOfSnippetException - Exception in com.x5.template
 
EndOfSnippetException(String) - Constructor for exception com.x5.template.EndOfSnippetException
 
entrySet() - Method in class com.x5.template.Chunk
 
entrySet() - Method in class com.x5.template.ObjectTable
 
entrySet() - Method in class com.x5.template.SimpleTable
 
entrySet() - Method in class com.x5.util.ObjectDataMap
 
equals(Object) - Method in class com.x5.template.Chunk
 
ERROR_LOG - Static variable in class com.x5.template.ThemeConfig
 
ESCAPE_MODE_BACKSLASH - Static variable in class com.csvreader.CsvReader
Use a backslash character before the text qualifier to represent an occurance of the text qualifier.
ESCAPE_MODE_DOUBLED - Static variable in class com.csvreader.CsvReader
Double up the text qualifier to represent an occurance of the text qualifier.
EscapeQuotesFilter - Class in com.x5.template.filters
 
EscapeQuotesFilter() - Constructor for class com.x5.template.filters.EscapeQuotesFilter
 
escapeRegex(String) - Static method in class com.x5.template.filters.RegexFilter
 
EscapeXMLFilter - Class in com.x5.template.filters
 
EscapeXMLFilter() - Constructor for class com.x5.template.filters.EscapeXMLFilter
 
evalCalc(String, Map<String, Object>) - Static method in class com.x5.template.filters.Calc
 
evalExpression(String, String, String[], String[]) - Static method in class com.x5.template.filters.Calc
 
ExecFilter - Class in com.x5.template.filters
 
ExecFilter() - Constructor for class com.x5.template.filters.ExecFilter
 
expandLocaleTags(String, Chunk) - Static method in class com.x5.template.LocaleTag
 
expandLoop(String, Chunk, String, int) - Static method in class com.x5.template.LoopTag
 
expandShorthand(String, StringBuilder) - Static method in class com.x5.template.TemplateDoc
 
extractData(DataCapsule) - Method in class com.x5.util.DataCapsuleReader
 
extractData(Object[]) - Static method in class com.x5.util.DataCapsuleTable
 

F

fetch(String) - Method in interface com.x5.template.ContentSource
 
fetch(String) - Method in class com.x5.template.providers.TemplateProvider
 
fetch(String) - Method in class com.x5.template.TemplateSet
 
fetch(String) - Method in class com.x5.template.Theme
 
Filter - Class in com.x5.template
 
Filter() - Constructor for class com.x5.template.Filter
 
FILTER_FIRST - Static variable in class com.x5.template.Filter
 
FILTER_LAST - Static variable in class com.x5.template.Filter
 
FilterArgs - Class in com.x5.template.filters
 
FilterArgs(String) - Constructor for class com.x5.template.filters.FilterArgs
 
FILTERS - Static variable in class com.x5.template.ThemeConfig
 
finalize() - Method in class com.csvreader.CsvReader
 
findAndReplace(String, String, String) - Static method in class com.x5.template.Chunk
Useful utility function.
findChildNode(String) - Method in class com.x5.util.LiteXml
 
findLiteralMarker(String) - Static method in class com.x5.template.TemplateDoc
 
findLiteralMarker(String, int) - Static method in class com.x5.template.TemplateDoc
 
findMatchingBlockEnd(BlockTag, List<SnippetPart>, int) - Static method in class com.x5.template.BlockTag
 
findNode(String) - Method in class com.x5.util.LiteXml
 
findNode(String[]) - Method in class com.x5.util.LiteXml
 
flush() - Method in class com.x5.util.Base64.OutputStream
Appropriately pads Base64 notation when encoding or throws an exception if Base64 input is not properly padded when decoding.
FormatFilter - Class in com.x5.template.filters
 
FormatFilter() - Constructor for class com.x5.template.filters.FormatFilter
 
formatNumberFromString(String, String) - Static method in class com.x5.template.filters.FormatFilter
 
formatNumberFromString(String, String, ChunkLocale) - Static method in class com.x5.template.filters.FormatFilter
 

G

get(int) - Method in class com.csvreader.CsvReader
Returns the current column value for a given column index.
get(String) - Method in class com.csvreader.CsvReader
Returns the current column value for a given column header name.
get(Object) - Method in class com.x5.template.Chunk
 
get(Object) - Method in class com.x5.template.ObjectTable
 
get(Object) - Method in class com.x5.template.SimpleTable
 
get(Object) - Method in class com.x5.util.ObjectDataMap
 
getAsString(Object) - Static method in class com.x5.util.ObjectDataMap
 
getAttribute(String, String) - Static method in class com.x5.template.LoopTag
 
getAttribute(String) - Method in class com.x5.util.LiteXml
 
getAttributes() - Method in class com.x5.util.LiteXml
 
getBlockEndMarker() - Method in class com.x5.template.BlockTag
 
getBlockEndMarker() - Method in class com.x5.template.IfTag
 
getBlockEndMarker() - Method in class com.x5.template.LocaleTag
 
getBlockEndMarker() - Method in class com.x5.template.LoopTag
 
getBlockEndMarker() - Method in class com.x5.template.MacroTag
 
getBlockStartMarker() - Method in class com.x5.template.BlockTag
 
getBlockStartMarker() - Method in class com.x5.template.IfTag
 
getBlockStartMarker() - Method in class com.x5.template.LocaleTag
 
getBlockStartMarker() - Method in class com.x5.template.LoopTag
 
getBlockStartMarker() - Method in class com.x5.template.MacroTag
 
getBlockTagType() - Method in class com.x5.template.SnippetTag
 
getBody() - Method in class com.x5.template.SnippetBlockTag
 
getCacheMinutes() - Method in class com.x5.template.ThemeConfig
 
getCaptureRawRecord() - Method in class com.csvreader.CsvReader
 
getChildNodes(String) - Method in class com.x5.util.LiteXml
getChildNodes(nodeType) shares the limitations of the method below.
getChildNodes() - Method in class com.x5.util.LiteXml
There are two things that make this class lightweight.
getChunkFactory() - Method in class com.x5.template.Chunk
 
getCloseTag() - Method in class com.x5.template.SnippetBlockTag
 
getColumnCount() - Method in class com.csvreader.CsvReader
Gets the count of columns found in this record.
getColumnLabels() - Method in class com.x5.template.ObjectTable
 
getColumnLabels() - Method in class com.x5.template.SimpleTable
 
getColumnLabels() - Method in class com.x5.template.TableOfMaps
 
getColumnLabels(String) - Method in class com.x5.util.DataCapsuleReader
 
getColumnLabels() - Method in class com.x5.util.DataCapsuleReader
 
getColumnLabels() - Method in class com.x5.util.DataCapsuleTable
 
getColumnLabels() - Method in interface com.x5.util.TableData
 
getComment() - Method in class com.csvreader.CsvReader
Gets the character being used as a comment signal.
getCurrentRecord() - Method in class com.csvreader.CsvReader
Gets the index of the current record.
getDataClassName() - Method in class com.x5.util.DataCapsuleReader
 
getDefaultExtension() - Method in class com.x5.template.TemplateSet
 
getDefaultExtension() - Method in class com.x5.template.ThemeConfig
 
getDefaultValue() - Method in class com.x5.template.SnippetTag
 
getDelimiter() - Method in class com.csvreader.CsvReader
Gets the character being used as the column delimiter.
getEncoding() - Method in class com.x5.template.ThemeConfig
 
getErrorLog() - Method in class com.x5.template.ThemeConfig
 
getEscapeMode() - Method in class com.csvreader.CsvReader
Gets the current way to escape an occurance of the text qualifier inside qualified data.
getExportPrefix() - Method in interface com.x5.util.DataCapsule
 
getExports() - Method in interface com.x5.util.DataCapsule
getExports() returns the names of all exported methods that will be available to a template through tags like {$[export_prefix]_[lowercase_export_name]} when the DataCapsule object is placed directly into a Chunk's tag table: Chunk c = theme.makeChunk("template_name"); someObj x = fetchObj(); c.addData(x); For now, only very simple methods may be exported.
getFilterAliases() - Method in class com.x5.template.filters.AlternateFilter
 
getFilterAliases() - Method in class com.x5.template.filters.Base64EncodeFilter
 
getFilterAliases() - Method in class com.x5.template.filters.BasicFilter
 
getFilterAliases() - Method in class com.x5.template.filters.CheckedFilter
 
getFilterAliases() - Method in interface com.x5.template.filters.ChunkFilter
 
getFilterAliases() - Method in class com.x5.template.filters.DefangFilter
 
getFilterAliases() - Method in class com.x5.template.filters.EscapeQuotesFilter
 
getFilterAliases() - Method in class com.x5.template.filters.EscapeXMLFilter
 
getFilterAliases() - Method in class com.x5.template.filters.LengthFilter
 
getFilterAliases() - Method in class com.x5.template.filters.LetterCaseFilter
 
getFilterAliases() - Method in class com.x5.template.filters.ListFilter
 
getFilterAliases() - Method in class com.x5.template.filters.MD5Base64Filter
 
getFilterAliases() - Method in class com.x5.template.filters.MD5HexFilter
 
getFilterAliases() - Method in class com.x5.template.filters.ObjectFilter
 
getFilterAliases() - Method in class com.x5.template.filters.OnEmptyFilter
 
getFilterAliases() - Method in class com.x5.template.filters.OrdinalSuffixFilter
 
getFilterAliases() - Method in class com.x5.template.filters.PadLeftFilter
 
getFilterAliases() - Method in class com.x5.template.filters.PadRightFilter
 
getFilterAliases() - Method in class com.x5.template.filters.SelectedFilter
 
getFilterAliases() - Method in class com.x5.template.filters.SHA1Base64Filter
 
getFilterAliases() - Method in class com.x5.template.filters.SHA1HexFilter
 
getFilterAliases() - Method in class com.x5.template.filters.SplitFilter
 
getFilterAliases() - Method in class com.x5.template.filters.StringFilter
 
getFilterAliases() - Method in class com.x5.template.filters.TranslateFilter
 
getFilterAliases() - Method in class com.x5.template.filters.UnescapeXMLFilter
 
getFilterAliases() - Method in class com.x5.template.filters.URLEncodeFilter
 
getFilterArgs() - Method in class com.x5.template.filters.FilterArgs
 
getFilterName() - Method in class com.x5.template.filters.AlternateFilter
 
getFilterName() - Method in class com.x5.template.filters.Base64DecodeFilter
 
getFilterName() - Method in class com.x5.template.filters.Base64EncodeFilter
 
getFilterName() - Method in class com.x5.template.filters.BasicFilter
 
getFilterName() - Method in class com.x5.template.filters.CalcFilter
 
getFilterName() - Method in class com.x5.template.filters.CheckedFilter
 
getFilterName() - Method in interface com.x5.template.filters.ChunkFilter
 
getFilterName() - Method in class com.x5.template.filters.DefangFilter
 
getFilterName() - Method in class com.x5.template.filters.DefaultFilter
 
getFilterName() - Method in class com.x5.template.filters.EscapeQuotesFilter
 
getFilterName() - Method in class com.x5.template.filters.EscapeXMLFilter
 
getFilterName() - Method in class com.x5.template.filters.ExecFilter
 
getFilterName() - Method in class com.x5.template.filters.FilterArgs
 
getFilterName() - Method in class com.x5.template.filters.FormatFilter
 
getFilterName() - Method in class com.x5.template.filters.HexFilter
 
getFilterName() - Method in class com.x5.template.filters.HexUpperFilter
 
getFilterName() - Method in class com.x5.template.filters.IndentFilter
 
getFilterName() - Method in class com.x5.template.filters.JoinFilter
 
getFilterName() - Method in class com.x5.template.filters.LengthFilter
 
getFilterName() - Method in class com.x5.template.filters.LetterCaseFilter
 
getFilterName() - Method in class com.x5.template.filters.ListFilter
 
getFilterName() - Method in class com.x5.template.filters.ListIndexFilter
 
getFilterName() - Method in class com.x5.template.filters.MD5Base64Filter
 
getFilterName() - Method in class com.x5.template.filters.MD5HexFilter
 
getFilterName() - Method in class com.x5.template.filters.ObjectFilter
 
getFilterName() - Method in class com.x5.template.filters.OnDefinedFilter
 
getFilterName() - Method in class com.x5.template.filters.OnEmptyFilter
 
getFilterName() - Method in class com.x5.template.filters.OnMatchFilter
 
getFilterName() - Method in class com.x5.template.filters.OrdinalSuffixFilter
 
getFilterName() - Method in class com.x5.template.filters.PadLeftFilter
 
getFilterName() - Method in class com.x5.template.filters.PadRightFilter
 
getFilterName() - Method in class com.x5.template.filters.QuickCalcFilter
 
getFilterName() - Method in class com.x5.template.filters.RegexFilter
 
getFilterName() - Method in class com.x5.template.filters.ReverseFilter
 
getFilterName() - Method in class com.x5.template.filters.SelectedFilter
 
getFilterName() - Method in class com.x5.template.filters.SHA1Base64Filter
 
getFilterName() - Method in class com.x5.template.filters.SHA1HexFilter
 
getFilterName() - Method in class com.x5.template.filters.SliceFilter
 
getFilterName() - Method in class com.x5.template.filters.SortFilter
 
getFilterName() - Method in class com.x5.template.filters.SplitFilter
 
getFilterName() - Method in class com.x5.template.filters.StringFilter
 
getFilterName() - Method in class com.x5.template.filters.TranslateFilter
 
getFilterName() - Method in class com.x5.template.filters.UnescapeXMLFilter
 
getFilterName() - Method in class com.x5.template.filters.URLDecodeFilter
 
getFilterName() - Method in class com.x5.template.filters.URLEncodeFilter
 
getFilters() - Method in interface com.x5.template.ChunkFactory
 
getFilters() - Method in class com.x5.template.SnippetTag
 
getFilters() - Method in class com.x5.template.TemplateSet
 
getFilters() - Method in class com.x5.template.Theme
 
getFilters() - Method in class com.x5.template.ThemeConfig
 
getFirstChild() - Method in class com.x5.util.LiteXml
 
getFromCache(String, String) - Method in class com.x5.template.TemplateSet
 
getHeader(int) - Method in class com.csvreader.CsvReader
Returns the column header value for a given column index.
getHeaderCount() - Method in class com.csvreader.CsvReader
Gets the count of headers read in by a previous call to readHeaders().
getHeaders() - Method in class com.csvreader.CsvReader
Returns the header values as a string array.
getIndex(String) - Method in class com.csvreader.CsvReader
Gets the corresponding column index for a given column header name.
getInstance(String, Chunk) - Static method in class com.x5.template.ChunkLocale
 
getJavaLocale() - Method in class com.x5.template.ChunkLocale
 
getJavaLocale(ChunkLocale) - Static method in class com.x5.template.filters.FormatFilter
 
getLayerNames() - Method in class com.x5.template.ThemeConfig
 
getLocale() - Method in class com.x5.template.Chunk
 
getLocale() - Method in class com.x5.template.Theme
 
getLocaleCode() - Method in class com.x5.template.ThemeConfig
 
getName() - Method in class com.x5.template.TemplateDoc.Doclet
 
getNodeType() - Method in class com.x5.util.LiteXml
 
getNodeValue() - Method in class com.x5.util.LiteXml
 
getNodeValue(String) - Method in class com.x5.util.LiteXml
 
getOpenTag() - Method in class com.x5.template.SnippetBlockTag
 
getOrigin() - Method in class com.x5.template.Snippet
 
getOrigin() - Method in class com.x5.template.TemplateDoc.Doclet
 
getParts() - Method in class com.x5.template.Snippet
 
getPath() - Method in class com.x5.template.SnippetTag
 
getPathValue(String) - Method in class com.x5.util.LiteXml
 
getProtocol() - Method in interface com.x5.template.ContentSource
 
getProtocol() - Method in class com.x5.template.providers.AndroidTemplates
 
getProtocol() - Method in class com.x5.template.providers.NetTemplates
 
getProtocol() - Method in class com.x5.template.providers.TemplateProvider
 
getProtocol() - Method in class com.x5.template.TemplateSet
 
getProtocol() - Method in class com.x5.template.Theme
 
getRawRecord() - Method in class com.csvreader.CsvReader
 
getReader(DataCapsule[]) - Static method in class com.x5.util.DataCapsuleReader
 
getReader(DataCapsule) - Static method in class com.x5.util.DataCapsuleReader
 
getRecordDelimiter() - Method in class com.csvreader.CsvReader
 
getResourcePath(String, String) - Method in class com.x5.template.TemplateSet
 
getRestOfLine() - Method in exception com.x5.template.EndOfSnippetException
 
getRow() - Method in class com.x5.template.ObjectTable
 
getRow() - Method in class com.x5.template.SimpleTable
 
getRow() - Method in class com.x5.template.TableOfMaps
 
getRow() - Method in class com.x5.util.DataCapsuleTable
 
getRow() - Method in interface com.x5.util.TableData
 
getRowRaw() - Method in class com.x5.util.DataCapsuleTable
 
getSafetySwitch() - Method in class com.csvreader.CsvReader
Safety caution to prevent the parser from using large amounts of memory in the case where parsing settings like file encodings don't end up matching the actual format of a file.
getSkipEmptyRecords() - Method in class com.csvreader.CsvReader
 
getSnippet(String) - Method in interface com.x5.template.ContentSource
 
getSnippet(String) - Method in class com.x5.template.providers.TemplateProvider
 
getSnippet(String) - Static method in class com.x5.template.Snippet
 
getSnippet(String, String) - Static method in class com.x5.template.Snippet
 
getSnippet() - Method in class com.x5.template.TemplateDoc.Doclet
 
getSnippet(String) - Method in class com.x5.template.TemplateSet
Retrieve as String the template specified by name.
getSnippet(String, String) - Method in class com.x5.template.TemplateSet
Retrieve as String the template specified by name and extension.
getSnippet(String) - Method in class com.x5.template.TemplateSetSlice
 
getSnippet(String, String) - Method in class com.x5.template.Theme
 
getSnippet(String) - Method in class com.x5.template.Theme
 
getStockFilters() - Static method in class com.x5.template.filters.BasicFilter
 
getSubset(String) - Method in class com.x5.template.TemplateSet
 
getTag() - Method in class com.x5.template.SnippetTag
 
getTagsTable() - Method in class com.x5.template.Chunk
Retrieve all find-and-replace rules.
getTagValue(String) - Method in class com.x5.template.Chunk
Retrieves a tag replacement rule.
getTemplate() - Method in class com.x5.template.TemplateDoc.Doclet
 
getTemplateOrigin() - Method in class com.x5.template.Chunk
 
getTemplatePath(String, String) - Method in class com.x5.template.TemplateSet
 
getTemplateSet() - Method in class com.x5.template.Chunk
 
getText() - Method in class com.x5.template.SnippetPart
 
getTextQualifier() - Method in class com.csvreader.CsvReader
Gets the character to use as a text qualifier in the data.
getThemeFolder() - Method in class com.x5.template.ThemeConfig
 
getTrimWhitespace() - Method in class com.csvreader.CsvReader
Gets whether leading and trailing whitespace characters are being trimmed from non-textqualified column data.
getUnparsedArgs() - Method in class com.x5.template.filters.FilterArgs
 
getUnparsedFilter() - Method in class com.x5.template.filters.FilterArgs
 
getUseComments() - Method in class com.csvreader.CsvReader
Gets whether comments are being looked for while parsing or not.
getUseTextQualifier() - Method in class com.csvreader.CsvReader
Whether text qualifiers will be used while parsing or not.
getValues() - Method in class com.csvreader.CsvReader
 
grokFinalFilterPipe(String, int) - Static method in class com.x5.template.Filter
 
grokValidColonScanPoint(String, int) - Static method in class com.x5.template.filters.FilterArgs
 

H

hasBody(String) - Method in class com.x5.template.BlockTag
 
hasBody(String) - Method in class com.x5.template.LoopTag
 
HASH_THRESH - Static variable in class com.x5.template.Chunk
 
hashCode() - Method in class com.x5.template.Chunk
 
hashCrypt(String, String, boolean) - Static method in class com.x5.template.filters.MD5HexFilter
 
hasNext() - Method in class com.x5.template.ObjectTable
 
hasNext() - Method in class com.x5.template.SimpleTable
 
hasNext() - Method in class com.x5.template.TableOfMaps
 
hasNext() - Method in class com.x5.template.TemplateDoc
 
hasNext() - Method in class com.x5.util.DataCapsuleTable
 
hasNext() - Method in interface com.x5.util.TableData
 
hasValue(String) - Method in class com.x5.template.Chunk
 
HexFilter - Class in com.x5.template.filters
 
HexFilter() - Constructor for class com.x5.template.filters.HexFilter
 
HexUpperFilter - Class in com.x5.template.filters
 
HexUpperFilter() - Constructor for class com.x5.template.filters.HexUpperFilter
 
HIDE_ERRORS - Static variable in class com.x5.template.ThemeConfig
 
hideErrors() - Method in class com.x5.template.ThemeConfig
 

I

IfTag - Class in com.x5.template
 
IfTag(String, Snippet) - Constructor for class com.x5.template.IfTag
 
IfTag() - Constructor for class com.x5.template.IfTag
 
INCLUDE_SHORTHAND - Static variable in class com.x5.template.TemplateSet
 
IndentFilter - Class in com.x5.template.filters
 
IndentFilter() - Constructor for class com.x5.template.filters.IndentFilter
 
InlineTable - Class in com.x5.template
 
InlineTable() - Constructor for class com.x5.template.InlineTable
 
isEmpty() - Method in class com.x5.template.Chunk
 
isEmpty() - Method in class com.x5.template.ObjectTable
 
isEmpty() - Method in class com.x5.template.SimpleTable
 
isEmpty() - Method in class com.x5.util.ObjectDataMap
 
isLiteral() - Method in class com.x5.template.SnippetPart
 
isQualified(int) - Method in class com.csvreader.CsvReader
 
isSimple() - Method in class com.x5.template.Snippet
 
isTag() - Method in class com.x5.template.SnippetPart
 
isTag() - Method in class com.x5.template.SnippetTag
 
isWrapperType(Class<?>) - Static method in class com.x5.util.ObjectDataMap
 
iterator() - Method in class com.x5.template.TemplateDoc
 

J

JarResource - Class in com.x5.util
 
JarResource() - Constructor for class com.x5.util.JarResource
 
JoinFilter - Class in com.x5.template.filters
 
JoinFilter() - Constructor for class com.x5.template.filters.JoinFilter
 
joinInlineTable(TableData, FilterArgs) - Static method in class com.x5.template.Filter
 
joinStringArray(String[], FilterArgs) - Static method in class com.x5.template.Filter
 
joinStringList(List<String>, FilterArgs) - Static method in class com.x5.template.Filter
 

K

KEY - Static variable in class com.x5.template.ObjectTable
 
keySet() - Method in class com.x5.template.Chunk
 
keySet() - Method in class com.x5.template.ObjectTable
 
keySet() - Method in class com.x5.template.SimpleTable
 
keySet() - Method in class com.x5.util.ObjectDataMap
 

L

LAYER_NAMES - Static variable in class com.x5.template.ThemeConfig
 
LengthFilter - Class in com.x5.template.filters
 
LengthFilter() - Constructor for class com.x5.template.filters.LengthFilter
 
LetterCaseFilter - Class in com.x5.template.filters
 
LetterCaseFilter() - Constructor for class com.x5.template.filters.LetterCaseFilter
 
ListFilter - Class in com.x5.template.filters
 
ListFilter() - Constructor for class com.x5.template.filters.ListFilter
 
ListIndexFilter - Class in com.x5.template.filters
 
ListIndexFilter() - Constructor for class com.x5.template.filters.ListIndexFilter
 
LITERAL_END - Static variable in class com.x5.template.TemplateDoc
 
LITERAL_END_LONGHAND - Static variable in class com.x5.template.TemplateDoc
 
LITERAL_SHORTHAND - Static variable in class com.x5.template.TemplateDoc
 
LITERAL_START - Static variable in class com.x5.template.TemplateDoc
 
LITERAL_START2 - Static variable in class com.x5.template.TemplateDoc
 
LiteXml - Class in com.x5.util
 
LiteXml(String) - Constructor for class com.x5.util.LiteXml
 
loadContainerDoc(String) - Method in class com.x5.template.providers.AndroidTemplates
 
loadContainerDoc(String) - Method in class com.x5.template.providers.NetTemplates
 
loadContainerDoc(String) - Method in class com.x5.template.providers.TemplateProvider
 
loadItemDoc(String) - Method in class com.x5.template.providers.TemplateProvider
 
LOCALE - Static variable in class com.x5.template.ThemeConfig
 
LOCALE_SIMPLE_CLOSE - Static variable in class com.x5.template.LocaleTag
 
LOCALE_SIMPLE_OPEN - Static variable in class com.x5.template.LocaleTag
 
LOCALE_TAG_CLOSE - Static variable in class com.x5.template.LocaleTag
 
LOCALE_TAG_OPEN - Static variable in class com.x5.template.LocaleTag
 
LocaleTag - Class in com.x5.template
 
LocaleTag(String, Chunk) - Constructor for class com.x5.template.LocaleTag
 
LocaleTag() - Constructor for class com.x5.template.LocaleTag
 
LocaleTag(String, Snippet) - Constructor for class com.x5.template.LocaleTag
 
LoopTag - Class in com.x5.template
 
LoopTag() - Constructor for class com.x5.template.LoopTag
 
LoopTag(String, Chunk, String) - Constructor for class com.x5.template.LoopTag
 
LoopTag(String, Snippet) - Constructor for class com.x5.template.LoopTag
 

M

MACRO_END - Static variable in class com.x5.template.TemplateDoc
 
MACRO_END_MARKER - Static variable in class com.x5.template.MacroTag
 
MACRO_LET - Static variable in class com.x5.template.TemplateDoc
 
MACRO_LET_END - Static variable in class com.x5.template.TemplateDoc
 
MACRO_MARKER - Static variable in class com.x5.template.MacroTag
 
MACRO_NAME_END - Static variable in class com.x5.template.TemplateDoc
 
MACRO_START - Static variable in class com.x5.template.TemplateDoc
 
MacroTag - Class in com.x5.template
 
MacroTag() - Constructor for class com.x5.template.MacroTag
 
MacroTag(String, Snippet) - Constructor for class com.x5.template.MacroTag
 
MAGIC_CHARS - Static variable in class com.x5.template.Snippet
 
magicBraces(Chunk, String) - Static method in class com.x5.template.filters.FilterArgs
magicBraces wraps unbraced tag-specials ~tag ^command +include in {~braces} to trigger proper re-processing later on.
main(String[]) - Static method in class com.x5.template.filters.Calc
 
main(String[]) - Static method in class com.x5.template.InlineTable
for testing...
main(String[]) - Static method in class com.x5.template.LoopTag
 
makeChunk() - Method in interface com.x5.template.ChunkFactory
 
makeChunk(String) - Method in interface com.x5.template.ChunkFactory
 
makeChunk(String, String) - Method in interface com.x5.template.ChunkFactory
 
makeChunk() - Method in class com.x5.template.TemplateSet
Creates a Chunk with no starter template and sets its tag boundary markers to match the other templates in this set.
makeChunk(String) - Method in class com.x5.template.TemplateSet
Creates a Chunk with a starting template.
makeChunk(String, String) - Method in class com.x5.template.TemplateSet
Creates a Chunk with a starting template.
makeChunk() - Method in class com.x5.template.TemplateSetSlice
 
makeChunk(String) - Method in class com.x5.template.TemplateSetSlice
 
makeChunk() - Method in class com.x5.template.Theme
Creates a Chunk with no starter template and sets its tag boundary markers to match the other templates in this set.
makeChunk(String) - Method in class com.x5.template.Theme
Creates a Chunk with a starting template.
makeChunk(String, String) - Method in class com.x5.template.Theme
Creates a Chunk with a starting template.
makeLiteralSnippet(String) - Static method in class com.x5.template.Snippet
 
makeTag(String) - Method in class com.x5.template.Chunk
 
mapifyPOJO(Object) - Method in class com.x5.util.ObjectDataMap
 
md5(String, boolean) - Static method in class com.x5.template.filters.MD5HexFilter
 
md5Base64(String) - Static method in class com.x5.template.filters.MD5HexFilter
 
MD5Base64Filter - Class in com.x5.template.filters
 
MD5Base64Filter() - Constructor for class com.x5.template.filters.MD5Base64Filter
 
md5Hex(String) - Static method in class com.x5.template.filters.MD5HexFilter
 
MD5HexFilter - Class in com.x5.template.filters
 
MD5HexFilter() - Constructor for class com.x5.template.filters.MD5HexFilter
 

N

NetTemplates - Class in com.x5.template.providers
 
NetTemplates(String) - Constructor for class com.x5.template.providers.NetTemplates
 
next() - Method in class com.x5.template.TemplateDoc
 
nextArgDelim(String, int) - Static method in class com.x5.template.filters.FilterArgs
 
nextRecord() - Method in class com.x5.template.ObjectTable
 
nextRecord() - Method in class com.x5.template.SimpleTable
 
nextRecord() - Method in class com.x5.template.TableOfMaps
 
nextRecord() - Method in class com.x5.util.DataCapsuleTable
 
nextRecord() - Method in interface com.x5.util.TableData
 
nextRegexDelim(String, int) - Static method in class com.x5.template.filters.RegexFilter
 
nextTemplate() - Method in class com.x5.template.TemplateDoc
 
nextUnescapedDelim(String, String, int) - Static method in class com.x5.template.filters.FilterArgs
 
nextUnescapedDelim(String, StringBuilder, int) - Static method in class com.x5.template.TemplateDoc
 
nextUnescapedDelim(String, String, int) - Static method in class com.x5.util.LiteXml
 

O

ObjectDataMap - Class in com.x5.util
ObjectDataMap Box POJO/Bean/DataCapsule inside a Map.
ObjectDataMap(Object) - Constructor for class com.x5.util.ObjectDataMap
 
ObjectFilter - Class in com.x5.template.filters
 
ObjectFilter() - Constructor for class com.x5.template.filters.ObjectFilter
 
ObjectTable - Class in com.x5.template
ObjectTable wraps a Map in a TableData interface, making it look like a table of keys and values without actually copying it into a table of keys and values.
ObjectTable(Map) - Constructor for class com.x5.template.ObjectTable
 
OnDefinedFilter - Class in com.x5.template.filters
 
OnDefinedFilter() - Constructor for class com.x5.template.filters.OnDefinedFilter
 
OnEmptyFilter - Class in com.x5.template.filters
 
OnEmptyFilter() - Constructor for class com.x5.template.filters.OnEmptyFilter
 
OnMatchFilter - Class in com.x5.template.filters
 
OnMatchFilter() - Constructor for class com.x5.template.filters.OnMatchFilter
 
OrdinalSuffixFilter - Class in com.x5.template.filters
 
OrdinalSuffixFilter() - Constructor for class com.x5.template.filters.OrdinalSuffixFilter
 
overrideColumnLabels(String[]) - Method in class com.x5.util.DataCapsuleReader
 

P

PadLeftFilter - Class in com.x5.template.filters
 
PadLeftFilter() - Constructor for class com.x5.template.filters.PadLeftFilter
 
PadRightFilter - Class in com.x5.template.filters
 
PadRightFilter() - Constructor for class com.x5.template.filters.PadRightFilter
 
padText(String, String[]) - Method in class com.x5.template.filters.PadLeftFilter
 
padText(String, String[]) - Method in class com.x5.template.filters.PadRightFilter
 
parse(String) - Static method in class com.csvreader.CsvReader
Creates a CsvReader object using a string of data as the source. Uses ISO-8859-1 as the Charset.
parse(String) - Static method in class com.x5.template.Attributes
 
parseRegexEscapes(String) - Static method in class com.x5.template.filters.RegexFilter
 
parseTable(String) - Static method in class com.x5.template.InlineTable
 
parseTemplates(String) - Method in class com.x5.template.TemplateDoc
 
parseTokenWithArgs(String) - Static method in class com.x5.template.SnippetToken
 
peekInsideJar(String, String) - Static method in class com.x5.util.JarResource
 
processFormatString(String, String[], Chunk) - Static method in class com.x5.template.ChunkLocale
 
processFormatString(String, String[], Chunk, HashMap<String, String>) - Static method in class com.x5.template.ChunkLocale
 
PROTOCOL_SHORTHAND - Static variable in class com.x5.template.TemplateSet
 
provides(String) - Method in interface com.x5.template.ContentSource
 
provides(String) - Method in class com.x5.template.providers.TemplateProvider
 
provides(String) - Method in class com.x5.template.TemplateSet
 
provides(String) - Method in class com.x5.template.Theme
 
put(String, Object) - Method in class com.x5.template.Chunk
 
put(String, Object) - Method in class com.x5.template.ObjectTable
 
put(String, Object) - Method in class com.x5.template.SimpleTable
 
put(Object, Object) - Method in class com.x5.util.ObjectDataMap
 
putAll(Map) - Method in class com.x5.template.Chunk
 
putAll(Map<? extends String, ? extends Object>) - Method in class com.x5.template.ObjectTable
 
putAll(Map<? extends String, ? extends Object>) - Method in class com.x5.template.SimpleTable
 
putAll(Map) - Method in class com.x5.util.ObjectDataMap
 

Q

qualifyTemplateRef(String, String) - Static method in class com.x5.template.BlockTag
 
QuickCalcFilter - Class in com.x5.template.filters
QuickCalcFilter provides the qcalc filter, a very cheap, lightweight way to do a single arithetic operation on a numeric value.
QuickCalcFilter() - Constructor for class com.x5.template.filters.QuickCalcFilter
 

R

read() - Method in class com.x5.util.Base64.InputStream
Reads enough of the input stream to convert to/from Base64 and returns the next byte.
read(byte[], int, int) - Method in class com.x5.util.Base64.InputStream
Calls Base64.InputStream.read() repeatedly until the end of stream is reached or len bytes are read.
readHeaders() - Method in class com.csvreader.CsvReader
Read the first record of data as column headers.
readRecord() - Method in class com.csvreader.CsvReader
Reads another record.
RegexFilter - Class in com.x5.template.filters
 
RegexFilter() - Constructor for class com.x5.template.filters.RegexFilter
 
registerFilter(ChunkFilter) - Method in class com.x5.template.Theme
 
registerLocale(String, String[]) - Static method in class com.x5.template.ChunkLocale
 
remove(Object) - Method in class com.x5.template.Chunk
 
remove(Object) - Method in class com.x5.template.ObjectTable
 
remove(Object) - Method in class com.x5.template.SimpleTable
 
remove() - Method in class com.x5.template.TemplateDoc
 
remove(Object) - Method in class com.x5.util.ObjectDataMap
 
removeBlockTagIndents(String) - Static method in class com.x5.template.TemplateSet
 
render(PrintStream) - Method in class com.x5.template.Chunk
 
render(Writer) - Method in class com.x5.template.Chunk
 
render(Writer, Chunk) - Method in class com.x5.template.Chunk
 
render(Writer, Chunk, int) - Method in class com.x5.template.Snippet
 
render(Writer, Chunk, String, int) - Method in class com.x5.template.SnippetBlockTag
 
render(Writer, Chunk, String, int) - Method in class com.x5.template.SnippetComment
 
render(Writer, Chunk, String, int) - Method in class com.x5.template.SnippetError
 
render(Writer, Chunk, String, int) - Method in class com.x5.template.SnippetPart
 
render(Writer, Chunk, String, int) - Method in class com.x5.template.SnippetTag
 
render(Writer, Chunk, String, int) - Method in class com.x5.template.SnippetToken
 
renderBlock(Writer, Chunk, String, int) - Method in class com.x5.template.BlockTag
 
renderBlock(Writer, Chunk, String, int) - Method in class com.x5.template.IfTag
 
renderBlock(Writer, Chunk, String, int) - Method in class com.x5.template.LocaleTag
 
renderBlock(Writer, Chunk, String, int) - Method in class com.x5.template.LoopTag
 
renderBlock(Writer, Chunk, String, int) - Method in class com.x5.template.MacroTag
 
renderChosenParts(Writer, Chunk, String, int, List<SnippetPart>, int, int) - Method in class com.x5.template.IfTag
 
reset() - Method in class com.x5.template.ObjectTable
 
reset() - Method in class com.x5.template.SimpleTable
 
reset() - Method in class com.x5.template.TableOfMaps
 
reset() - Method in class com.x5.util.DataCapsuleTable
 
reset() - Method in interface com.x5.util.TableData
 
resetTags() - Method in class com.x5.template.Chunk
Clears all tag replacement rules.
resetTemplate() - Method in class com.x5.template.Chunk
Clears template
resolveTagValue(SnippetTag, int, String) - Method in class com.x5.template.Chunk
 
resolveTagValue(SnippetTag, int) - Method in class com.x5.template.Chunk
 
resolveTagValue(String, int) - Method in class com.x5.template.Chunk
 
ReverseFilter - Class in com.x5.template.filters
 
ReverseFilter() - Constructor for class com.x5.template.filters.ReverseFilter
 

S

SelectedFilter - Class in com.x5.template.filters
 
SelectedFilter() - Constructor for class com.x5.template.filters.SelectedFilter
 
set(String, String) - Method in class com.x5.template.Chunk
Creates a find-and-replace rule for tag replacement.
set(String, Chunk) - Method in class com.x5.template.Chunk
Creates a find-and-replace rule for tag replacement.
set(String, Object) - Method in class com.x5.template.Chunk
Convenience method, chains to set(String s, Object o, String ifNull)
set(String, Object, String) - Method in class com.x5.template.Chunk
Create a tag replacement rule, supplying a default value in case the value passed is null.
set(String) - Method in class com.x5.template.Chunk
For convenience, sets a flag to "TRUE" - to reverse, call unset("flag")
set(String, int) - Method in class com.x5.template.Chunk
For convenience, auto-converts int to String and creates tag replacement rule.
set(String, char) - Method in class com.x5.template.Chunk
For convenience, auto-converts char to String and creates tag replacement rule.
set(String, long) - Method in class com.x5.template.Chunk
For convenience, auto-converts long to String and creates tag replacement rule.
set(String, StringBuilder) - Method in class com.x5.template.Chunk
For convenience, auto-converts StringBuilder to String and creates tag replacement rule.
set(String, StringBuffer) - Method in class com.x5.template.Chunk
For convenience, auto-converts StringBuffer to String and creates tag replacement rule.
setCaptureRawRecord(boolean) - Method in class com.csvreader.CsvReader
 
setChunkFactory(ChunkFactory) - Method in class com.x5.template.Chunk
 
setColumnLabels(String[]) - Method in class com.x5.template.ObjectTable
 
setColumnLabels(String[]) - Method in class com.x5.template.SimpleTable
 
setColumnLabels(String[]) - Method in class com.x5.template.TableOfMaps
 
setColumnLabels(String[]) - Method in class com.x5.util.DataCapsuleTable
 
setColumnLabels(String[]) - Method in interface com.x5.util.TableData
 
setComment(char) - Method in class com.csvreader.CsvReader
Sets the character to use as a comment signal.
setDefaultExtension(String) - Method in class com.x5.template.providers.TemplateProvider
 
setDefaultFileExtension(String) - Method in class com.x5.template.Theme
 
setDelimiter(char) - Method in class com.csvreader.CsvReader
Sets the character to use as the column delimiter.
setDirtyInterval(int) - Method in class com.x5.template.TemplateSet
Controls caching behavior.
setDirtyInterval(int) - Method in class com.x5.template.Theme
 
setEncoding(String) - Method in class com.x5.template.TemplateSet
 
setEncoding(String) - Method in class com.x5.template.Theme
What encoding do this theme's template files use? If not UTF-8, make sure to set this explicitly.
setErrorHandling(boolean, PrintStream) - Method in class com.x5.template.Chunk
 
setErrorHandling(boolean, PrintStream) - Method in class com.x5.template.Theme
 
setEscapeMode(int) - Method in class com.csvreader.CsvReader
Sets the current way to escape an occurance of the text qualifier inside qualified data.
setHeaders(String[]) - Method in class com.csvreader.CsvReader
 
setJarContext(Class<?>) - Method in class com.x5.template.TemplateSet
 
setJarContext(Object) - Method in class com.x5.template.TemplateSet
 
setJarContext(Class<?>) - Method in class com.x5.template.Theme
If your templates are packaged into a jar with your application code, then you should use this method to tell chunk where your templates are.
setJarContext(Object) - Method in class com.x5.template.Theme
 
setLayerName(String) - Method in class com.x5.template.TemplateSet
 
setLiteral(String, String) - Method in class com.x5.template.Chunk
setLiteral() tag values will render verbatim, so even if the value contains tags/specials they will not be expanded.
setLiteral(boolean) - Method in class com.x5.template.SnippetPart
 
setLocale(String) - Method in class com.x5.template.Chunk
 
setLocale(Locale) - Method in class com.x5.template.Chunk
 
setLocale(ChunkLocale) - Method in class com.x5.template.Chunk
 
setLocale(String) - Method in class com.x5.template.Theme
 
setMultiple(Map<String, Object>) - Method in class com.x5.template.Chunk
Adds multiple find-and-replace rules using all entries in the Hashtable.
setMultiple(Chunk) - Method in class com.x5.template.Chunk
Adds multiple find-and-replace rules using all rules from the passed Chunk.
setOrDelete(String, Object) - Method in class com.x5.template.Chunk
Careful, setOrDelete will DELETE a previous value for the tag at this level if passed a null value.
setOrigin(String) - Method in class com.x5.template.Snippet
 
setRecordDelimiter(char) - Method in class com.csvreader.CsvReader
Sets the character to use as the record delimiter.
setSafetySwitch(boolean) - Method in class com.csvreader.CsvReader
Safety caution to prevent the parser from using large amounts of memory in the case where parsing settings like file encodings don't end up matching the actual format of a file.
setSkipEmptyRecords(boolean) - Method in class com.csvreader.CsvReader
 
setText(String) - Method in class com.x5.template.SnippetPart
 
setTextQualifier(char) - Method in class com.csvreader.CsvReader
Sets the character to use as a text qualifier in the data.
setToBean(String, Object) - Method in class com.x5.template.Chunk
Make bean properties available to template
setToBean(String, Object, String) - Method in class com.x5.template.Chunk
Make bean properties available to template
setTrimWhitespace(boolean) - Method in class com.csvreader.CsvReader
Sets whether leading and trailing whitespace characters should be trimmed from non-textqualified column data or not.
setUseComments(boolean) - Method in class com.csvreader.CsvReader
Sets whether comments are being looked for while parsing or not.
setUseTextQualifier(boolean) - Method in class com.csvreader.CsvReader
Sets whether text qualifiers will be used while parsing or not.
sha1(String, boolean) - Static method in class com.x5.template.filters.SHA1HexFilter
 
sha1Base64(String) - Static method in class com.x5.template.filters.SHA1HexFilter
 
SHA1Base64Filter - Class in com.x5.template.filters
 
SHA1Base64Filter() - Constructor for class com.x5.template.filters.SHA1Base64Filter
 
sha1Hex(String) - Static method in class com.x5.template.filters.SHA1HexFilter
 
SHA1HexFilter - Class in com.x5.template.filters
 
SHA1HexFilter() - Constructor for class com.x5.template.filters.SHA1HexFilter
 
signalFailureWithNull() - Method in class com.x5.template.TemplateSet
 
SimpleTable - Class in com.x5.template
 
SimpleTable(String[], Vector<String[]>) - Constructor for class com.x5.template.SimpleTable
 
SimpleTable(String[], ArrayList<String[]>) - Constructor for class com.x5.template.SimpleTable
 
SimpleTable(String[], String[][]) - Constructor for class com.x5.template.SimpleTable
 
SimpleTable(String[]) - Constructor for class com.x5.template.SimpleTable
 
SimpleTable(List) - Constructor for class com.x5.template.SimpleTable
 
size() - Method in class com.x5.template.Chunk
 
size() - Method in class com.x5.template.ObjectTable
 
size() - Method in class com.x5.template.SimpleTable
 
size() - Method in class com.x5.util.ObjectDataMap
 
skipLine() - Method in class com.csvreader.CsvReader
Skips the next line of data using the standard end of line characters and does not do any column delimited parsing.
skipRecord() - Method in class com.csvreader.CsvReader
Skips the next record of data by parsing each column. Does not increment getCurrentRecord().
SliceFilter - Class in com.x5.template.filters
 
SliceFilter() - Constructor for class com.x5.template.filters.SliceFilter
 
smartTrimSnippetParts(List<SnippetPart>, boolean) - Static method in class com.x5.template.LoopTag
 
Snippet - Class in com.x5.template
 
Snippet(List<SnippetPart>) - Constructor for class com.x5.template.Snippet
 
Snippet(List<SnippetPart>, int, int) - Constructor for class com.x5.template.Snippet
 
SnippetBlockTag - Class in com.x5.template
 
SnippetBlockTag(SnippetTag, List<SnippetPart>, SnippetTag, String) - Constructor for class com.x5.template.SnippetBlockTag
 
SnippetComment - Class in com.x5.template
 
SnippetComment(String) - Constructor for class com.x5.template.SnippetComment
 
SnippetError - Class in com.x5.template
 
SnippetError(String) - Constructor for class com.x5.template.SnippetError
 
SnippetPart - Class in com.x5.template
 
SnippetPart(String) - Constructor for class com.x5.template.SnippetPart
 
SnippetTag - Class in com.x5.template
 
SnippetTag(String, String) - Constructor for class com.x5.template.SnippetTag
 
snippetText - Variable in class com.x5.template.SnippetPart
 
SnippetToken - Class in com.x5.template
SnippetToken is a string of text that was marked with _[...] for running through the translation engine.
SnippetToken(String, String) - Constructor for class com.x5.template.SnippetToken
 
SortFilter - Class in com.x5.template.filters
 
SortFilter() - Constructor for class com.x5.template.filters.SortFilter
 
splitCamelCase(String) - Static method in class com.x5.util.ObjectDataMap
 
SplitFilter - Class in com.x5.template.filters
 
SplitFilter() - Constructor for class com.x5.template.filters.SplitFilter
 
splitFilters(String) - Static method in class com.x5.template.Filter
 
splitNonRegex(String, String) - Static method in class com.x5.template.filters.SplitFilter
 
splitNonRegex(String, String, int) - Static method in class com.x5.template.filters.SplitFilter
 
STD_ERR - Static variable in class com.x5.template.ThemeConfig
 
stillNeeds(String) - Method in class com.x5.template.Chunk
 
stockFilters - Static variable in class com.x5.template.filters.BasicFilter
 
StringFilter - Class in com.x5.template.filters
 
StringFilter() - Constructor for class com.x5.template.filters.StringFilter
 
stringify(Snippet) - Static method in class com.x5.template.filters.BasicFilter
 
stringify(Object) - Static method in class com.x5.template.filters.BasicFilter
 

T

TableData - Interface in com.x5.util
 
TableOfMaps - Class in com.x5.template
 
TableOfMaps(List) - Constructor for class com.x5.template.TableOfMaps
 
tag - Variable in class com.x5.template.SnippetTag
 
tagEnd - Variable in class com.x5.template.Chunk
 
tagStart - Variable in class com.x5.template.Chunk
 
template - Variable in class com.x5.template.Chunk
 
TemplateDoc - Class in com.x5.template
 
TemplateDoc(String, String) - Constructor for class com.x5.template.TemplateDoc
 
TemplateDoc(String, InputStream) - Constructor for class com.x5.template.TemplateDoc
 
TemplateDoc.Doclet - Class in com.x5.template
 
TemplateDoc.Doclet(String, String, String) - Constructor for class com.x5.template.TemplateDoc.Doclet
 
TemplateProvider - Class in com.x5.template.providers
 
TemplateProvider() - Constructor for class com.x5.template.providers.TemplateProvider
 
templateRoot - Variable in class com.x5.template.Chunk
 
TemplateSet - Class in com.x5.template
TemplateSet is a Chunk "factory" and an easy way to parse template files into Strings.
TemplateSet() - Constructor for class com.x5.template.TemplateSet
 
TemplateSet(String) - Constructor for class com.x5.template.TemplateSet
Makes a template "factory" which reads in template files from the file system in the templatePath folder.
TemplateSet(String, String, int) - Constructor for class com.x5.template.TemplateSet
Makes a template "factory" which reads in template files from the file system in the templatePath folder.
TemplateSetSlice - Class in com.x5.template
TemplateSetSlice enables the formation of a TemplateSet from a single file
with multiple subtemplate definitions a la {#optional_part}bla bla bla{#}.
TemplateSetSlice(TemplateSet, String) - Constructor for class com.x5.template.TemplateSetSlice
 
TemplateSetSlice(TemplateSet, String, String) - Constructor for class com.x5.template.TemplateSetSlice
 
Theme - Class in com.x5.template
 
Theme() - Constructor for class com.x5.template.Theme
 
Theme(ThemeConfig) - Constructor for class com.x5.template.Theme
 
Theme(ContentSource) - Constructor for class com.x5.template.Theme
 
Theme(String) - Constructor for class com.x5.template.Theme
 
Theme(String, String) - Constructor for class com.x5.template.Theme
 
Theme(String, String, String) - Constructor for class com.x5.template.Theme
 
THEME_PATH - Static variable in class com.x5.template.ThemeConfig
 
ThemeConfig - Class in com.x5.template
 
ThemeConfig(Map<String, String>) - Constructor for class com.x5.template.ThemeConfig
 
token - Variable in class com.x5.template.SnippetToken
 
toSimpleString() - Method in class com.x5.template.Snippet
Do not prepend comment with template origin.
toString() - Method in class com.x5.template.Chunk
Apply all tag replacement rules recursively and return template contents with translated tags.
toString(Chunk) - Method in class com.x5.template.Chunk
 
toString() - Method in class com.x5.template.ChunkLocale
 
toString() - Method in class com.x5.template.Snippet
 
toString() - Method in class com.x5.template.SnippetBlockTag
 
toString() - Method in class com.x5.template.SnippetPart
toString() returns the un-interpreted content for this part
toString() - Method in class com.x5.util.LiteXml
 
toString() - Method in class com.x5.util.ObjectDataMap
 
transformList(Chunk, List, FilterArgs) - Method in class com.x5.template.filters.JoinFilter
 
transformList(Chunk, List, FilterArgs) - Method in class com.x5.template.filters.ListFilter
 
transformList(Chunk, List, FilterArgs) - Method in class com.x5.template.filters.ListIndexFilter
 
transformList(Chunk, List, FilterArgs) - Method in class com.x5.template.filters.ReverseFilter
 
transformList(Chunk, List, FilterArgs) - Method in class com.x5.template.filters.SliceFilter
 
transformList(Chunk, List, FilterArgs) - Method in class com.x5.template.filters.SortFilter
 
transformObject(Chunk, Object, FilterArgs) - Method in class com.x5.template.filters.ObjectFilter
 
transformText(Chunk, String, FilterArgs) - Method in class com.x5.template.filters.AlternateFilter
 
transformText(Chunk, String, FilterArgs) - Method in class com.x5.template.filters.Base64DecodeFilter
 
transformText(Chunk, String, FilterArgs) - Method in class com.x5.template.filters.Base64EncodeFilter
 
transformText(Chunk, String, FilterArgs) - Method in class com.x5.template.filters.BasicFilter
 
transformText(Chunk, String, FilterArgs) - Method in class com.x5.template.filters.CalcFilter
 
transformText(Chunk, String, FilterArgs) - Method in class com.x5.template.filters.CheckedFilter
 
transformText(Chunk, String, FilterArgs) - Method in class com.x5.template.filters.DefangFilter
 
transformText(Chunk, String, FilterArgs) - Method in class com.x5.template.filters.DefaultFilter
 
transformText(Chunk, String, FilterArgs) - Method in class com.x5.template.filters.EscapeQuotesFilter
 
transformText(Chunk, String, FilterArgs) - Method in class com.x5.template.filters.EscapeXMLFilter
 
transformText(Chunk, String, FilterArgs) - Method in class com.x5.template.filters.ExecFilter
 
transformText(Chunk, String, FilterArgs) - Method in class com.x5.template.filters.FormatFilter
 
transformText(Chunk, String, FilterArgs) - Method in class com.x5.template.filters.HexFilter
 
transformText(Chunk, String, FilterArgs) - Method in class com.x5.template.filters.HexUpperFilter
 
transformText(Chunk, String, FilterArgs) - Method in class com.x5.template.filters.IndentFilter
 
transformText(Chunk, String, FilterArgs) - Method in class com.x5.template.filters.LetterCaseFilter
 
transformText(Chunk, String, FilterArgs) - Method in class com.x5.template.filters.MD5Base64Filter
 
transformText(Chunk, String, FilterArgs) - Method in class com.x5.template.filters.MD5HexFilter
 
transformText(Chunk, String, FilterArgs) - Method in class com.x5.template.filters.OnDefinedFilter
 
transformText(Chunk, String, FilterArgs) - Method in class com.x5.template.filters.OnEmptyFilter
 
transformText(Chunk, String, FilterArgs) - Method in class com.x5.template.filters.OnMatchFilter
 
transformText(Chunk, String, FilterArgs) - Method in class com.x5.template.filters.OrdinalSuffixFilter
 
transformText(Chunk, String, FilterArgs) - Method in class com.x5.template.filters.PadRightFilter
 
transformText(Chunk, String, FilterArgs) - Method in class com.x5.template.filters.QuickCalcFilter
 
transformText(Chunk, String, FilterArgs) - Method in class com.x5.template.filters.RegexFilter
 
transformText(Chunk, String, FilterArgs) - Method in class com.x5.template.filters.SelectedFilter
 
transformText(Chunk, String, FilterArgs) - Method in class com.x5.template.filters.SHA1Base64Filter
 
transformText(Chunk, String, FilterArgs) - Method in class com.x5.template.filters.SHA1HexFilter
 
transformText(Chunk, String, FilterArgs) - Method in class com.x5.template.filters.StringFilter
 
transformText(Chunk, String, FilterArgs) - Method in class com.x5.template.filters.TranslateFilter
 
transformText(Chunk, String, FilterArgs) - Method in class com.x5.template.filters.UnescapeXMLFilter
 
transformText(Chunk, String, FilterArgs) - Method in class com.x5.template.filters.URLDecodeFilter
 
transformText(Chunk, String, FilterArgs) - Method in class com.x5.template.filters.URLEncodeFilter
 
translate(String, String[], Chunk) - Method in class com.x5.template.ChunkLocale
 
TranslateFilter - Class in com.x5.template.filters
 
TranslateFilter() - Constructor for class com.x5.template.filters.TranslateFilter
 
translateIncludeIf(String, String, String, Map<String, Object>) - Static method in class com.x5.template.Filter
 
typeFilter(Chunk, Object) - Static method in class com.x5.template.Filter
 

U

unescapeXML(String) - Static method in class com.x5.util.LiteXml
 
UnescapeXMLFilter - Class in com.x5.template.filters
 
UnescapeXMLFilter() - Constructor for class com.x5.template.filters.UnescapeXMLFilter
 
unset(String) - Method in class com.x5.template.Chunk
unset("tag") deletes the named tag expansion rule from the ruleset.
unwrap() - Method in class com.x5.util.ObjectDataMap
 
URLDecodeFilter - Class in com.x5.template.filters
 
URLDecodeFilter() - Constructor for class com.x5.template.filters.URLDecodeFilter
 
URLEncodeFilter - Class in com.x5.template.filters
 
URLEncodeFilter() - Constructor for class com.x5.template.filters.URLEncodeFilter
 

V

VALUE - Static variable in class com.x5.template.ObjectTable
 
values() - Method in class com.x5.template.Chunk
 
values() - Method in class com.x5.template.ObjectTable
 
values() - Method in class com.x5.template.SimpleTable
 
values() - Method in class com.x5.util.ObjectDataMap
 
VERSION - Static variable in class com.x5.template.Chunk
 

W

wrapBean(Object) - Static method in class com.x5.util.ObjectDataMap
 
write(int) - Method in class com.x5.util.Base64.OutputStream
Writes the byte to the output stream after converting to/from Base64 notation.
write(byte[], int, int) - Method in class com.x5.util.Base64.OutputStream
Calls write(int) repeatedly until len bytes are written.

_

_resolveTagValue(SnippetTag, int, boolean) - Method in class com.x5.template.Chunk
 

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

Copyright © 2015. All Rights Reserved.