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

A

AbstractContextFactory<V,C> - Class in org.jplate.foundation.gof.factory.impl
Abstract implementation of a ContextFactoryIfc.
AbstractContextFactory() - Constructor for class org.jplate.foundation.gof.factory.impl.AbstractContextFactory
Default constructor.
AbstractFactory<V> - Class in org.jplate.foundation.gof.factory.impl
Abstract implementation of a FactoryIfc.
AbstractFactory() - Constructor for class org.jplate.foundation.gof.factory.impl.AbstractFactory
Default constructor.
AbstractJavaccParser<B extends JPlateBuilderIfc<?>> - Class in org.jplate.foundation.parser.javacc.impl
Abstract base class of JavaCC derived parsers.
AbstractJavaccParser() - Constructor for class org.jplate.foundation.parser.javacc.impl.AbstractJavaccParser
 
AbstractJPlateListBuilder<V> - Class in org.jplate.foundation.parser.impl
Abstract JPlate builder of List's.
AbstractJPlateListBuilder(ListFactoryIfc<V>) - Constructor for class org.jplate.foundation.parser.impl.AbstractJPlateListBuilder
This constructor sets the factory used to hold the collection of V's.
AbstractJPlateListBuilder() - Constructor for class org.jplate.foundation.parser.impl.AbstractJPlateListBuilder
Default constructor.
AbstractJPlateMapBuilder<K,V> - Class in org.jplate.foundation.parser.impl
Abstract JPlate builder of Map's.
AbstractJPlateMapBuilder(MapFactoryIfc<K, V>) - Constructor for class org.jplate.foundation.parser.impl.AbstractJPlateMapBuilder
This constructor sets the map factory that is use to hold name/value pairs.
AbstractJPlateMapBuilder() - Constructor for class org.jplate.foundation.parser.impl.AbstractJPlateMapBuilder
Default constructor.
AbstractNode<BC,LC> - Class in org.jplate.foundation.node.impl
Defines an abstract
AbstractNode(BranchNodeIfc<BC, LC>) - Constructor for class org.jplate.foundation.node.impl.AbstractNode
This constructor sets the parent and data (context).
AbstractNode() - Constructor for class org.jplate.foundation.node.impl.AbstractNode
Default constructor.
accept(V) - Method in interface org.jplate.foundation.gof.visitor.VisitableIfc
Allows visitor to perform operations on self.
accept(NodeVisitorIfc<BC, LC>) - Method in class org.jplate.foundation.node.impl.defaults.DefaultBranchNode
Allows visitor to perform operations on self.
accept(NodeVisitorIfc<BC, LC>) - Method in class org.jplate.foundation.node.impl.defaults.DefaultLeafNode
Allows visitor to perform operations on self.
add_escapes(String) - Method in exception org.jplate.kvp.parser.impl.defaults.ParseException
Used to convert raw characters to their escaped version when these raw version cannot be used as part of an ASCII string literal.
add_escapes(String) - Method in exception org.jplate.tabular.cdv.parser.impl.defaults.ParseException
Used to convert raw characters to their escaped version when these raw version cannot be used as part of an ASCII string literal.
add_escapes(String) - Method in exception org.jplate.tabular.csv.parser.impl.defaults.ParseException
Used to convert raw characters to their escaped version when these raw version cannot be used as part of an ASCII string literal.
add_escapes(String) - Method in exception org.jplate.tabular.tdv.parser.impl.defaults.ParseException
Used to convert raw characters to their escaped version when these raw version cannot be used as part of an ASCII string literal.
addEscapes(String) - Static method in error org.jplate.kvp.parser.impl.defaults.TokenMgrError
Replaces unprintable characters by their espaced (or unicode escaped) equivalents in the given string
addEscapes(String) - Static method in error org.jplate.tabular.cdv.parser.impl.defaults.TokenMgrError
Replaces unprintable characters by their espaced (or unicode escaped) equivalents in the given string
addEscapes(String) - Static method in error org.jplate.tabular.csv.parser.impl.defaults.TokenMgrError
Replaces unprintable characters by their espaced (or unicode escaped) equivalents in the given string
addEscapes(String) - Static method in error org.jplate.tabular.tdv.parser.impl.defaults.TokenMgrError
Replaces unprintable characters by their espaced (or unicode escaped) equivalents in the given string
AddException - Exception in org.jplate.foundation.exception
Thrown when cadding something fails.
AddException() - Constructor for exception org.jplate.foundation.exception.AddException
Default constructor.
AddException(String) - Constructor for exception org.jplate.foundation.exception.AddException
This constructor sets the message.
AddException(Throwable) - Constructor for exception org.jplate.foundation.exception.AddException
This constructor sets the root cause.
AddException(String, Throwable) - Constructor for exception org.jplate.foundation.exception.AddException
This constructor sets the message and root cause.
addField(FieldIfc) - Method in class org.jplate.tabular.impl.defaults.DefaultRecord
Create a field.
addField(FieldIfc) - Method in interface org.jplate.tabular.RecordIfc
Create a field.
addRecord(RecordIfc) - Method in class org.jplate.tabular.impl.defaults.DefaultTable
Add a record.
addRecord(RecordIfc) - Method in interface org.jplate.tabular.TableIfc
Add a record.
addTable(TableIfc) - Method in class org.jplate.tabular.impl.defaults.DefaultRepo
Add table.
addTable(TableIfc) - Method in interface org.jplate.tabular.RepoIfc
Add table.
adjustBeginLineColumn(int, int) - Method in class org.jplate.kvp.parser.impl.defaults.SimpleCharStream
Method to adjust line and column numbers for the start of a token.
adjustBeginLineColumn(int, int) - Method in class org.jplate.tabular.cdv.parser.impl.defaults.SimpleCharStream
Method to adjust line and column numbers for the start of a token.
adjustBeginLineColumn(int, int) - Method in class org.jplate.tabular.csv.parser.impl.defaults.SimpleCharStream
Method to adjust line and column numbers for the start of a token.
adjustBeginLineColumn(int, int) - Method in class org.jplate.tabular.tdv.parser.impl.defaults.SimpleCharStream
Method to adjust line and column numbers for the start of a token.
appendNewBranch(BC) - Method in interface org.jplate.foundation.node.BranchNodeIfc
Append a new child branch node.
appendNewBranch(BC) - Method in class org.jplate.foundation.node.impl.defaults.DefaultBranchNode
Append a new child branch node.
appendNewLeaf(LC) - Method in interface org.jplate.foundation.node.BranchNodeIfc
Append a new child leaf node.
appendNewLeaf(LC) - Method in class org.jplate.foundation.node.impl.defaults.DefaultBranchNode
Append a new child leaf node.
Assert - Class in org.jplate.foundation.util
Provides validatation functionality through the concept of assertions: object not null, references not equal, non-empty string, etc.
Assert() - Constructor for class org.jplate.foundation.util.Assert
Default constructor not allowed.
AttributeFactoryIfc<A extends AttributeIfc<N,?>,N> - Interface in org.jplate.foundation.node.attribute
Context factory that creates implementations of AttributeIfc.
AttributeIfc<N,V> - Interface in org.jplate.foundation.node.attribute
An attribute is a name/value pair.
available - Variable in class org.jplate.kvp.parser.impl.defaults.SimpleCharStream
 
available - Variable in class org.jplate.tabular.cdv.parser.impl.defaults.SimpleCharStream
 
available - Variable in class org.jplate.tabular.csv.parser.impl.defaults.SimpleCharStream
 
available - Variable in class org.jplate.tabular.tdv.parser.impl.defaults.SimpleCharStream
 

B

backup(int) - Method in class org.jplate.kvp.parser.impl.defaults.SimpleCharStream
 
backup(int) - Method in class org.jplate.tabular.cdv.parser.impl.defaults.SimpleCharStream
 
backup(int) - Method in class org.jplate.tabular.csv.parser.impl.defaults.SimpleCharStream
 
backup(int) - Method in class org.jplate.tabular.tdv.parser.impl.defaults.SimpleCharStream
 
beginColumn - Variable in class org.jplate.kvp.parser.impl.defaults.Token
beginLine and beginColumn describe the position of the first character of this token; endLine and endColumn describe the position of the last character of this token.
beginColumn - Variable in class org.jplate.tabular.cdv.parser.impl.defaults.Token
beginLine and beginColumn describe the position of the first character of this token; endLine and endColumn describe the position of the last character of this token.
beginColumn - Variable in class org.jplate.tabular.csv.parser.impl.defaults.Token
beginLine and beginColumn describe the position of the first character of this token; endLine and endColumn describe the position of the last character of this token.
beginColumn - Variable in class org.jplate.tabular.tdv.parser.impl.defaults.Token
beginLine and beginColumn describe the position of the first character of this token; endLine and endColumn describe the position of the last character of this token.
beginLine - Variable in class org.jplate.kvp.parser.impl.defaults.Token
beginLine and beginColumn describe the position of the first character of this token; endLine and endColumn describe the position of the last character of this token.
beginLine - Variable in class org.jplate.tabular.cdv.parser.impl.defaults.Token
beginLine and beginColumn describe the position of the first character of this token; endLine and endColumn describe the position of the last character of this token.
beginLine - Variable in class org.jplate.tabular.csv.parser.impl.defaults.Token
beginLine and beginColumn describe the position of the first character of this token; endLine and endColumn describe the position of the last character of this token.
beginLine - Variable in class org.jplate.tabular.tdv.parser.impl.defaults.Token
beginLine and beginColumn describe the position of the first character of this token; endLine and endColumn describe the position of the last character of this token.
BeginToken() - Method in class org.jplate.kvp.parser.impl.defaults.SimpleCharStream
 
BeginToken() - Method in class org.jplate.tabular.cdv.parser.impl.defaults.SimpleCharStream
 
BeginToken() - Method in class org.jplate.tabular.csv.parser.impl.defaults.SimpleCharStream
 
BeginToken() - Method in class org.jplate.tabular.tdv.parser.impl.defaults.SimpleCharStream
 
BranchNodeIfc<BC,LC> - Interface in org.jplate.foundation.node
Defines the API for a branch node.
bufcolumn - Variable in class org.jplate.kvp.parser.impl.defaults.SimpleCharStream
 
bufcolumn - Variable in class org.jplate.tabular.cdv.parser.impl.defaults.SimpleCharStream
 
bufcolumn - Variable in class org.jplate.tabular.csv.parser.impl.defaults.SimpleCharStream
 
bufcolumn - Variable in class org.jplate.tabular.tdv.parser.impl.defaults.SimpleCharStream
 
buffer - Variable in class org.jplate.kvp.parser.impl.defaults.SimpleCharStream
 
buffer - Variable in class org.jplate.tabular.cdv.parser.impl.defaults.SimpleCharStream
 
buffer - Variable in class org.jplate.tabular.csv.parser.impl.defaults.SimpleCharStream
 
buffer - Variable in class org.jplate.tabular.tdv.parser.impl.defaults.SimpleCharStream
 
bufline - Variable in class org.jplate.kvp.parser.impl.defaults.SimpleCharStream
 
bufline - Variable in class org.jplate.tabular.cdv.parser.impl.defaults.SimpleCharStream
 
bufline - Variable in class org.jplate.tabular.csv.parser.impl.defaults.SimpleCharStream
 
bufline - Variable in class org.jplate.tabular.tdv.parser.impl.defaults.SimpleCharStream
 
bufpos - Variable in class org.jplate.kvp.parser.impl.defaults.SimpleCharStream
 
bufpos - Variable in class org.jplate.tabular.cdv.parser.impl.defaults.SimpleCharStream
 
bufpos - Variable in class org.jplate.tabular.csv.parser.impl.defaults.SimpleCharStream
 
bufpos - Variable in class org.jplate.tabular.tdv.parser.impl.defaults.SimpleCharStream
 
bufsize - Variable in class org.jplate.kvp.parser.impl.defaults.SimpleCharStream
 
bufsize - Variable in class org.jplate.tabular.cdv.parser.impl.defaults.SimpleCharStream
 
bufsize - Variable in class org.jplate.tabular.csv.parser.impl.defaults.SimpleCharStream
 
bufsize - Variable in class org.jplate.tabular.tdv.parser.impl.defaults.SimpleCharStream
 
buildEnd(int, int) - Method in interface org.jplate.foundation.parser.JPlateBuilderIfc
This method is called when parsing has completed.
buildEnd(int, int) - Method in class org.jplate.kvp.parser.impl.defaults.DefaultKvpListBuilder
This method is called when parsing has completed.
buildEnd(int, int) - Method in class org.jplate.kvp.parser.impl.defaults.DefaultKvpMapBuilder
This method is called when parsing has completed.
buildEnd(int, int) - Method in class org.jplate.tabular.parser.impl.defaults.DefaultTableBuilder
This method is called when parsing has completed.
buildEnd(int, int) - Method in class org.jplate.tabular.parser.impl.defaults.DefaultTabularListBuilder
This method is called when parsing has completed.
BUILDER_IS_NULL_MSG - Static variable in interface org.jplate.foundation.parser.javacc.JavaccParserIfc
Denotes a null builder.
BuilderIfc<V> - Interface in org.jplate.foundation.gof.builder
Defines the "Gand of Four" Builder pattern: "Separate the construction of a complex object from its representation so that the same construction process can create different representations," p97 Design Patterns - Elements of Reusable Object-Oriented Software.
BuildException - Exception in org.jplate.foundation.gof.builder
Raised if problems arise building objects.
BuildException() - Constructor for exception org.jplate.foundation.gof.builder.BuildException
Default constructor.
BuildException(String) - Constructor for exception org.jplate.foundation.gof.builder.BuildException
This constructor sets the message.
BuildException(Throwable) - Constructor for exception org.jplate.foundation.gof.builder.BuildException
This constructor sets the root cause.
BuildException(String, Throwable) - Constructor for exception org.jplate.foundation.gof.builder.BuildException
This constructor sets the message and root cause.
buildField(String, int, int) - Method in class org.jplate.tabular.parser.impl.defaults.DefaultTableBuilder
This method is called when a field is encountered.
buildField(String, int, int) - Method in class org.jplate.tabular.parser.impl.defaults.DefaultTabularListBuilder
This method is called when a field is encountered.
buildField(String, int, int) - Method in interface org.jplate.tabular.parser.TabularBuilderIfc
This method is called when a field is encountered.
buildKeyValuePair(KvpParseContextIfc) - Method in class org.jplate.kvp.parser.impl.defaults.DefaultKvpListBuilder
This method is called when key / value pairs have been parsed.
buildKeyValuePair(KvpParseContextIfc) - Method in class org.jplate.kvp.parser.impl.defaults.DefaultKvpMapBuilder
This method is called when key / value pairs have been parsed.
buildKeyValuePair(KvpParseContextIfc) - Method in interface org.jplate.kvp.parser.KvpBuilderIfc
This method is called when key / value pairs have been parsed.
buildOmittedField(int, int) - Method in class org.jplate.tabular.parser.impl.defaults.DefaultTableBuilder
This method is called when a field is omitted.
buildOmittedField(int, int) - Method in class org.jplate.tabular.parser.impl.defaults.DefaultTabularListBuilder
This method is called when a field is omitted.
buildOmittedField(int, int) - Method in interface org.jplate.tabular.parser.TabularBuilderIfc
This method is called when a field is omitted.
buildQuotedField(String, int, int) - Method in interface org.jplate.tabular.csv.parser.CsvBuilderIfc
This method is called when a quoted field is found.
buildQuotedField(String, int, int) - Method in class org.jplate.tabular.parser.impl.defaults.DefaultTableBuilder
This method is called when a quoted field is found.
buildQuotedField(String, int, int) - Method in class org.jplate.tabular.parser.impl.defaults.DefaultTabularListBuilder
This method is called when a quoted field is found.
buildRecord(int) - Method in class org.jplate.tabular.parser.impl.defaults.DefaultTableBuilder
This method is called when a record is to be built.
buildRecord(int) - Method in class org.jplate.tabular.parser.impl.defaults.DefaultTabularListBuilder
This method is called when a record is to be built.
buildRecord(int) - Method in interface org.jplate.tabular.parser.TabularBuilderIfc
This method is called when a record is to be built.
buildStart() - Method in class org.jplate.foundation.parser.impl.AbstractJPlateListBuilder
This method is called when parsing is to begin.
buildStart() - Method in class org.jplate.foundation.parser.impl.AbstractJPlateMapBuilder
This method is called when parsing is to begin.
buildStart() - Method in interface org.jplate.foundation.parser.JPlateBuilderIfc
This method is called when parsing is to begin.
buildStart() - Method in class org.jplate.kvp.parser.impl.defaults.DefaultKvpMapBuilder
This method is called when parsing is to begin.
buildStart() - Method in class org.jplate.tabular.parser.impl.defaults.DefaultTableBuilder
This method is called when parsing is to begin.

C

CdvBuilderFactoryIfc<V extends CdvBuilderIfc<?>> - Interface in org.jplate.tabular.cdv.parser
Factory for creating implementations of CdvBuilderIfc's.
CdvBuilderIfc<V> - Interface in org.jplate.tabular.cdv.parser
Defines a CDV (colon delimited values) builder.
CdvListBuilderIfc - Interface in org.jplate.tabular.cdv.parser
Defines a CDV (colon delimited values) builder who builds a list to hold each row and a list of Strings for each column.
CdvParserFactoryIfc<V extends CdvParserIfc<?>> - Interface in org.jplate.tabular.cdv.parser
Factory for creating implementations of CdvParserIfc's.
CdvParserIfc<B extends CdvBuilderIfc<?>> - Interface in org.jplate.tabular.cdv.parser
Defines a parser for CDV (colon delimited values) data.
CdvTableBuilderIfc - Interface in org.jplate.tabular.cdv.parser
Defines a CDV (colon delimited values) builder who builds a TableIfc.
CdvUtil - Class in org.jplate.tabular.util
CDV related utilities.
CdvUtil() - Constructor for class org.jplate.tabular.util.CdvUtil
Default constructor not allowed.
ChainOfResponsibilityFactoryIfc<V extends ChainOfResponsibilityIfc<?,?>> - Interface in org.jplate.foundation.gof.cor
Defines a factory for creating implementations of ChainOfResponsibilityIfc.
ChainOfResponsibilityIfc<V,P extends ProcessorIfc<V>> - Interface in org.jplate.foundation.gof.cor
Defines the "Gang of Four" Chain of Responsibility pattern: "Avoid coupling the sender of a request to its receiver by giving more than one object a chance to handle the request.
CLASS_PATH - Static variable in class org.jplate.foundation.util.SystemProperties
Access to class path so one does not have to query a collection....
CLASS_PATH_PROPERTY - Static variable in class org.jplate.foundation.util.SystemProperties
Class path property name.
CLASS_VERSION - Static variable in class org.jplate.foundation.util.SystemProperties
Access to class version so one does not have to query a collection....
CLASS_VERSION_PROPERTY - Static variable in class org.jplate.foundation.util.SystemProperties
Class version property name.
Cleanup - Class in org.jplate.foundation.util
Provides common cleanup code for things like streams, database connections, etc.
Cleanup() - Constructor for class org.jplate.foundation.util.Cleanup
 
close(Connection) - Static method in class org.jplate.foundation.util.Cleanup
Close the connection, connection if it is not null.
close(Statement) - Static method in class org.jplate.foundation.util.Cleanup
Close the statement, statement if it is not null.
close(ResultSet) - Static method in class org.jplate.foundation.util.Cleanup
Close the result set, resultSet if it is not null.
close(Connection, Statement) - Static method in class org.jplate.foundation.util.Cleanup
Close the connection, connection, and statement, statement, if not null.
close(Connection, Statement, ResultSet) - Static method in class org.jplate.foundation.util.Cleanup
Close the connection, connection, statement, statement, and result set, resultSet, if not null.
close(Reader) - Static method in class org.jplate.foundation.util.Cleanup
Close the reader, reader if not null.
close(Writer) - Static method in class org.jplate.foundation.util.Cleanup
Close the writer, writer if not null.
close(InputStream) - Static method in class org.jplate.foundation.util.Cleanup
Close the input stream, inputStream if not null.
close(OutputStream) - Static method in class org.jplate.foundation.util.Cleanup
Close the output stream, outputStream if not null.
close() - Method in class org.jplate.tabular.impl.defaults.DefaultRepo
This method will close a repo.
close() - Method in class org.jplate.tabular.impl.defaults.DefaultTable
This method will close a table.
close() - Method in interface org.jplate.tabular.RepoIfc
This method will close a repo.
close() - Method in interface org.jplate.tabular.TableIfc
This method will close a table.
closeCommit(Connection) - Static method in class org.jplate.foundation.util.Cleanup
Close the connection, connection if it is not null.
CloseException - Exception in org.jplate.foundation.exception
Thrown when closing something fails.
CloseException() - Constructor for exception org.jplate.foundation.exception.CloseException
Default constructor.
CloseException(String) - Constructor for exception org.jplate.foundation.exception.CloseException
This constructor sets the message.
CloseException(Throwable) - Constructor for exception org.jplate.foundation.exception.CloseException
This constructor sets the root cause.
CloseException(String, Throwable) - Constructor for exception org.jplate.foundation.exception.CloseException
This constructor sets the message and root cause.
closeFlushed(Writer) - Static method in class org.jplate.foundation.util.Cleanup
Close the writer, writer if not null.
closeFlushed(OutputStream) - Static method in class org.jplate.foundation.util.Cleanup
Close the output stream, outputStream if not null.
closeRollback(Connection) - Static method in class org.jplate.foundation.util.Cleanup
Close the connection, connection if it is not null.
column - Variable in class org.jplate.kvp.parser.impl.defaults.SimpleCharStream
 
column - Variable in class org.jplate.tabular.cdv.parser.impl.defaults.SimpleCharStream
 
column - Variable in class org.jplate.tabular.csv.parser.impl.defaults.SimpleCharStream
 
column - Variable in class org.jplate.tabular.tdv.parser.impl.defaults.SimpleCharStream
 
CommandIfc - Interface in org.jplate.foundation.gof.command
Defines the "Gang of Four" Command pattern: "Encapsulate a request as an object, thereby letting you parameterize clients with different requests, queue or log requests, and support undoable operations," p107 Design Patterns - Elements of Reusable Object-Oriented Software.
ComputeData - Class in org.jplate.foundation.util
Computes values based on an initial values and a default values: if the initial value is null, the default value is returned.
ComputeData() - Constructor for class org.jplate.foundation.util.ComputeData
Default constructor not allowed.
computeMsg(int, int) - Static method in exception org.jplate.tabular.parser.FieldCountMismatchException
 
computeString(String, String) - Static method in class org.jplate.foundation.util.ComputeData
Computes a string value.
computeValue(V, V) - Static method in class org.jplate.foundation.util.ComputeData
Returns value if value is not null or defaultValue if it is.
ContextCommandIfc<C> - Interface in org.jplate.foundation.gof.command
A command that executes against a context (for instance the context may contain the state for execution).
ContextFactoryIfc<V,C> - Interface in org.jplate.foundation.gof.factory
A factory that defines creating objects based upon a context (a parameter that the resulting object needs in order to be created).
ContextInterpreterIfc<C> - Interface in org.jplate.foundation.gof.interpreter
Defines an Interpreter.
CR - Static variable in interface org.jplate.tabular.cdv.parser.impl.defaults.DefaultCdvParserConstants
 
CR - Static variable in interface org.jplate.tabular.csv.parser.impl.defaults.DefaultJPlateCsvParserConstants
 
CR - Static variable in interface org.jplate.tabular.csv.parser.impl.defaults.DefaultRfc4180CsvParserConstants
 
CR - Static variable in interface org.jplate.tabular.tdv.parser.impl.defaults.DefaultTdvParserConstants
 
create() - Method in class org.jplate.foundation.gof.cor.impl.defaults.DefaultChainOfResponsibilityFactory
Creates a new object.
create(C) - Method in interface org.jplate.foundation.gof.factory.ContextFactoryIfc
Creates a new object.
create() - Method in interface org.jplate.foundation.gof.factory.FactoryIfc
Creates a new object.
create(N) - Method in class org.jplate.foundation.node.attribute.impl.defaults.DefaultAttributeFactory
Creates an attribute whose name is name
create() - Method in class org.jplate.foundation.node.tag.impl.defaults.DefaultTagContextFactory
Creates a DefaultTagContext.
create() - Method in class org.jplate.foundation.util.impl.SynchronizedHashMapFactory
Creates and returns a synchronized Map backed by a HashMap.
create() - Method in class org.jplate.foundation.util.impl.SynchronizedLinkedListFactory
Creates and returns a synchronized List backed by a LinkedList.
create() - Method in class org.jplate.foundation.util.impl.UnsynchronizedHashMapFactory
Creates and returns a HashMap.
create() - Method in class org.jplate.foundation.util.impl.UnsynchronizedLinkedListFactory
Creates and returns a LinkedList.
create() - Method in class org.jplate.kvp.impl.defaults.DefaultKvpFactory
Creates a new object.
create() - Method in class org.jplate.kvp.parser.impl.defaults.DefaultKvpParserFactory
Creates a new object.
create() - Method in class org.jplate.tabular.impl.defaults.DefaultFieldFactory
Creates a new object.
create() - Method in class org.jplate.tabular.impl.defaults.DefaultRecordFactory
Creates a new object.
create() - Method in class org.jplate.tabular.impl.defaults.DefaultRepoFactory
Creates a new object.
create() - Method in class org.jplate.tabular.impl.defaults.DefaultTableFactory
Creates a new object.
createBranchNode(BranchNodeIfc<BC, LC>) - Method in class org.jplate.foundation.node.impl.defaults.DefaultNodeFactory
This will create a branch node whose parent is parent.
createBranchNode() - Method in class org.jplate.foundation.node.impl.defaults.DefaultNodeFactory
This will create a branch node who has no parent.
createBranchNode(BranchNodeIfc<BC, LC>) - Method in interface org.jplate.foundation.node.NodeFactoryIfc
This will create a branch node whose parent is parent.
createBranchNode() - Method in interface org.jplate.foundation.node.NodeFactoryIfc
This will create a branch node who has no parent.
createCopy() - Method in interface org.jplate.foundation.gof.prototype.PrototypeIfc
Creates a copy of self.
createCopy() - Method in class org.jplate.kvp.parser.impl.defaults.DefaultKvpParseContext
Creates a copy of self.
CreateException - Exception in org.jplate.foundation.exception
Thrown when creating something fails.
CreateException() - Constructor for exception org.jplate.foundation.exception.CreateException
Default constructor.
CreateException(String) - Constructor for exception org.jplate.foundation.exception.CreateException
This constructor sets the message.
CreateException(Throwable) - Constructor for exception org.jplate.foundation.exception.CreateException
This constructor sets the root cause.
CreateException(String, Throwable) - Constructor for exception org.jplate.foundation.exception.CreateException
This constructor sets the message and root cause.
createField() - Method in class org.jplate.tabular.impl.defaults.DefaultRecord
 
createField() - Method in interface org.jplate.tabular.RecordIfc
 
createInstance() - Method in interface org.jplate.foundation.gof.prototype.PrototypeIfc
Creates a new instance of self (non populated).
createInstance() - Method in class org.jplate.kvp.parser.impl.defaults.DefaultKvpParseContext
Creates a new instance of self (non populated).
createLeafNode(BranchNodeIfc<BC, LC>) - Method in class org.jplate.foundation.node.impl.defaults.DefaultNodeFactory
This will create a leaf node whose parent is parent.
createLeafNode(BranchNodeIfc<BC, LC>) - Method in interface org.jplate.foundation.node.NodeFactoryIfc
This will create a leaf node whose parent is parent.
createRecord() - Method in class org.jplate.tabular.impl.defaults.DefaultTable
createRecord() - Method in interface org.jplate.tabular.TableIfc
 
createSource(S, int, int) - Method in class org.jplate.foundation.source.impl.defaults.DefaultSourceFactory
Create and return a source.
createSource(S, int, int) - Method in interface org.jplate.foundation.source.SourceFactoryIfc
Create and return a source.
createTable() - Method in class org.jplate.tabular.impl.defaults.DefaultRepo
 
createTable() - Method in interface org.jplate.tabular.RepoIfc
 
CsvBuilderFactoryIfc<V extends CsvBuilderIfc<?>> - Interface in org.jplate.tabular.csv.parser
Factory for creating implementations of CsvBuilderIfc's.
CsvBuilderIfc<V> - Interface in org.jplate.tabular.csv.parser
Defines a CSV (comma separated values) builder.
CsvListBuilderIfc - Interface in org.jplate.tabular.csv.parser
Defines a CSV (comma separated values) builder that builds a list to hold each row and a list of Strings for each column.
CsvParserFactoryIfc<V extends CsvParserIfc<?>> - Interface in org.jplate.tabular.csv.parser
Factory for creating implementations of CsvParserIfc's.
CsvParserIfc<B extends CsvBuilderIfc<?>> - Interface in org.jplate.tabular.csv.parser
Defines a parser fot CSV (comman separated values) data.
CsvTableBuilderIfc - Interface in org.jplate.tabular.csv.parser
Defines a CSV (comma separated values) builder that builds a TableIfc.
curChar - Variable in class org.jplate.kvp.parser.impl.defaults.DefaultKvpParserTokenManager
 
curChar - Variable in class org.jplate.tabular.cdv.parser.impl.defaults.DefaultCdvParserTokenManager
 
curChar - Variable in class org.jplate.tabular.csv.parser.impl.defaults.DefaultJPlateCsvParserTokenManager
 
curChar - Variable in class org.jplate.tabular.csv.parser.impl.defaults.DefaultRfc4180CsvParserTokenManager
 
curChar - Variable in class org.jplate.tabular.tdv.parser.impl.defaults.DefaultTdvParserTokenManager
 
curLexState - Variable in class org.jplate.kvp.parser.impl.defaults.DefaultKvpParserTokenManager
 
curLexState - Variable in class org.jplate.tabular.cdv.parser.impl.defaults.DefaultCdvParserTokenManager
 
curLexState - Variable in class org.jplate.tabular.csv.parser.impl.defaults.DefaultJPlateCsvParserTokenManager
 
curLexState - Variable in class org.jplate.tabular.csv.parser.impl.defaults.DefaultRfc4180CsvParserTokenManager
 
curLexState - Variable in class org.jplate.tabular.tdv.parser.impl.defaults.DefaultTdvParserTokenManager
 
currentToken - Variable in exception org.jplate.kvp.parser.impl.defaults.ParseException
This is the last token that has been consumed successfully.
currentToken - Variable in exception org.jplate.tabular.cdv.parser.impl.defaults.ParseException
This is the last token that has been consumed successfully.
currentToken - Variable in exception org.jplate.tabular.csv.parser.impl.defaults.ParseException
This is the last token that has been consumed successfully.
currentToken - Variable in exception org.jplate.tabular.tdv.parser.impl.defaults.ParseException
This is the last token that has been consumed successfully.

D

DATA - Static variable in interface org.jplate.kvp.parser.impl.defaults.DefaultKvpParserConstants
 
debugStream - Variable in class org.jplate.kvp.parser.impl.defaults.DefaultKvpParserTokenManager
 
debugStream - Variable in class org.jplate.tabular.cdv.parser.impl.defaults.DefaultCdvParserTokenManager
 
debugStream - Variable in class org.jplate.tabular.csv.parser.impl.defaults.DefaultJPlateCsvParserTokenManager
 
debugStream - Variable in class org.jplate.tabular.csv.parser.impl.defaults.DefaultRfc4180CsvParserTokenManager
 
debugStream - Variable in class org.jplate.tabular.tdv.parser.impl.defaults.DefaultTdvParserTokenManager
 
DEFAULT - Static variable in interface org.jplate.kvp.parser.impl.defaults.DefaultKvpParserConstants
 
DEFAULT - Static variable in interface org.jplate.tabular.cdv.parser.impl.defaults.DefaultCdvParserConstants
 
DEFAULT - Static variable in interface org.jplate.tabular.csv.parser.impl.defaults.DefaultJPlateCsvParserConstants
 
DEFAULT - Static variable in interface org.jplate.tabular.csv.parser.impl.defaults.DefaultRfc4180CsvParserConstants
 
DEFAULT - Static variable in interface org.jplate.tabular.tdv.parser.impl.defaults.DefaultTdvParserConstants
 
DEFAULT_NEW_LINE - Static variable in class org.jplate.foundation.util.SystemProperties
Default new line.
DEFAULT_REPO_NAME - Static variable in class org.jplate.tabular.impl.defaults.DefaultRepo
Default repo name.
DEFAULT_TABLE_NAME - Static variable in class org.jplate.tabular.impl.defaults.DefaultTable
Default table name.
DEFAULT_WHITE_SPACE - Static variable in class org.jplate.foundation.util.TrimWhiteSpace
This is the default white space to trim.
DefaultAttribute<N,V> - Class in org.jplate.foundation.node.attribute.impl.defaults
Default implementation of AttributeIfc.
DefaultAttribute(N) - Constructor for class org.jplate.foundation.node.attribute.impl.defaults.DefaultAttribute
This constructor sets the name the attribute.
DefaultAttribute() - Constructor for class org.jplate.foundation.node.attribute.impl.defaults.DefaultAttribute
Default constructor not allowed.
DefaultAttributeFactory<V,N> - Class in org.jplate.foundation.node.attribute.impl.defaults
Default implementation of AttributeFactoryIfc that creates DefaultAttribute's.
DefaultAttributeFactory() - Constructor for class org.jplate.foundation.node.attribute.impl.defaults.DefaultAttributeFactory
Default constructor.
DefaultBranchNode<BC,LC> - Class in org.jplate.foundation.node.impl.defaults
Default implementation of BranchNodeIfc.
DefaultBranchNode(BranchNodeIfc<BC, LC>, ListFactoryIfc<NodeIfc<BC, LC>>, NodeFactoryIfc<BC, LC>) - Constructor for class org.jplate.foundation.node.impl.defaults.DefaultBranchNode
This constructor sets the parent, context and factories for self.
DefaultBranchNode(ListFactoryIfc<NodeIfc<BC, LC>>, NodeFactoryIfc<BC, LC>) - Constructor for class org.jplate.foundation.node.impl.defaults.DefaultBranchNode
This constructor sets the factories for self.
DefaultBranchNode(ListFactoryIfc<NodeIfc<BC, LC>>) - Constructor for class org.jplate.foundation.node.impl.defaults.DefaultBranchNode
This constructor sets the factories for self.
DefaultBranchNode(NodeFactoryIfc<BC, LC>) - Constructor for class org.jplate.foundation.node.impl.defaults.DefaultBranchNode
This constructor sets the factories for self.
DefaultBranchNode(BranchNodeIfc<BC, LC>) - Constructor for class org.jplate.foundation.node.impl.defaults.DefaultBranchNode
This constructor sets the parent.
DefaultBranchNode() - Constructor for class org.jplate.foundation.node.impl.defaults.DefaultBranchNode
Default constructor.
DefaultCdvParser<B extends CdvBuilderIfc<?>> - Class in org.jplate.tabular.cdv.parser.impl.defaults
Default implementation of a CDV (colon delimited value) parser.
DefaultCdvParser() - Constructor for class org.jplate.tabular.cdv.parser.impl.defaults.DefaultCdvParser
Default constructor.
DefaultCdvParser(InputStream) - Constructor for class org.jplate.tabular.cdv.parser.impl.defaults.DefaultCdvParser
 
DefaultCdvParser(InputStream, String) - Constructor for class org.jplate.tabular.cdv.parser.impl.defaults.DefaultCdvParser
 
DefaultCdvParser(Reader) - Constructor for class org.jplate.tabular.cdv.parser.impl.defaults.DefaultCdvParser
 
DefaultCdvParser(DefaultCdvParserTokenManager) - Constructor for class org.jplate.tabular.cdv.parser.impl.defaults.DefaultCdvParser
 
DefaultCdvParserConstants - Interface in org.jplate.tabular.cdv.parser.impl.defaults
 
DefaultCdvParserTokenManager - Class in org.jplate.tabular.cdv.parser.impl.defaults
 
DefaultCdvParserTokenManager(SimpleCharStream) - Constructor for class org.jplate.tabular.cdv.parser.impl.defaults.DefaultCdvParserTokenManager
 
DefaultCdvParserTokenManager(SimpleCharStream, int) - Constructor for class org.jplate.tabular.cdv.parser.impl.defaults.DefaultCdvParserTokenManager
 
DefaultChainOfResponsibility<V,P extends ProcessorIfc<V>> - Class in org.jplate.foundation.gof.cor.impl.defaults
Default implementation of the "Gang of Four" Chain of Responsibility pattern: "Avoid coupling the sender of a request to its receiver by giving more than one object a chance to handle the request.
DefaultChainOfResponsibility(ListFactoryIfc<P>) - Constructor for class org.jplate.foundation.gof.cor.impl.defaults.DefaultChainOfResponsibility
This constructor uses listFactory to build its internal list to hold processors in the chain.
DefaultChainOfResponsibility() - Constructor for class org.jplate.foundation.gof.cor.impl.defaults.DefaultChainOfResponsibility
Default constructor.
DefaultChainOfResponsibilityFactory<V,P extends ProcessorIfc<V>> - Class in org.jplate.foundation.gof.cor.impl.defaults
Default implementation of ChainOfResponsibilityFactoryIfc.
DefaultChainOfResponsibilityFactory() - Constructor for class org.jplate.foundation.gof.cor.impl.defaults.DefaultChainOfResponsibilityFactory
Default constructor.
DefaultField - Class in org.jplate.tabular.impl.defaults
Default implementation of FieldIfc.
DefaultField(String) - Constructor for class org.jplate.tabular.impl.defaults.DefaultField
This constructor sets the value.
DefaultField() - Constructor for class org.jplate.tabular.impl.defaults.DefaultField
Default constructor.
DefaultFieldFactory - Class in org.jplate.tabular.impl.defaults
Default field factory implementation.
DefaultFieldFactory() - Constructor for class org.jplate.tabular.impl.defaults.DefaultFieldFactory
Default constructor.
DefaultJPlateCsvParser<B extends CsvBuilderIfc<?>> - Class in org.jplate.tabular.csv.parser.impl.defaults
This implementation of a CSV parser deviates from RFC 4180 in that a record may end with a comma as well as allow fields to be denoted as empty using double commas or preceeding/postceeding commas.
DefaultJPlateCsvParser() - Constructor for class org.jplate.tabular.csv.parser.impl.defaults.DefaultJPlateCsvParser
Default constructor.
DefaultJPlateCsvParser(InputStream) - Constructor for class org.jplate.tabular.csv.parser.impl.defaults.DefaultJPlateCsvParser
 
DefaultJPlateCsvParser(InputStream, String) - Constructor for class org.jplate.tabular.csv.parser.impl.defaults.DefaultJPlateCsvParser
 
DefaultJPlateCsvParser(Reader) - Constructor for class org.jplate.tabular.csv.parser.impl.defaults.DefaultJPlateCsvParser
 
DefaultJPlateCsvParser(DefaultJPlateCsvParserTokenManager) - Constructor for class org.jplate.tabular.csv.parser.impl.defaults.DefaultJPlateCsvParser
 
DefaultJPlateCsvParserConstants - Interface in org.jplate.tabular.csv.parser.impl.defaults
 
DefaultJPlateCsvParserTokenManager - Class in org.jplate.tabular.csv.parser.impl.defaults
 
DefaultJPlateCsvParserTokenManager(SimpleCharStream) - Constructor for class org.jplate.tabular.csv.parser.impl.defaults.DefaultJPlateCsvParserTokenManager
 
DefaultJPlateCsvParserTokenManager(SimpleCharStream, int) - Constructor for class org.jplate.tabular.csv.parser.impl.defaults.DefaultJPlateCsvParserTokenManager
 
DefaultKvp - Class in org.jplate.kvp.impl.defaults
Default implementation of a KvpIfc.
DefaultKvp(DefaultKvp) - Constructor for class org.jplate.kvp.impl.defaults.DefaultKvp
Copy constructor.
DefaultKvp(KvpIfc) - Constructor for class org.jplate.kvp.impl.defaults.DefaultKvp
Copy constructor.
DefaultKvp() - Constructor for class org.jplate.kvp.impl.defaults.DefaultKvp
Default constructor.
DefaultKvpFactory - Class in org.jplate.kvp.impl.defaults
Default Kvp factory.
DefaultKvpFactory() - Constructor for class org.jplate.kvp.impl.defaults.DefaultKvpFactory
Default constructor.
DefaultKvpListBuilder<V extends KvpIfc> - Class in org.jplate.kvp.parser.impl.defaults
Default implementation of a KvpBuilderIfc.
DefaultKvpListBuilder(KvpFactoryIfc<V>, ListFactoryIfc<V>) - Constructor for class org.jplate.kvp.parser.impl.defaults.DefaultKvpListBuilder
This constructor sets the factory to create implementations of KvpIfc as well as the list factory to use to hold the collection of KvpIfc's.
DefaultKvpListBuilder(KvpFactoryIfc<V>) - Constructor for class org.jplate.kvp.parser.impl.defaults.DefaultKvpListBuilder
This constructor sets defines list factory to use to create a collection to hold implementations of KvpIfc's.
DefaultKvpListBuilder() - Constructor for class org.jplate.kvp.parser.impl.defaults.DefaultKvpListBuilder
Default constructor not allowed.
DefaultKvpMapBuilder - Class in org.jplate.kvp.parser.impl.defaults
Kvp builder that constructs Map's containing String name/value pairs.
DefaultKvpMapBuilder(MapFactoryIfc<String, String>) - Constructor for class org.jplate.kvp.parser.impl.defaults.DefaultKvpMapBuilder
This constructor sets the map factory that is use to hold name/value pairs.
DefaultKvpMapBuilder() - Constructor for class org.jplate.kvp.parser.impl.defaults.DefaultKvpMapBuilder
Default constructor.
DefaultKvpParseContext - Class in org.jplate.kvp.parser.impl.defaults
Default implementation of KvpParseIfc.
DefaultKvpParseContext(DefaultKvpParseContext) - Constructor for class org.jplate.kvp.parser.impl.defaults.DefaultKvpParseContext
This is the copy constructor.
DefaultKvpParseContext() - Constructor for class org.jplate.kvp.parser.impl.defaults.DefaultKvpParseContext
Default constructor.
DefaultKvpParser<B extends KvpBuilderIfc<?>> - Class in org.jplate.kvp.parser.impl.defaults
Default implementation of a KVP (key value pair) parser.
DefaultKvpParser(KvpParseContextIfc<?>) - Constructor for class org.jplate.kvp.parser.impl.defaults.DefaultKvpParser
This constructor sets the parse context to use when parsing.
DefaultKvpParser() - Constructor for class org.jplate.kvp.parser.impl.defaults.DefaultKvpParser
Default constructor not allowed.
DefaultKvpParser(InputStream) - Constructor for class org.jplate.kvp.parser.impl.defaults.DefaultKvpParser
 
DefaultKvpParser(InputStream, String) - Constructor for class org.jplate.kvp.parser.impl.defaults.DefaultKvpParser
 
DefaultKvpParser(Reader) - Constructor for class org.jplate.kvp.parser.impl.defaults.DefaultKvpParser
 
DefaultKvpParser(DefaultKvpParserTokenManager) - Constructor for class org.jplate.kvp.parser.impl.defaults.DefaultKvpParser
 
DefaultKvpParserConstants - Interface in org.jplate.kvp.parser.impl.defaults
 
DefaultKvpParserFactory<B extends KvpBuilderIfc<?>> - Class in org.jplate.kvp.parser.impl.defaults
Default factory implementation for creating implementations of KvpParserIfc's.
DefaultKvpParserFactory() - Constructor for class org.jplate.kvp.parser.impl.defaults.DefaultKvpParserFactory
Default constructor.
DefaultKvpParserTokenManager - Class in org.jplate.kvp.parser.impl.defaults
 
DefaultKvpParserTokenManager(SimpleCharStream) - Constructor for class org.jplate.kvp.parser.impl.defaults.DefaultKvpParserTokenManager
 
DefaultKvpParserTokenManager(SimpleCharStream, int) - Constructor for class org.jplate.kvp.parser.impl.defaults.DefaultKvpParserTokenManager
 
DefaultLeafNode<BC,LC> - Class in org.jplate.foundation.node.impl.defaults
Default implementation of LeafNodeIfc.
DefaultLeafNode(BranchNodeIfc<BC, LC>, LC) - Constructor for class org.jplate.foundation.node.impl.defaults.DefaultLeafNode
Constructor to set the parent and context.
DefaultLeafNode(BranchNodeIfc<BC, LC>) - Constructor for class org.jplate.foundation.node.impl.defaults.DefaultLeafNode
Constructor to set the parent.
DefaultLeafNode() - Constructor for class org.jplate.foundation.node.impl.defaults.DefaultLeafNode
Default constructor not allowed.
defaultLexState - Variable in class org.jplate.kvp.parser.impl.defaults.DefaultKvpParserTokenManager
 
defaultLexState - Variable in class org.jplate.tabular.cdv.parser.impl.defaults.DefaultCdvParserTokenManager
 
defaultLexState - Variable in class org.jplate.tabular.csv.parser.impl.defaults.DefaultJPlateCsvParserTokenManager
 
defaultLexState - Variable in class org.jplate.tabular.csv.parser.impl.defaults.DefaultRfc4180CsvParserTokenManager
 
defaultLexState - Variable in class org.jplate.tabular.tdv.parser.impl.defaults.DefaultTdvParserTokenManager
 
DefaultNodeFactory<BC,LC> - Class in org.jplate.foundation.node.impl.defaults
Default implementation to create branch and leaf nodes.
DefaultNodeFactory(ListFactoryIfc<NodeIfc<BC, LC>>) - Constructor for class org.jplate.foundation.node.impl.defaults.DefaultNodeFactory
Sets the list factory for creating child NodeIfc lists and the leaf node factory.
DefaultNodeFactory() - Constructor for class org.jplate.foundation.node.impl.defaults.DefaultNodeFactory
Default constructor.
DefaultRecord - Class in org.jplate.tabular.impl.defaults
Default implementation of RecordIfc.
DefaultRecord(FieldFactoryIfc, ListFactoryIfc<FieldIfc>) - Constructor for class org.jplate.tabular.impl.defaults.DefaultRecord
This constructor sets the listFactory to create a List to hold fields that are logically part of a record.
DefaultRecord(FieldFactoryIfc) - Constructor for class org.jplate.tabular.impl.defaults.DefaultRecord
This constructor sets the listFactory to create a List to hold fields that are logically part of a record.
DefaultRecord(ListFactoryIfc<FieldIfc>) - Constructor for class org.jplate.tabular.impl.defaults.DefaultRecord
This constructor sets the listFactory to create a List to hold fields that are logically part of a record.
DefaultRecord() - Constructor for class org.jplate.tabular.impl.defaults.DefaultRecord
Default constructor that uses a UnsynchronizedLinkedListFactory as the list factory.
DefaultRecordFactory - Class in org.jplate.tabular.impl.defaults
Default record factory implementation.
DefaultRecordFactory() - Constructor for class org.jplate.tabular.impl.defaults.DefaultRecordFactory
Default constructor.
DefaultRepo - Class in org.jplate.tabular.impl.defaults
Default repo implementation.
DefaultRepo(TableFactoryIfc, ListFactoryIfc<TableIfc>, String) - Constructor for class org.jplate.tabular.impl.defaults.DefaultRepo
This constructor sets the repo name and uses listFactory to create a List to hold tables that are logically part of a repo.
DefaultRepo(ListFactoryIfc<TableIfc>) - Constructor for class org.jplate.tabular.impl.defaults.DefaultRepo
This constructor uses listFactory to create a List to hold tables that are logically part of a repo.
DefaultRepo(String) - Constructor for class org.jplate.tabular.impl.defaults.DefaultRepo
This constructor sets the repo name and uses a UnsynchronizedLinkedListFactory as the list factory.
DefaultRepo() - Constructor for class org.jplate.tabular.impl.defaults.DefaultRepo
Default constructor.
DefaultRepoFactory - Class in org.jplate.tabular.impl.defaults
 
DefaultRepoFactory() - Constructor for class org.jplate.tabular.impl.defaults.DefaultRepoFactory
Default constructor.
DefaultRfc4180CsvParser<B extends CsvBuilderIfc<?>> - Class in org.jplate.tabular.csv.parser.impl.defaults
This CSV parser strictly adheres to RFC 4180 Please note: This class is not thread-safe.
DefaultRfc4180CsvParser() - Constructor for class org.jplate.tabular.csv.parser.impl.defaults.DefaultRfc4180CsvParser
Default constructor.
DefaultRfc4180CsvParser(InputStream) - Constructor for class org.jplate.tabular.csv.parser.impl.defaults.DefaultRfc4180CsvParser
 
DefaultRfc4180CsvParser(InputStream, String) - Constructor for class org.jplate.tabular.csv.parser.impl.defaults.DefaultRfc4180CsvParser
 
DefaultRfc4180CsvParser(Reader) - Constructor for class org.jplate.tabular.csv.parser.impl.defaults.DefaultRfc4180CsvParser
 
DefaultRfc4180CsvParser(DefaultRfc4180CsvParserTokenManager) - Constructor for class org.jplate.tabular.csv.parser.impl.defaults.DefaultRfc4180CsvParser
 
DefaultRfc4180CsvParserConstants - Interface in org.jplate.tabular.csv.parser.impl.defaults
 
DefaultRfc4180CsvParserTokenManager - Class in org.jplate.tabular.csv.parser.impl.defaults
 
DefaultRfc4180CsvParserTokenManager(SimpleCharStream) - Constructor for class org.jplate.tabular.csv.parser.impl.defaults.DefaultRfc4180CsvParserTokenManager
 
DefaultRfc4180CsvParserTokenManager(SimpleCharStream, int) - Constructor for class org.jplate.tabular.csv.parser.impl.defaults.DefaultRfc4180CsvParserTokenManager
 
DefaultSource<S> - Class in org.jplate.foundation.source.impl.defaults
Default implementation of SourceIfc.
DefaultSource(S, int, int) - Constructor for class org.jplate.foundation.source.impl.defaults.DefaultSource
This constructor sets-up the source, line an column where something exists.
DefaultSource() - Constructor for class org.jplate.foundation.source.impl.defaults.DefaultSource
Default constructor not allowed.
DefaultSourceFactory<S> - Class in org.jplate.foundation.source.impl.defaults
Default implementation of SourceFactoryIfc that creates DefaultSource.
DefaultSourceFactory() - Constructor for class org.jplate.foundation.source.impl.defaults.DefaultSourceFactory
Default constructor.
DefaultTable - Class in org.jplate.tabular.impl.defaults
Default implementation of a TableIfc.
DefaultTable(RecordFactoryIfc, ListFactoryIfc<RecordIfc>, String) - Constructor for class org.jplate.tabular.impl.defaults.DefaultTable
This constructor sets the table name and uses listFactory to create a List to hold records that are part of a table.
DefaultTable(ListFactoryIfc<RecordIfc>) - Constructor for class org.jplate.tabular.impl.defaults.DefaultTable
This constructor uses listFactory to create a List to hold tables that are logically part of a repo.
DefaultTable(String) - Constructor for class org.jplate.tabular.impl.defaults.DefaultTable
This constructor sets the repo name and uses a UnsynchronizedLinkedListFactory as the list factory.
DefaultTable() - Constructor for class org.jplate.tabular.impl.defaults.DefaultTable
Default constructor.
DefaultTableBuilder - Class in org.jplate.tabular.parser.impl.defaults
Default implementation of a tabular builder.
DefaultTableBuilder(TableFactoryIfc) - Constructor for class org.jplate.tabular.parser.impl.defaults.DefaultTableBuilder
This constructor sets the table factory used when creating results.
DefaultTableBuilder() - Constructor for class org.jplate.tabular.parser.impl.defaults.DefaultTableBuilder
Default constructor.
DefaultTableFactory - Class in org.jplate.tabular.impl.defaults
Default table factory implementation.
DefaultTableFactory() - Constructor for class org.jplate.tabular.impl.defaults.DefaultTableFactory
Default constructor.
DefaultTabularListBuilder - Class in org.jplate.tabular.parser.impl.defaults
Implementation of a TabularBuilderIfc that uses List to hold rows and fields.
DefaultTabularListBuilder(ListFactoryIfc<List<String>>, ListFactoryIfc<String>) - Constructor for class org.jplate.tabular.parser.impl.defaults.DefaultTabularListBuilder
This constructor sets the list factory used when creating results.
DefaultTabularListBuilder() - Constructor for class org.jplate.tabular.parser.impl.defaults.DefaultTabularListBuilder
Default constructor.
DefaultTagContext<T,A extends AttributeIfc<?,?>> - Class in org.jplate.foundation.node.tag.impl.defaults
Default implementation of TagContextIfc.
DefaultTagContext(ListFactoryIfc<A>) - Constructor for class org.jplate.foundation.node.tag.impl.defaults.DefaultTagContext
This constructor uses listFactory to create a collection to hold AttributeIfc's.
DefaultTagContext() - Constructor for class org.jplate.foundation.node.tag.impl.defaults.DefaultTagContext
Default constructor not allowed.
DefaultTagContextFactory<T,A extends AttributeIfc<?,?>> - Class in org.jplate.foundation.node.tag.impl.defaults
Factory to create DefaultTagContext's.
DefaultTagContextFactory(ListFactoryIfc<A>) - Constructor for class org.jplate.foundation.node.tag.impl.defaults.DefaultTagContextFactory
Constructor sets up the ListFactoryIfc that is used by DefaultTagContext attributes.
DefaultTagContextFactory() - Constructor for class org.jplate.foundation.node.tag.impl.defaults.DefaultTagContextFactory
Default constructor.
DefaultTdvParser<B extends TdvBuilderIfc<?>> - Class in org.jplate.tabular.tdv.parser.impl.defaults
Default implementation of a TDV (tabbed delimited value) parser.
DefaultTdvParser() - Constructor for class org.jplate.tabular.tdv.parser.impl.defaults.DefaultTdvParser
Default constructor.
DefaultTdvParser(InputStream) - Constructor for class org.jplate.tabular.tdv.parser.impl.defaults.DefaultTdvParser
 
DefaultTdvParser(InputStream, String) - Constructor for class org.jplate.tabular.tdv.parser.impl.defaults.DefaultTdvParser
 
DefaultTdvParser(Reader) - Constructor for class org.jplate.tabular.tdv.parser.impl.defaults.DefaultTdvParser
 
DefaultTdvParser(DefaultTdvParserTokenManager) - Constructor for class org.jplate.tabular.tdv.parser.impl.defaults.DefaultTdvParser
 
DefaultTdvParserConstants - Interface in org.jplate.tabular.tdv.parser.impl.defaults
 
DefaultTdvParserTokenManager - Class in org.jplate.tabular.tdv.parser.impl.defaults
 
DefaultTdvParserTokenManager(SimpleCharStream) - Constructor for class org.jplate.tabular.tdv.parser.impl.defaults.DefaultTdvParserTokenManager
 
DefaultTdvParserTokenManager(SimpleCharStream, int) - Constructor for class org.jplate.tabular.tdv.parser.impl.defaults.DefaultTdvParserTokenManager
 
DELIMITER - Static variable in interface org.jplate.tabular.cdv.parser.impl.defaults.DefaultCdvParserConstants
 
DELIMITER - Static variable in interface org.jplate.tabular.csv.parser.impl.defaults.DefaultJPlateCsvParserConstants
 
DELIMITER - Static variable in interface org.jplate.tabular.csv.parser.impl.defaults.DefaultRfc4180CsvParserConstants
 
DELIMITER - Static variable in interface org.jplate.tabular.tdv.parser.impl.defaults.DefaultTdvParserConstants
 
destroy(V) - Method in interface org.jplate.foundation.gof.factory.ContextFactoryIfc
Destroys (or cleans up) object created by self.
destroy(V) - Method in interface org.jplate.foundation.gof.factory.FactoryIfc
Destroys (or cleans up) object created by self.
destroy(V) - Method in class org.jplate.foundation.gof.factory.impl.AbstractContextFactory
Destroys (or cleans up) object created by self.
destroy(V) - Method in class org.jplate.foundation.gof.factory.impl.AbstractFactory
Destroys (or cleans up) object created by self.
destroy(Map<K, V>) - Method in class org.jplate.foundation.util.impl.SynchronizedHashMapFactory
Cleanup a previsously instantiated Map.
destroy(List<V>) - Method in class org.jplate.foundation.util.impl.SynchronizedLinkedListFactory
Clean a previsously instantiated List.
destroy(Map<K, V>) - Method in class org.jplate.foundation.util.impl.UnsynchronizedHashMapFactory
Cleanup a previsously instantiated Map.
destroy(List<V>) - Method in class org.jplate.foundation.util.impl.UnsynchronizedLinkedListFactory
Clean a previsously instantiated List.
disable_tracing() - Method in class org.jplate.kvp.parser.impl.defaults.DefaultKvpParser
 
disable_tracing() - Method in class org.jplate.tabular.cdv.parser.impl.defaults.DefaultCdvParser
 
disable_tracing() - Method in class org.jplate.tabular.csv.parser.impl.defaults.DefaultJPlateCsvParser
 
disable_tracing() - Method in class org.jplate.tabular.csv.parser.impl.defaults.DefaultRfc4180CsvParser
 
disable_tracing() - Method in class org.jplate.tabular.tdv.parser.impl.defaults.DefaultTdvParser
 
Done() - Method in class org.jplate.kvp.parser.impl.defaults.SimpleCharStream
 
Done() - Method in class org.jplate.tabular.cdv.parser.impl.defaults.SimpleCharStream
 
Done() - Method in class org.jplate.tabular.csv.parser.impl.defaults.SimpleCharStream
 
Done() - Method in class org.jplate.tabular.tdv.parser.impl.defaults.SimpleCharStream
 
DOUBLE_QUOTE - Static variable in interface org.jplate.tabular.csv.parser.impl.defaults.DefaultJPlateCsvParserConstants
 
DOUBLE_QUOTE - Static variable in interface org.jplate.tabular.csv.parser.impl.defaults.DefaultRfc4180CsvParserConstants
 

E

enable_tracing() - Method in class org.jplate.kvp.parser.impl.defaults.DefaultKvpParser
 
enable_tracing() - Method in class org.jplate.tabular.cdv.parser.impl.defaults.DefaultCdvParser
 
enable_tracing() - Method in class org.jplate.tabular.csv.parser.impl.defaults.DefaultJPlateCsvParser
 
enable_tracing() - Method in class org.jplate.tabular.csv.parser.impl.defaults.DefaultRfc4180CsvParser
 
enable_tracing() - Method in class org.jplate.tabular.tdv.parser.impl.defaults.DefaultTdvParser
 
endColumn - Variable in class org.jplate.kvp.parser.impl.defaults.Token
beginLine and beginColumn describe the position of the first character of this token; endLine and endColumn describe the position of the last character of this token.
endColumn - Variable in class org.jplate.tabular.cdv.parser.impl.defaults.Token
beginLine and beginColumn describe the position of the first character of this token; endLine and endColumn describe the position of the last character of this token.
endColumn - Variable in class org.jplate.tabular.csv.parser.impl.defaults.Token
beginLine and beginColumn describe the position of the first character of this token; endLine and endColumn describe the position of the last character of this token.
endColumn - Variable in class org.jplate.tabular.tdv.parser.impl.defaults.Token
beginLine and beginColumn describe the position of the first character of this token; endLine and endColumn describe the position of the last character of this token.
endLine - Variable in class org.jplate.kvp.parser.impl.defaults.Token
beginLine and beginColumn describe the position of the first character of this token; endLine and endColumn describe the position of the last character of this token.
endLine - Variable in class org.jplate.tabular.cdv.parser.impl.defaults.Token
beginLine and beginColumn describe the position of the first character of this token; endLine and endColumn describe the position of the last character of this token.
endLine - Variable in class org.jplate.tabular.csv.parser.impl.defaults.Token
beginLine and beginColumn describe the position of the first character of this token; endLine and endColumn describe the position of the last character of this token.
endLine - Variable in class org.jplate.tabular.tdv.parser.impl.defaults.Token
beginLine and beginColumn describe the position of the first character of this token; endLine and endColumn describe the position of the last character of this token.
EOF - Static variable in interface org.jplate.kvp.parser.impl.defaults.DefaultKvpParserConstants
 
EOF - Static variable in interface org.jplate.tabular.cdv.parser.impl.defaults.DefaultCdvParserConstants
 
EOF - Static variable in interface org.jplate.tabular.csv.parser.impl.defaults.DefaultJPlateCsvParserConstants
 
EOF - Static variable in interface org.jplate.tabular.csv.parser.impl.defaults.DefaultRfc4180CsvParserConstants
 
EOF - Static variable in interface org.jplate.tabular.tdv.parser.impl.defaults.DefaultTdvParserConstants
 
EOL - Static variable in interface org.jplate.kvp.parser.impl.defaults.DefaultKvpParserConstants
 
eol - Variable in exception org.jplate.kvp.parser.impl.defaults.ParseException
The end of line string for this machine.
EOL - Static variable in interface org.jplate.tabular.cdv.parser.impl.defaults.DefaultCdvParserConstants
 
eol - Variable in exception org.jplate.tabular.cdv.parser.impl.defaults.ParseException
The end of line string for this machine.
EOL - Static variable in interface org.jplate.tabular.csv.parser.impl.defaults.DefaultJPlateCsvParserConstants
 
EOL - Static variable in interface org.jplate.tabular.csv.parser.impl.defaults.DefaultRfc4180CsvParserConstants
 
eol - Variable in exception org.jplate.tabular.csv.parser.impl.defaults.ParseException
The end of line string for this machine.
EOL - Static variable in interface org.jplate.tabular.tdv.parser.impl.defaults.DefaultTdvParserConstants
 
eol - Variable in exception org.jplate.tabular.tdv.parser.impl.defaults.ParseException
The end of line string for this machine.
equals(Object) - Method in class org.jplate.foundation.node.attribute.impl.defaults.DefaultAttribute
Returns true if self is equal to toCompare or false if not.
equals(Object) - Method in class org.jplate.foundation.source.impl.defaults.DefaultSource
Determines object equality.
equals(Object) - Method in class org.jplate.kvp.impl.defaults.DefaultKvp
EQUALS - Static variable in interface org.jplate.kvp.parser.impl.defaults.DefaultKvpParserConstants
 
errorCode - Variable in error org.jplate.kvp.parser.impl.defaults.TokenMgrError
Indicates the reason why the exception is thrown.
errorCode - Variable in error org.jplate.tabular.cdv.parser.impl.defaults.TokenMgrError
Indicates the reason why the exception is thrown.
errorCode - Variable in error org.jplate.tabular.csv.parser.impl.defaults.TokenMgrError
Indicates the reason why the exception is thrown.
errorCode - Variable in error org.jplate.tabular.tdv.parser.impl.defaults.TokenMgrError
Indicates the reason why the exception is thrown.
ESCAPED_DELIMITER - Static variable in interface org.jplate.tabular.cdv.parser.impl.defaults.DefaultCdvParserConstants
 
ESCAPED_DELIMITER - Static variable in interface org.jplate.tabular.tdv.parser.impl.defaults.DefaultTdvParserConstants
 
ESCAPED_EOL - Static variable in interface org.jplate.kvp.parser.impl.defaults.DefaultKvpParserConstants
 
ESCAPED_EQUALS - Static variable in interface org.jplate.kvp.parser.impl.defaults.DefaultKvpParserConstants
 
execute() - Method in interface org.jplate.foundation.gof.command.CommandIfc
Executes the command.
execute(C) - Method in interface org.jplate.foundation.gof.command.ContextCommandIfc
Executes the command against context.
ExecuteException - Exception in org.jplate.foundation.gof.command
Raised if problems arise executing commands.
ExecuteException() - Constructor for exception org.jplate.foundation.gof.command.ExecuteException
Default constructor.
ExecuteException(String) - Constructor for exception org.jplate.foundation.gof.command.ExecuteException
This constructor sets the message.
ExecuteException(Throwable) - Constructor for exception org.jplate.foundation.gof.command.ExecuteException
This constructor sets the root cause.
ExecuteException(String, Throwable) - Constructor for exception org.jplate.foundation.gof.command.ExecuteException
This constructor sets the message and root cause.
ExpandBuff(boolean) - Method in class org.jplate.kvp.parser.impl.defaults.SimpleCharStream
 
ExpandBuff(boolean) - Method in class org.jplate.tabular.cdv.parser.impl.defaults.SimpleCharStream
 
ExpandBuff(boolean) - Method in class org.jplate.tabular.csv.parser.impl.defaults.SimpleCharStream
 
ExpandBuff(boolean) - Method in class org.jplate.tabular.tdv.parser.impl.defaults.SimpleCharStream
 
expectedTokenSequences - Variable in exception org.jplate.kvp.parser.impl.defaults.ParseException
Each entry in this array is an array of integers.
expectedTokenSequences - Variable in exception org.jplate.tabular.cdv.parser.impl.defaults.ParseException
Each entry in this array is an array of integers.
expectedTokenSequences - Variable in exception org.jplate.tabular.csv.parser.impl.defaults.ParseException
Each entry in this array is an array of integers.
expectedTokenSequences - Variable in exception org.jplate.tabular.tdv.parser.impl.defaults.ParseException
Each entry in this array is an array of integers.
ExternalizableStrategyIfc<T> - Interface in org.jplate.foundation.io
This interface defines a strategy to serialize/deserialize an object.

F

FactoryIfc<V> - Interface in org.jplate.foundation.gof.factory
Defines the "Gang of Four" Factory pattern: "Define an interface for creating an object, but let subclasses decide which class to instantiate.
FIELD - Static variable in interface org.jplate.tabular.cdv.parser.impl.defaults.DefaultCdvParserConstants
 
FIELD - Static variable in interface org.jplate.tabular.tdv.parser.impl.defaults.DefaultTdvParserConstants
 
FieldCountMismatchException - Exception in org.jplate.tabular.parser
Thrown when the field count is greater than the maximum number of fields.
FieldCountMismatchException() - Constructor for exception org.jplate.tabular.parser.FieldCountMismatchException
Default constructor.
FieldCountMismatchException(int, int) - Constructor for exception org.jplate.tabular.parser.FieldCountMismatchException
 
FieldCountMismatchException(String, int, int) - Constructor for exception org.jplate.tabular.parser.FieldCountMismatchException
 
FieldCountMismatchException(String) - Constructor for exception org.jplate.tabular.parser.FieldCountMismatchException
This constructor sets the message.
FieldCountMismatchException(Throwable, int, int) - Constructor for exception org.jplate.tabular.parser.FieldCountMismatchException
 
FieldCountMismatchException(Throwable) - Constructor for exception org.jplate.tabular.parser.FieldCountMismatchException
This constructor sets the root cause and the node that caused self to be raised.
FieldCountMismatchException(String, Throwable, int, int) - Constructor for exception org.jplate.tabular.parser.FieldCountMismatchException
 
FieldCountMismatchException(String, Throwable) - Constructor for exception org.jplate.tabular.parser.FieldCountMismatchException
This constructor sets the message and root cause.
FieldFactoryIfc - Interface in org.jplate.tabular
Defines a field factory.
FieldIfc - Interface in org.jplate.tabular
Defines the concept of a field.
FILE_DOES_NOT_EXIST_MSG - Static variable in interface org.jplate.foundation.parser.javacc.JavaccParserIfc
Denotes a non existent file.
FILE_IS_NULL_MSG - Static variable in interface org.jplate.foundation.parser.javacc.JavaccParserIfc
Denotes a null file.
FILE_SEPARATOR - Static variable in class org.jplate.foundation.util.SystemProperties
Access to file separator so one does not have to query a collection....
FILE_SEPARATOR_PROPERTY - Static variable in class org.jplate.foundation.util.SystemProperties
File separator property name.
FillBuff() - Method in class org.jplate.kvp.parser.impl.defaults.SimpleCharStream
 
FillBuff() - Method in class org.jplate.tabular.cdv.parser.impl.defaults.SimpleCharStream
 
FillBuff() - Method in class org.jplate.tabular.csv.parser.impl.defaults.SimpleCharStream
 
FillBuff() - Method in class org.jplate.tabular.tdv.parser.impl.defaults.SimpleCharStream
 
FindException - Exception in org.jplate.foundation.exception
Thrown when finding something fails.
FindException() - Constructor for exception org.jplate.foundation.exception.FindException
Default constructor.
FindException(String) - Constructor for exception org.jplate.foundation.exception.FindException
This constructor sets the message.
FindException(Throwable) - Constructor for exception org.jplate.foundation.exception.FindException
This constructor sets the root cause.
FindException(String, Throwable) - Constructor for exception org.jplate.foundation.exception.FindException
This constructor sets the message and root cause.
FormattableIfc - Interface in org.jplate.foundation
Classes should implement this interface to gain "prettier" toString() functionality by way of allowing arbitrary prependable text.
FoundationException - Exception in org.jplate.foundation
Base exception for all foundations exceptions.
FoundationException() - Constructor for exception org.jplate.foundation.FoundationException
Default constructor.
FoundationException(String) - Constructor for exception org.jplate.foundation.FoundationException
This constructor sets the message.
FoundationException(Throwable) - Constructor for exception org.jplate.foundation.FoundationException
This constructor sets the root cause.
FoundationException(String, Throwable) - Constructor for exception org.jplate.foundation.FoundationException
This constructor sets the message and root cause.

G

generateParseException() - Method in class org.jplate.kvp.parser.impl.defaults.DefaultKvpParser
 
generateParseException() - Method in class org.jplate.tabular.cdv.parser.impl.defaults.DefaultCdvParser
 
generateParseException() - Method in class org.jplate.tabular.csv.parser.impl.defaults.DefaultJPlateCsvParser
 
generateParseException() - Method in class org.jplate.tabular.csv.parser.impl.defaults.DefaultRfc4180CsvParser
 
generateParseException() - Method in class org.jplate.tabular.tdv.parser.impl.defaults.DefaultTdvParser
 
getActualResultList() - Method in class org.jplate.foundation.parser.impl.AbstractJPlateListBuilder
This method returns the actual result and is available to subclasses.
getActualResultMap() - Method in class org.jplate.foundation.parser.impl.AbstractJPlateMapBuilder
This method returns the actual result and is available to subclasses.
getAsList(InputStream) - Static method in class org.jplate.kvp.util.KvpUtil
Create a List of KVP parsed data contained in inputStream.
getAsList(Reader) - Static method in class org.jplate.kvp.util.KvpUtil
Create a List of KVP parsed data contained in reader.
getAsList(String) - Static method in class org.jplate.kvp.util.KvpUtil
Create a List of KVP parsed data contained in string.
getAsList(File) - Static method in class org.jplate.kvp.util.KvpUtil
Create a List of KVP parsed data contained in file.
getAsList(InputStream) - Static method in class org.jplate.tabular.util.CdvUtil
Create a List of CDV parsed data contained in inputStream.
getAsList(Reader) - Static method in class org.jplate.tabular.util.CdvUtil
Create a List of CDV parsed data contained in reader.
getAsList(String) - Static method in class org.jplate.tabular.util.CdvUtil
Create a List of CDV parsed data contained in string.
getAsList(File) - Static method in class org.jplate.tabular.util.CdvUtil
Create a List of CDV parsed data contained in file.
getAsList(InputStream) - Static method in class org.jplate.tabular.util.JPlateCsvUtil
Create a List of JPlate CSV parsed data contained in inputStream.
getAsList(Reader) - Static method in class org.jplate.tabular.util.JPlateCsvUtil
Create a List of JPlate CSV parsed data contained in reader.
getAsList(String) - Static method in class org.jplate.tabular.util.JPlateCsvUtil
Create a List of JPlate CSV parsed data contained in string.
getAsList(File) - Static method in class org.jplate.tabular.util.JPlateCsvUtil
Create a List of JPlate CSV parsed data contained in file.
getAsList(InputStream) - Static method in class org.jplate.tabular.util.Rfc4180CsvUtil
Create a List of RFC 4180 compliant CSV parsed data contained in inputStream.
getAsList(Reader) - Static method in class org.jplate.tabular.util.Rfc4180CsvUtil
Create a List of RFC 4180 compliant CSV parsed data contained in reader.
getAsList(String) - Static method in class org.jplate.tabular.util.Rfc4180CsvUtil
Create a List of RFC 4180 compliant CSV parsed data contained in string.
getAsList(File) - Static method in class org.jplate.tabular.util.Rfc4180CsvUtil
Create a List of RFC 4180 compliant CSV parsed data contained in file.
getAsList(InputStream) - Static method in class org.jplate.tabular.util.TdvUtil
Create a List of TDV parsed data contained in inputStream.
getAsList(Reader) - Static method in class org.jplate.tabular.util.TdvUtil
Create a List of TDV parsed data contained in reader.
getAsList(String) - Static method in class org.jplate.tabular.util.TdvUtil
Create a List of TDV parsed data contained in string.
getAsList(File) - Static method in class org.jplate.tabular.util.TdvUtil
Create a List of TDV parsed data contained in file.
getAsMap(InputStream) - Static method in class org.jplate.kvp.util.KvpUtil
Create a Map of KVP parsed data contained in inputStream.
getAsMap(Reader) - Static method in class org.jplate.kvp.util.KvpUtil
Create a Map of KVP parsed data contained in reader.
getAsMap(String) - Static method in class org.jplate.kvp.util.KvpUtil
Create a Map of KVP parsed data contained in string.
getAsMap(File) - Static method in class org.jplate.kvp.util.KvpUtil
Create a Map of KVP parsed data contained in file.
getAsTable(InputStream) - Static method in class org.jplate.tabular.util.CdvUtil
Create a TableIfc of CDV parsed data contained in inputStream.
getAsTable(Reader) - Static method in class org.jplate.tabular.util.CdvUtil
Create a TableIfc of CDV parsed data contained in reader.
getAsTable(String) - Static method in class org.jplate.tabular.util.CdvUtil
Create a TableIfc of CDV parsed data contained in string.
getAsTable(File) - Static method in class org.jplate.tabular.util.CdvUtil
Create a TableIfc of CDV parsed data contained in file.
getAsTable(InputStream) - Static method in class org.jplate.tabular.util.JPlateCsvUtil
Create a TableIfc of JPlate CSV parsed data contained in inputStream.
getAsTable(Reader) - Static method in class org.jplate.tabular.util.JPlateCsvUtil
Create a TableIfc of JPlate CSV parsed data contained in reader.
getAsTable(String) - Static method in class org.jplate.tabular.util.JPlateCsvUtil
Create a TableIfc of JPlate CSV parsed data contained in string.
getAsTable(File) - Static method in class org.jplate.tabular.util.JPlateCsvUtil
Create a TableIfc of JPlate CSV parsed data contained in file.
getAsTable(InputStream) - Static method in class org.jplate.tabular.util.Rfc4180CsvUtil
Create a TableIfc of RFC 4180 compliant CSV parsed data contained in inputStream.
getAsTable(Reader) - Static method in class org.jplate.tabular.util.Rfc4180CsvUtil
Create a TableIfc of RFC 4180 compliant CSV parsed data contained in reader.
getAsTable(String) - Static method in class org.jplate.tabular.util.Rfc4180CsvUtil
Create a TableIfc of RFC 4180 compliant CSV parsed data contained in string.
getAsTable(File) - Static method in class org.jplate.tabular.util.Rfc4180CsvUtil
Create a TableIfc of RFC 4180 compliant CSV parsed data contained in file.
getAsTable(InputStream) - Static method in class org.jplate.tabular.util.TdvUtil
Create a TableIfc of TDV parsed data contained in inputStream.
getAsTable(Reader) - Static method in class org.jplate.tabular.util.TdvUtil
Create a TableIfc of TDV parsed data contained in reader.
getAsTable(String) - Static method in class org.jplate.tabular.util.TdvUtil
Create a TableIfc of TDV parsed data contained in string.
getAsTable(File) - Static method in class org.jplate.tabular.util.TdvUtil
Create a TableIfc of TDV parsed data contained in file.
getAttributes() - Method in class org.jplate.foundation.node.tag.impl.defaults.DefaultTagContext
Returns the attributes allowing them to be modified externally (for instance adding or modifying).
getAttributes() - Method in interface org.jplate.foundation.node.tag.TagContextIfc
Returns the attributes allowing them to be modified externally (for instance adding or modifying).
getBeginColumn() - Method in class org.jplate.kvp.parser.impl.defaults.SimpleCharStream
 
getBeginColumn() - Method in class org.jplate.tabular.cdv.parser.impl.defaults.SimpleCharStream
 
getBeginColumn() - Method in class org.jplate.tabular.csv.parser.impl.defaults.SimpleCharStream
 
getBeginColumn() - Method in class org.jplate.tabular.tdv.parser.impl.defaults.SimpleCharStream
 
getBeginLine() - Method in class org.jplate.kvp.parser.impl.defaults.SimpleCharStream
 
getBeginLine() - Method in class org.jplate.tabular.cdv.parser.impl.defaults.SimpleCharStream
 
getBeginLine() - Method in class org.jplate.tabular.csv.parser.impl.defaults.SimpleCharStream
 
getBeginLine() - Method in class org.jplate.tabular.tdv.parser.impl.defaults.SimpleCharStream
 
getChildren() - Method in interface org.jplate.foundation.node.BranchNodeIfc
Return the children of self.
getChildren() - Method in class org.jplate.foundation.node.impl.defaults.DefaultBranchNode
Return the children of self.
getColumn() - Method in class org.jplate.foundation.source.impl.defaults.DefaultSource
Returns the column number in SourceIfc.getSource().
getColumn() - Method in interface org.jplate.foundation.source.SourceIfc
Returns the column number in SourceIfc.getSource().
getColumn() - Method in class org.jplate.kvp.parser.impl.defaults.SimpleCharStream
Deprecated.  
getColumn() - Method in class org.jplate.tabular.cdv.parser.impl.defaults.SimpleCharStream
Deprecated.  
getColumn() - Method in class org.jplate.tabular.csv.parser.impl.defaults.SimpleCharStream
Deprecated.  
getColumn() - Method in class org.jplate.tabular.tdv.parser.impl.defaults.SimpleCharStream
Deprecated.  
getContext() - Method in interface org.jplate.foundation.node.BranchNodeIfc
Returns the context.
getContext() - Method in class org.jplate.foundation.node.impl.defaults.DefaultBranchNode
Returns the context.
getContext() - Method in class org.jplate.foundation.node.impl.defaults.DefaultLeafNode
Returns self's context.
getContext() - Method in interface org.jplate.foundation.node.LeafNodeIfc
Returns self's context.
getCurrentRecord() - Method in class org.jplate.tabular.parser.impl.defaults.DefaultTableBuilder
Return the current record.
getCurrentRecord() - Method in class org.jplate.tabular.parser.impl.defaults.DefaultTabularListBuilder
Return the current record.
getEndColumn() - Method in class org.jplate.kvp.parser.impl.defaults.SimpleCharStream
 
getEndColumn() - Method in class org.jplate.tabular.cdv.parser.impl.defaults.SimpleCharStream
 
getEndColumn() - Method in class org.jplate.tabular.csv.parser.impl.defaults.SimpleCharStream
 
getEndColumn() - Method in class org.jplate.tabular.tdv.parser.impl.defaults.SimpleCharStream
 
getEndLine() - Method in class org.jplate.kvp.parser.impl.defaults.SimpleCharStream
 
getEndLine() - Method in class org.jplate.tabular.cdv.parser.impl.defaults.SimpleCharStream
 
getEndLine() - Method in class org.jplate.tabular.csv.parser.impl.defaults.SimpleCharStream
 
getEndLine() - Method in class org.jplate.tabular.tdv.parser.impl.defaults.SimpleCharStream
 
getFieldNumber() - Method in exception org.jplate.tabular.parser.FieldCountMismatchException
Returns the current field number when self was raised.
getFields() - Method in class org.jplate.tabular.impl.defaults.DefaultRecord
Return the collection of fields.
getFields() - Method in interface org.jplate.tabular.RecordIfc
Return the collection of fields.
GetImage() - Method in class org.jplate.kvp.parser.impl.defaults.SimpleCharStream
 
GetImage() - Method in class org.jplate.tabular.cdv.parser.impl.defaults.SimpleCharStream
 
GetImage() - Method in class org.jplate.tabular.csv.parser.impl.defaults.SimpleCharStream
 
GetImage() - Method in class org.jplate.tabular.tdv.parser.impl.defaults.SimpleCharStream
 
getKey() - Method in class org.jplate.kvp.impl.defaults.DefaultKvp
Returns the key.
getKey() - Method in interface org.jplate.kvp.KvpIfc
Returns the key.
getKey() - Method in class org.jplate.kvp.parser.impl.defaults.DefaultKvpParseContext
Return the key.
getKey() - Method in interface org.jplate.kvp.parser.KvpParseContextIfc
Return the key.
getKeyColumn() - Method in class org.jplate.kvp.parser.impl.defaults.DefaultKvpParseContext
Return the column where key was found.
getKeyColumn() - Method in interface org.jplate.kvp.parser.KvpParseContextIfc
Return the column where key was found.
getKeyLine() - Method in class org.jplate.kvp.parser.impl.defaults.DefaultKvpParseContext
Return the line where key was found.
getKeyLine() - Method in interface org.jplate.kvp.parser.KvpParseContextIfc
Return the line where key was found.
getLine() - Method in class org.jplate.foundation.source.impl.defaults.DefaultSource
Returns the line number in SourceIfc.getSource().
getLine() - Method in interface org.jplate.foundation.source.SourceIfc
Returns the line number in SourceIfc.getSource().
getLine() - Method in class org.jplate.kvp.parser.impl.defaults.SimpleCharStream
Deprecated.  
getLine() - Method in class org.jplate.tabular.cdv.parser.impl.defaults.SimpleCharStream
Deprecated.  
getLine() - Method in class org.jplate.tabular.csv.parser.impl.defaults.SimpleCharStream
Deprecated.  
getLine() - Method in class org.jplate.tabular.tdv.parser.impl.defaults.SimpleCharStream
Deprecated.  
getMaxFields() - Method in exception org.jplate.tabular.parser.FieldCountMismatchException
Returns the maximum number of fields when self was raised.
getMessage() - Method in exception org.jplate.kvp.parser.impl.defaults.ParseException
This method has the standard behavior when this object has been created using the standard constructors.
getMessage() - Method in error org.jplate.kvp.parser.impl.defaults.TokenMgrError
You can also modify the body of this method to customize your error messages.
getMessage() - Method in exception org.jplate.tabular.cdv.parser.impl.defaults.ParseException
This method has the standard behavior when this object has been created using the standard constructors.
getMessage() - Method in error org.jplate.tabular.cdv.parser.impl.defaults.TokenMgrError
You can also modify the body of this method to customize your error messages.
getMessage() - Method in exception org.jplate.tabular.csv.parser.impl.defaults.ParseException
This method has the standard behavior when this object has been created using the standard constructors.
getMessage() - Method in error org.jplate.tabular.csv.parser.impl.defaults.TokenMgrError
You can also modify the body of this method to customize your error messages.
getMessage() - Method in exception org.jplate.tabular.tdv.parser.impl.defaults.ParseException
This method has the standard behavior when this object has been created using the standard constructors.
getMessage() - Method in error org.jplate.tabular.tdv.parser.impl.defaults.TokenMgrError
You can also modify the body of this method to customize your error messages.
getName() - Method in interface org.jplate.foundation.node.attribute.AttributeIfc
Returns the name of the attribute.
getName() - Method in class org.jplate.foundation.node.attribute.impl.defaults.DefaultAttribute
Returns the name of the attribute.
getNextToken() - Method in class org.jplate.kvp.parser.impl.defaults.DefaultKvpParser
 
getNextToken() - Method in class org.jplate.kvp.parser.impl.defaults.DefaultKvpParserTokenManager
 
getNextToken() - Method in class org.jplate.tabular.cdv.parser.impl.defaults.DefaultCdvParser
 
getNextToken() - Method in class org.jplate.tabular.cdv.parser.impl.defaults.DefaultCdvParserTokenManager
 
getNextToken() - Method in class org.jplate.tabular.csv.parser.impl.defaults.DefaultJPlateCsvParser
 
getNextToken() - Method in class org.jplate.tabular.csv.parser.impl.defaults.DefaultJPlateCsvParserTokenManager
 
getNextToken() - Method in class org.jplate.tabular.csv.parser.impl.defaults.DefaultRfc4180CsvParser
 
getNextToken() - Method in class org.jplate.tabular.csv.parser.impl.defaults.DefaultRfc4180CsvParserTokenManager
 
getNextToken() - Method in class org.jplate.tabular.tdv.parser.impl.defaults.DefaultTdvParser
 
getNextToken() - Method in class org.jplate.tabular.tdv.parser.impl.defaults.DefaultTdvParserTokenManager
 
getNode() - Method in exception org.jplate.foundation.node.NodeException
This method will return the node that caused self to be raised.
getParent() - Method in class org.jplate.foundation.node.impl.AbstractNode
Returns the parent node.
getParent() - Method in interface org.jplate.foundation.node.NodeIfc
Returns the parent node.
getProcessed() - Method in exception org.jplate.foundation.processor.ProcessException
This method will return the object processed that caused self to be raised.
getProcessors() - Method in interface org.jplate.foundation.gof.cor.ChainOfResponsibilityIfc
Returns the processors who make up the chain.
getProcessors() - Method in class org.jplate.foundation.gof.cor.impl.defaults.DefaultChainOfResponsibility
Returns the processors who make up the chain.
getProperty(String) - Static method in class org.jplate.foundation.util.SystemProperties
Return a property value for the property entitled name or null if one does not exist.
getProperty(String, String) - Static method in class org.jplate.foundation.util.SystemProperties
Return a property value for property name or defaultValue if one does not exist.
getRecords() - Method in class org.jplate.tabular.impl.defaults.DefaultTable
Return the collection of records.
getRecords() - Method in interface org.jplate.tabular.TableIfc
Return the collection of records.
getRepoName() - Method in class org.jplate.tabular.impl.defaults.DefaultRepo
Return the repo name,
getRepoName() - Method in interface org.jplate.tabular.RepoIfc
Return the repo name,
getResult() - Method in interface org.jplate.foundation.gof.builder.BuilderIfc
Return the built object.
getResult() - Method in class org.jplate.foundation.parser.impl.AbstractJPlateListBuilder
Return the built object.
getResult() - Method in class org.jplate.foundation.parser.impl.AbstractJPlateMapBuilder
Return the built object.
getResult() - Method in class org.jplate.kvp.parser.impl.defaults.DefaultKvpMapBuilder
Return the built object.
getResult() - Method in class org.jplate.tabular.parser.impl.defaults.DefaultTableBuilder
Return the built object.
getSource() - Method in class org.jplate.foundation.node.impl.AbstractNode
Returns the source from which self was defined.
getSource() - Method in interface org.jplate.foundation.node.NodeIfc
Returns the source from which self was defined.
getSource() - Method in exception org.jplate.foundation.parser.JPlateParsingException
Return the source from whence parsing was performed and failed.
getSource() - Method in class org.jplate.foundation.source.impl.defaults.DefaultSource
Returns the actual "source." For instance if a source is defined by a File, the file represents the actual source.
getSource() - Method in interface org.jplate.foundation.source.SourceIfc
Returns the actual "source." For instance if a source is defined by a File, the file represents the actual source.
GetSuffix(int) - Method in class org.jplate.kvp.parser.impl.defaults.SimpleCharStream
 
GetSuffix(int) - Method in class org.jplate.tabular.cdv.parser.impl.defaults.SimpleCharStream
 
GetSuffix(int) - Method in class org.jplate.tabular.csv.parser.impl.defaults.SimpleCharStream
 
GetSuffix(int) - Method in class org.jplate.tabular.tdv.parser.impl.defaults.SimpleCharStream
 
getTableName() - Method in class org.jplate.tabular.impl.defaults.DefaultTable
Return the name of the table.
getTableName() - Method in interface org.jplate.tabular.TableIfc
Return the name of the table.
getTables() - Method in class org.jplate.tabular.impl.defaults.DefaultRepo
Return the collection of tables.
getTables() - Method in interface org.jplate.tabular.RepoIfc
Return the collection of tables.
getTabSize(int) - Method in class org.jplate.kvp.parser.impl.defaults.SimpleCharStream
 
getTabSize(int) - Method in class org.jplate.tabular.cdv.parser.impl.defaults.SimpleCharStream
 
getTabSize(int) - Method in class org.jplate.tabular.csv.parser.impl.defaults.SimpleCharStream
 
getTabSize(int) - Method in class org.jplate.tabular.tdv.parser.impl.defaults.SimpleCharStream
 
getTag() - Method in class org.jplate.foundation.node.tag.impl.defaults.DefaultTagContext
Returns the tag of the context.
getTag() - Method in interface org.jplate.foundation.node.tag.TagContextIfc
Returns the tag of the context.
getToken(int) - Method in class org.jplate.kvp.parser.impl.defaults.DefaultKvpParser
 
getToken(int) - Method in class org.jplate.tabular.cdv.parser.impl.defaults.DefaultCdvParser
 
getToken(int) - Method in class org.jplate.tabular.csv.parser.impl.defaults.DefaultJPlateCsvParser
 
getToken(int) - Method in class org.jplate.tabular.csv.parser.impl.defaults.DefaultRfc4180CsvParser
 
getToken(int) - Method in class org.jplate.tabular.tdv.parser.impl.defaults.DefaultTdvParser
 
getValue() - Method in interface org.jplate.foundation.node.attribute.AttributeIfc
Returns the value of the attribute.
getValue() - Method in class org.jplate.foundation.node.attribute.impl.defaults.DefaultAttribute
Returns the value of the attribute.
getValue() - Method in class org.jplate.kvp.impl.defaults.DefaultKvp
Returns the value.
getValue() - Method in interface org.jplate.kvp.KvpIfc
Returns the value.
getValue() - Method in class org.jplate.kvp.parser.impl.defaults.DefaultKvpParseContext
Return the value.
getValue() - Method in interface org.jplate.kvp.parser.KvpParseContextIfc
Return the value.
getValue() - Method in interface org.jplate.tabular.FieldIfc
Return the field's data.
getValue() - Method in class org.jplate.tabular.impl.defaults.DefaultField
Return the field's data.
getValueColumn() - Method in class org.jplate.kvp.parser.impl.defaults.DefaultKvpParseContext
Return the column where value was found.
getValueColumn() - Method in interface org.jplate.kvp.parser.KvpParseContextIfc
Return the column where value was found.
getValueLine() - Method in class org.jplate.kvp.parser.impl.defaults.DefaultKvpParseContext
Return the line where value was found.
getValueLine() - Method in interface org.jplate.kvp.parser.KvpParseContextIfc
Return the line where value was found.
GOFException - Exception in org.jplate.foundation.gof
Base exception for all "Gang of Four" errors.
GOFException() - Constructor for exception org.jplate.foundation.gof.GOFException
Default constructor.
GOFException(String) - Constructor for exception org.jplate.foundation.gof.GOFException
This constructor sets the message.
GOFException(Throwable) - Constructor for exception org.jplate.foundation.gof.GOFException
This constructor sets the root cause.
GOFException(String, Throwable) - Constructor for exception org.jplate.foundation.gof.GOFException
This constructor sets the message and root cause.

H

hashCode() - Method in class org.jplate.foundation.node.attribute.impl.defaults.DefaultAttribute
Returns the hash code representation of self.
hashCode() - Method in class org.jplate.foundation.source.impl.defaults.DefaultSource
hashCode() - Method in class org.jplate.kvp.impl.defaults.DefaultKvp

I

image - Variable in class org.jplate.kvp.parser.impl.defaults.Token
The string image of the token.
image - Variable in class org.jplate.tabular.cdv.parser.impl.defaults.Token
The string image of the token.
image - Variable in class org.jplate.tabular.csv.parser.impl.defaults.Token
The string image of the token.
image - Variable in class org.jplate.tabular.tdv.parser.impl.defaults.Token
The string image of the token.
inBuf - Variable in class org.jplate.kvp.parser.impl.defaults.SimpleCharStream
 
inBuf - Variable in class org.jplate.tabular.cdv.parser.impl.defaults.SimpleCharStream
 
inBuf - Variable in class org.jplate.tabular.csv.parser.impl.defaults.SimpleCharStream
 
inBuf - Variable in class org.jplate.tabular.tdv.parser.impl.defaults.SimpleCharStream
 
input_stream - Variable in class org.jplate.kvp.parser.impl.defaults.DefaultKvpParserTokenManager
 
input_stream - Variable in class org.jplate.tabular.cdv.parser.impl.defaults.DefaultCdvParserTokenManager
 
input_stream - Variable in class org.jplate.tabular.csv.parser.impl.defaults.DefaultJPlateCsvParserTokenManager
 
input_stream - Variable in class org.jplate.tabular.csv.parser.impl.defaults.DefaultRfc4180CsvParserTokenManager
 
input_stream - Variable in class org.jplate.tabular.tdv.parser.impl.defaults.DefaultTdvParserTokenManager
 
INPUT_STREAM_IS_NULL_MSG - Static variable in interface org.jplate.foundation.parser.javacc.JavaccParserIfc
Denotes a null input stream.
inputStream - Variable in class org.jplate.kvp.parser.impl.defaults.SimpleCharStream
 
inputStream - Variable in class org.jplate.tabular.cdv.parser.impl.defaults.SimpleCharStream
 
inputStream - Variable in class org.jplate.tabular.csv.parser.impl.defaults.SimpleCharStream
 
inputStream - Variable in class org.jplate.tabular.tdv.parser.impl.defaults.SimpleCharStream
 
insertNewBranch(BC, int) - Method in interface org.jplate.foundation.node.BranchNodeIfc
Insert a new child branch node at index.
insertNewBranch(BC, int) - Method in class org.jplate.foundation.node.impl.defaults.DefaultBranchNode
Insert a new child branch node at index.
insertNewLeaf(LC, int) - Method in interface org.jplate.foundation.node.BranchNodeIfc
Insert a new child leaf node at index.
insertNewLeaf(LC, int) - Method in class org.jplate.foundation.node.impl.defaults.DefaultBranchNode
Insert a new child leaf node at index.
interpret(C) - Method in interface org.jplate.foundation.gof.interpreter.ContextInterpreterIfc
Requests interpretation using context in processing.
interpret() - Method in interface org.jplate.foundation.gof.interpreter.InterpreterIfc
Requests interpretation.
InterpreterException - Exception in org.jplate.foundation.gof.interpreter
Base exception for interpreter failures.
InterpreterException() - Constructor for exception org.jplate.foundation.gof.interpreter.InterpreterException
Default constructor.
InterpreterException(String) - Constructor for exception org.jplate.foundation.gof.interpreter.InterpreterException
This constructor sets the message.
InterpreterException(Throwable) - Constructor for exception org.jplate.foundation.gof.interpreter.InterpreterException
This constructor sets the root cause.
InterpreterException(String, Throwable) - Constructor for exception org.jplate.foundation.gof.interpreter.InterpreterException
This constructor sets the message and root cause.
InterpreterIfc - Interface in org.jplate.foundation.gof.interpreter
Defines an Interpreter.
INVALID_LEXICAL_STATE - Static variable in error org.jplate.kvp.parser.impl.defaults.TokenMgrError
Tried to change to an invalid lexical state.
INVALID_LEXICAL_STATE - Static variable in error org.jplate.tabular.cdv.parser.impl.defaults.TokenMgrError
Tried to change to an invalid lexical state.
INVALID_LEXICAL_STATE - Static variable in error org.jplate.tabular.csv.parser.impl.defaults.TokenMgrError
Tried to change to an invalid lexical state.
INVALID_LEXICAL_STATE - Static variable in error org.jplate.tabular.tdv.parser.impl.defaults.TokenMgrError
Tried to change to an invalid lexical state.
isOfClass(String, Object, Class) - Static method in class org.jplate.foundation.util.Assert
Ensures that toCheck is of class type klass.
isOfClass(Object, Class) - Static method in class org.jplate.foundation.util.Assert
Ensures that toCheck is of class type klass.
isReferenced(String, Object) - Static method in class org.jplate.foundation.util.Assert
Ensures that toCheck is referencing something other than null.
isReferenced(Object) - Static method in class org.jplate.foundation.util.Assert
Ensures that toCheck is referencing something other than null.

J

JAVA_HOME - Static variable in class org.jplate.foundation.util.SystemProperties
Access to java home so one does not have to query a collection....
JAVA_HOME_PROPERTY - Static variable in class org.jplate.foundation.util.SystemProperties
Java home property name.
JAVA_VENDOR - Static variable in class org.jplate.foundation.util.SystemProperties
Access to java vendor so one does not have to query a collection....
JAVA_VENDOR_PROPERTY - Static variable in class org.jplate.foundation.util.SystemProperties
Java vendor property name.
JAVA_VENDOR_URL - Static variable in class org.jplate.foundation.util.SystemProperties
Access to java vendor URL so one does not have to query a collection....
JAVA_VENDOR_URL_PROPERTY - Static variable in class org.jplate.foundation.util.SystemProperties
Java vendor URL property name.
JAVA_VERSION - Static variable in class org.jplate.foundation.util.SystemProperties
Access to java version so one does not have to query a collection....
JAVA_VERSION_PROPERTY - Static variable in class org.jplate.foundation.util.SystemProperties
Java version property name.
JavaccParserFactoryIfc<V extends JavaccParserIfc<?>> - Interface in org.jplate.foundation.parser.javacc
Factory for creating implementations of JavaccParserIfc's.
JavaccParserIfc<B extends JPlateBuilderIfc<?>> - Interface in org.jplate.foundation.parser.javacc
Defines the interface for all JavaCC related parsers.
jj_consume_token(int) - Method in class org.jplate.kvp.parser.impl.defaults.DefaultKvpParser
 
jj_consume_token(int) - Method in class org.jplate.tabular.cdv.parser.impl.defaults.DefaultCdvParser
 
jj_consume_token(int) - Method in class org.jplate.tabular.csv.parser.impl.defaults.DefaultJPlateCsvParser
 
jj_consume_token(int) - Method in class org.jplate.tabular.csv.parser.impl.defaults.DefaultRfc4180CsvParser
 
jj_consume_token(int) - Method in class org.jplate.tabular.tdv.parser.impl.defaults.DefaultTdvParser
 
jj_expentries - Variable in class org.jplate.kvp.parser.impl.defaults.DefaultKvpParser
 
jj_expentries - Variable in class org.jplate.tabular.cdv.parser.impl.defaults.DefaultCdvParser
 
jj_expentries - Variable in class org.jplate.tabular.csv.parser.impl.defaults.DefaultJPlateCsvParser
 
jj_expentries - Variable in class org.jplate.tabular.csv.parser.impl.defaults.DefaultRfc4180CsvParser
 
jj_expentries - Variable in class org.jplate.tabular.tdv.parser.impl.defaults.DefaultTdvParser
 
jj_expentry - Variable in class org.jplate.kvp.parser.impl.defaults.DefaultKvpParser
 
jj_expentry - Variable in class org.jplate.tabular.cdv.parser.impl.defaults.DefaultCdvParser
 
jj_expentry - Variable in class org.jplate.tabular.csv.parser.impl.defaults.DefaultJPlateCsvParser
 
jj_expentry - Variable in class org.jplate.tabular.csv.parser.impl.defaults.DefaultRfc4180CsvParser
 
jj_expentry - Variable in class org.jplate.tabular.tdv.parser.impl.defaults.DefaultTdvParser
 
jj_gen - Variable in class org.jplate.kvp.parser.impl.defaults.DefaultKvpParser
 
jj_gen - Variable in class org.jplate.tabular.cdv.parser.impl.defaults.DefaultCdvParser
 
jj_gen - Variable in class org.jplate.tabular.csv.parser.impl.defaults.DefaultJPlateCsvParser
 
jj_gen - Variable in class org.jplate.tabular.csv.parser.impl.defaults.DefaultRfc4180CsvParser
 
jj_gen - Variable in class org.jplate.tabular.tdv.parser.impl.defaults.DefaultTdvParser
 
jj_input_stream - Variable in class org.jplate.kvp.parser.impl.defaults.DefaultKvpParser
 
jj_input_stream - Variable in class org.jplate.tabular.cdv.parser.impl.defaults.DefaultCdvParser
 
jj_input_stream - Variable in class org.jplate.tabular.csv.parser.impl.defaults.DefaultJPlateCsvParser
 
jj_input_stream - Variable in class org.jplate.tabular.csv.parser.impl.defaults.DefaultRfc4180CsvParser
 
jj_input_stream - Variable in class org.jplate.tabular.tdv.parser.impl.defaults.DefaultTdvParser
 
jj_kind - Variable in class org.jplate.kvp.parser.impl.defaults.DefaultKvpParser
 
jj_kind - Variable in class org.jplate.tabular.cdv.parser.impl.defaults.DefaultCdvParser
 
jj_kind - Variable in class org.jplate.tabular.csv.parser.impl.defaults.DefaultJPlateCsvParser
 
jj_kind - Variable in class org.jplate.tabular.csv.parser.impl.defaults.DefaultRfc4180CsvParser
 
jj_kind - Variable in class org.jplate.tabular.tdv.parser.impl.defaults.DefaultTdvParser
 
jj_la1 - Variable in class org.jplate.kvp.parser.impl.defaults.DefaultKvpParser
 
jj_la1 - Variable in class org.jplate.tabular.cdv.parser.impl.defaults.DefaultCdvParser
 
jj_la1 - Variable in class org.jplate.tabular.csv.parser.impl.defaults.DefaultJPlateCsvParser
 
jj_la1 - Variable in class org.jplate.tabular.csv.parser.impl.defaults.DefaultRfc4180CsvParser
 
jj_la1 - Variable in class org.jplate.tabular.tdv.parser.impl.defaults.DefaultTdvParser
 
jj_la1_0 - Static variable in class org.jplate.kvp.parser.impl.defaults.DefaultKvpParser
 
jj_la1_0() - Static method in class org.jplate.kvp.parser.impl.defaults.DefaultKvpParser
 
jj_la1_0 - Static variable in class org.jplate.tabular.cdv.parser.impl.defaults.DefaultCdvParser
 
jj_la1_0() - Static method in class org.jplate.tabular.cdv.parser.impl.defaults.DefaultCdvParser
 
jj_la1_0 - Static variable in class org.jplate.tabular.csv.parser.impl.defaults.DefaultJPlateCsvParser
 
jj_la1_0() - Static method in class org.jplate.tabular.csv.parser.impl.defaults.DefaultJPlateCsvParser
 
jj_la1_0 - Static variable in class org.jplate.tabular.csv.parser.impl.defaults.DefaultRfc4180CsvParser
 
jj_la1_0() - Static method in class org.jplate.tabular.csv.parser.impl.defaults.DefaultRfc4180CsvParser
 
jj_la1_0 - Static variable in class org.jplate.tabular.tdv.parser.impl.defaults.DefaultTdvParser
 
jj_la1_0() - Static method in class org.jplate.tabular.tdv.parser.impl.defaults.DefaultTdvParser
 
jj_nt - Variable in class org.jplate.kvp.parser.impl.defaults.DefaultKvpParser
 
jj_nt - Variable in class org.jplate.tabular.cdv.parser.impl.defaults.DefaultCdvParser
 
jj_nt - Variable in class org.jplate.tabular.csv.parser.impl.defaults.DefaultJPlateCsvParser
 
jj_nt - Variable in class org.jplate.tabular.csv.parser.impl.defaults.DefaultRfc4180CsvParser
 
jj_nt - Variable in class org.jplate.tabular.tdv.parser.impl.defaults.DefaultTdvParser
 
jj_ntk - Variable in class org.jplate.kvp.parser.impl.defaults.DefaultKvpParser
 
jj_ntk() - Method in class org.jplate.kvp.parser.impl.defaults.DefaultKvpParser
 
jj_ntk - Variable in class org.jplate.tabular.cdv.parser.impl.defaults.DefaultCdvParser
 
jj_ntk() - Method in class org.jplate.tabular.cdv.parser.impl.defaults.DefaultCdvParser
 
jj_ntk - Variable in class org.jplate.tabular.csv.parser.impl.defaults.DefaultJPlateCsvParser
 
jj_ntk() - Method in class org.jplate.tabular.csv.parser.impl.defaults.DefaultJPlateCsvParser
 
jj_ntk - Variable in class org.jplate.tabular.csv.parser.impl.defaults.DefaultRfc4180CsvParser
 
jj_ntk() - Method in class org.jplate.tabular.csv.parser.impl.defaults.DefaultRfc4180CsvParser
 
jj_ntk - Variable in class org.jplate.tabular.tdv.parser.impl.defaults.DefaultTdvParser
 
jj_ntk() - Method in class org.jplate.tabular.tdv.parser.impl.defaults.DefaultTdvParser
 
jjAddStates(int, int) - Method in class org.jplate.kvp.parser.impl.defaults.DefaultKvpParserTokenManager
 
jjAddStates(int, int) - Method in class org.jplate.tabular.cdv.parser.impl.defaults.DefaultCdvParserTokenManager
 
jjAddStates(int, int) - Method in class org.jplate.tabular.csv.parser.impl.defaults.DefaultJPlateCsvParserTokenManager
 
jjAddStates(int, int) - Method in class org.jplate.tabular.csv.parser.impl.defaults.DefaultRfc4180CsvParserTokenManager
 
jjAddStates(int, int) - Method in class org.jplate.tabular.tdv.parser.impl.defaults.DefaultTdvParserTokenManager
 
jjbitVec0 - Static variable in class org.jplate.kvp.parser.impl.defaults.DefaultKvpParserTokenManager
 
jjbitVec0 - Static variable in class org.jplate.tabular.cdv.parser.impl.defaults.DefaultCdvParserTokenManager
 
jjbitVec0 - Static variable in class org.jplate.tabular.csv.parser.impl.defaults.DefaultJPlateCsvParserTokenManager
 
jjbitVec0 - Static variable in class org.jplate.tabular.csv.parser.impl.defaults.DefaultRfc4180CsvParserTokenManager
 
jjbitVec0 - Static variable in class org.jplate.tabular.tdv.parser.impl.defaults.DefaultTdvParserTokenManager
 
jjCheckNAdd(int) - Method in class org.jplate.kvp.parser.impl.defaults.DefaultKvpParserTokenManager
 
jjCheckNAdd(int) - Method in class org.jplate.tabular.cdv.parser.impl.defaults.DefaultCdvParserTokenManager
 
jjCheckNAdd(int) - Method in class org.jplate.tabular.csv.parser.impl.defaults.DefaultJPlateCsvParserTokenManager
 
jjCheckNAdd(int) - Method in class org.jplate.tabular.csv.parser.impl.defaults.DefaultRfc4180CsvParserTokenManager
 
jjCheckNAdd(int) - Method in class org.jplate.tabular.tdv.parser.impl.defaults.DefaultTdvParserTokenManager
 
jjCheckNAddStates(int, int) - Method in class org.jplate.kvp.parser.impl.defaults.DefaultKvpParserTokenManager
 
jjCheckNAddStates(int) - Method in class org.jplate.kvp.parser.impl.defaults.DefaultKvpParserTokenManager
 
jjCheckNAddStates(int, int) - Method in class org.jplate.tabular.cdv.parser.impl.defaults.DefaultCdvParserTokenManager
 
jjCheckNAddStates(int) - Method in class org.jplate.tabular.cdv.parser.impl.defaults.DefaultCdvParserTokenManager
 
jjCheckNAddStates(int, int) - Method in class org.jplate.tabular.csv.parser.impl.defaults.DefaultJPlateCsvParserTokenManager
 
jjCheckNAddStates(int) - Method in class org.jplate.tabular.csv.parser.impl.defaults.DefaultJPlateCsvParserTokenManager
 
jjCheckNAddStates(int, int) - Method in class org.jplate.tabular.csv.parser.impl.defaults.DefaultRfc4180CsvParserTokenManager
 
jjCheckNAddStates(int) - Method in class org.jplate.tabular.csv.parser.impl.defaults.DefaultRfc4180CsvParserTokenManager
 
jjCheckNAddStates(int, int) - Method in class org.jplate.tabular.tdv.parser.impl.defaults.DefaultTdvParserTokenManager
 
jjCheckNAddStates(int) - Method in class org.jplate.tabular.tdv.parser.impl.defaults.DefaultTdvParserTokenManager
 
jjCheckNAddTwoStates(int, int) - Method in class org.jplate.kvp.parser.impl.defaults.DefaultKvpParserTokenManager
 
jjCheckNAddTwoStates(int, int) - Method in class org.jplate.tabular.cdv.parser.impl.defaults.DefaultCdvParserTokenManager
 
jjCheckNAddTwoStates(int, int) - Method in class org.jplate.tabular.csv.parser.impl.defaults.DefaultJPlateCsvParserTokenManager
 
jjCheckNAddTwoStates(int, int) - Method in class org.jplate.tabular.csv.parser.impl.defaults.DefaultRfc4180CsvParserTokenManager
 
jjCheckNAddTwoStates(int, int) - Method in class org.jplate.tabular.tdv.parser.impl.defaults.DefaultTdvParserTokenManager
 
jjFillToken() - Method in class org.jplate.kvp.parser.impl.defaults.DefaultKvpParserTokenManager
 
jjFillToken() - Method in class org.jplate.tabular.cdv.parser.impl.defaults.DefaultCdvParserTokenManager
 
jjFillToken() - Method in class org.jplate.tabular.csv.parser.impl.defaults.DefaultJPlateCsvParserTokenManager
 
jjFillToken() - Method in class org.jplate.tabular.csv.parser.impl.defaults.DefaultRfc4180CsvParserTokenManager
 
jjFillToken() - Method in class org.jplate.tabular.tdv.parser.impl.defaults.DefaultTdvParserTokenManager
 
jjmatchedKind - Variable in class org.jplate.kvp.parser.impl.defaults.DefaultKvpParserTokenManager
 
jjmatchedKind - Variable in class org.jplate.tabular.cdv.parser.impl.defaults.DefaultCdvParserTokenManager
 
jjmatchedKind - Variable in class org.jplate.tabular.csv.parser.impl.defaults.DefaultJPlateCsvParserTokenManager
 
jjmatchedKind - Variable in class org.jplate.tabular.csv.parser.impl.defaults.DefaultRfc4180CsvParserTokenManager
 
jjmatchedKind - Variable in class org.jplate.tabular.tdv.parser.impl.defaults.DefaultTdvParserTokenManager
 
jjmatchedPos - Variable in class org.jplate.kvp.parser.impl.defaults.DefaultKvpParserTokenManager
 
jjmatchedPos - Variable in class org.jplate.tabular.cdv.parser.impl.defaults.DefaultCdvParserTokenManager
 
jjmatchedPos - Variable in class org.jplate.tabular.csv.parser.impl.defaults.DefaultJPlateCsvParserTokenManager
 
jjmatchedPos - Variable in class org.jplate.tabular.csv.parser.impl.defaults.DefaultRfc4180CsvParserTokenManager
 
jjmatchedPos - Variable in class org.jplate.tabular.tdv.parser.impl.defaults.DefaultTdvParserTokenManager
 
jjMoveNfa_0(int, int) - Method in class org.jplate.kvp.parser.impl.defaults.DefaultKvpParserTokenManager
 
jjMoveNfa_0(int, int) - Method in class org.jplate.tabular.cdv.parser.impl.defaults.DefaultCdvParserTokenManager
 
jjMoveNfa_0(int, int) - Method in class org.jplate.tabular.csv.parser.impl.defaults.DefaultJPlateCsvParserTokenManager
 
jjMoveNfa_0(int, int) - Method in class org.jplate.tabular.csv.parser.impl.defaults.DefaultRfc4180CsvParserTokenManager
 
jjMoveNfa_0(int, int) - Method in class org.jplate.tabular.tdv.parser.impl.defaults.DefaultTdvParserTokenManager
 
jjMoveNfa_1(int, int) - Method in class org.jplate.kvp.parser.impl.defaults.DefaultKvpParserTokenManager
 
jjMoveStringLiteralDfa0_0() - Method in class org.jplate.kvp.parser.impl.defaults.DefaultKvpParserTokenManager
 
jjMoveStringLiteralDfa0_0() - Method in class org.jplate.tabular.cdv.parser.impl.defaults.DefaultCdvParserTokenManager
 
jjMoveStringLiteralDfa0_0() - Method in class org.jplate.tabular.csv.parser.impl.defaults.DefaultJPlateCsvParserTokenManager
 
jjMoveStringLiteralDfa0_0() - Method in class org.jplate.tabular.csv.parser.impl.defaults.DefaultRfc4180CsvParserTokenManager
 
jjMoveStringLiteralDfa0_0() - Method in class org.jplate.tabular.tdv.parser.impl.defaults.DefaultTdvParserTokenManager
 
jjMoveStringLiteralDfa0_1() - Method in class org.jplate.kvp.parser.impl.defaults.DefaultKvpParserTokenManager
 
jjnewLexState - Static variable in class org.jplate.kvp.parser.impl.defaults.DefaultKvpParserTokenManager
 
jjnewStateCnt - Variable in class org.jplate.kvp.parser.impl.defaults.DefaultKvpParserTokenManager
 
jjnewStateCnt - Variable in class org.jplate.tabular.cdv.parser.impl.defaults.DefaultCdvParserTokenManager
 
jjnewStateCnt - Variable in class org.jplate.tabular.csv.parser.impl.defaults.DefaultJPlateCsvParserTokenManager
 
jjnewStateCnt - Variable in class org.jplate.tabular.csv.parser.impl.defaults.DefaultRfc4180CsvParserTokenManager
 
jjnewStateCnt - Variable in class org.jplate.tabular.tdv.parser.impl.defaults.DefaultTdvParserTokenManager
 
jjnextStates - Static variable in class org.jplate.kvp.parser.impl.defaults.DefaultKvpParserTokenManager
 
jjnextStates - Static variable in class org.jplate.tabular.cdv.parser.impl.defaults.DefaultCdvParserTokenManager
 
jjnextStates - Static variable in class org.jplate.tabular.csv.parser.impl.defaults.DefaultJPlateCsvParserTokenManager
 
jjnextStates - Static variable in class org.jplate.tabular.csv.parser.impl.defaults.DefaultRfc4180CsvParserTokenManager
 
jjnextStates - Static variable in class org.jplate.tabular.tdv.parser.impl.defaults.DefaultTdvParserTokenManager
 
jjround - Variable in class org.jplate.kvp.parser.impl.defaults.DefaultKvpParserTokenManager
 
jjround - Variable in class org.jplate.tabular.cdv.parser.impl.defaults.DefaultCdvParserTokenManager
 
jjround - Variable in class org.jplate.tabular.csv.parser.impl.defaults.DefaultJPlateCsvParserTokenManager
 
jjround - Variable in class org.jplate.tabular.csv.parser.impl.defaults.DefaultRfc4180CsvParserTokenManager
 
jjround - Variable in class org.jplate.tabular.tdv.parser.impl.defaults.DefaultTdvParserTokenManager
 
jjrounds - Variable in class org.jplate.kvp.parser.impl.defaults.DefaultKvpParserTokenManager
 
jjrounds - Variable in class org.jplate.tabular.cdv.parser.impl.defaults.DefaultCdvParserTokenManager
 
jjrounds - Variable in class org.jplate.tabular.csv.parser.impl.defaults.DefaultJPlateCsvParserTokenManager
 
jjrounds - Variable in class org.jplate.tabular.csv.parser.impl.defaults.DefaultRfc4180CsvParserTokenManager
 
jjrounds - Variable in class org.jplate.tabular.tdv.parser.impl.defaults.DefaultTdvParserTokenManager
 
jjStartNfa_0(int, long) - Method in class org.jplate.kvp.parser.impl.defaults.DefaultKvpParserTokenManager
 
jjStartNfa_0(int, long) - Method in class org.jplate.tabular.cdv.parser.impl.defaults.DefaultCdvParserTokenManager
 
jjStartNfa_0(int, long) - Method in class org.jplate.tabular.csv.parser.impl.defaults.DefaultJPlateCsvParserTokenManager
 
jjStartNfa_0(int, long) - Method in class org.jplate.tabular.csv.parser.impl.defaults.DefaultRfc4180CsvParserTokenManager
 
jjStartNfa_0(int, long) - Method in class org.jplate.tabular.tdv.parser.impl.defaults.DefaultTdvParserTokenManager
 
jjStartNfa_1(int, long) - Method in class org.jplate.kvp.parser.impl.defaults.DefaultKvpParserTokenManager
 
jjStartNfaWithStates_0(int, int, int) - Method in class org.jplate.kvp.parser.impl.defaults.DefaultKvpParserTokenManager
 
jjStartNfaWithStates_0(int, int, int) - Method in class org.jplate.tabular.cdv.parser.impl.defaults.DefaultCdvParserTokenManager
 
jjStartNfaWithStates_0(int, int, int) - Method in class org.jplate.tabular.csv.parser.impl.defaults.DefaultJPlateCsvParserTokenManager
 
jjStartNfaWithStates_0(int, int, int) - Method in class org.jplate.tabular.csv.parser.impl.defaults.DefaultRfc4180CsvParserTokenManager
 
jjStartNfaWithStates_0(int, int, int) - Method in class org.jplate.tabular.tdv.parser.impl.defaults.DefaultTdvParserTokenManager
 
jjStartNfaWithStates_1(int, int, int) - Method in class org.jplate.kvp.parser.impl.defaults.DefaultKvpParserTokenManager
 
jjstateSet - Variable in class org.jplate.kvp.parser.impl.defaults.DefaultKvpParserTokenManager
 
jjstateSet - Variable in class org.jplate.tabular.cdv.parser.impl.defaults.DefaultCdvParserTokenManager
 
jjstateSet - Variable in class org.jplate.tabular.csv.parser.impl.defaults.DefaultJPlateCsvParserTokenManager
 
jjstateSet - Variable in class org.jplate.tabular.csv.parser.impl.defaults.DefaultRfc4180CsvParserTokenManager
 
jjstateSet - Variable in class org.jplate.tabular.tdv.parser.impl.defaults.DefaultTdvParserTokenManager
 
jjStopAtPos(int, int) - Method in class org.jplate.kvp.parser.impl.defaults.DefaultKvpParserTokenManager
 
jjStopAtPos(int, int) - Method in class org.jplate.tabular.cdv.parser.impl.defaults.DefaultCdvParserTokenManager
 
jjStopAtPos(int, int) - Method in class org.jplate.tabular.csv.parser.impl.defaults.DefaultJPlateCsvParserTokenManager
 
jjStopAtPos(int, int) - Method in class org.jplate.tabular.csv.parser.impl.defaults.DefaultRfc4180CsvParserTokenManager
 
jjStopAtPos(int, int) - Method in class org.jplate.tabular.tdv.parser.impl.defaults.DefaultTdvParserTokenManager
 
jjStopStringLiteralDfa_0(int, long) - Method in class org.jplate.kvp.parser.impl.defaults.DefaultKvpParserTokenManager
 
jjStopStringLiteralDfa_0(int, long) - Method in class org.jplate.tabular.cdv.parser.impl.defaults.DefaultCdvParserTokenManager
 
jjStopStringLiteralDfa_0(int, long) - Method in class org.jplate.tabular.csv.parser.impl.defaults.DefaultJPlateCsvParserTokenManager
 
jjStopStringLiteralDfa_0(int, long) - Method in class org.jplate.tabular.csv.parser.impl.defaults.DefaultRfc4180CsvParserTokenManager
 
jjStopStringLiteralDfa_0(int, long) - Method in class org.jplate.tabular.tdv.parser.impl.defaults.DefaultTdvParserTokenManager
 
jjStopStringLiteralDfa_1(int, long) - Method in class org.jplate.kvp.parser.impl.defaults.DefaultKvpParserTokenManager
 
jjstrLiteralImages - Static variable in class org.jplate.kvp.parser.impl.defaults.DefaultKvpParserTokenManager
 
jjstrLiteralImages - Static variable in class org.jplate.tabular.cdv.parser.impl.defaults.DefaultCdvParserTokenManager
 
jjstrLiteralImages - Static variable in class org.jplate.tabular.csv.parser.impl.defaults.DefaultJPlateCsvParserTokenManager
 
jjstrLiteralImages - Static variable in class org.jplate.tabular.csv.parser.impl.defaults.DefaultRfc4180CsvParserTokenManager
 
jjstrLiteralImages - Static variable in class org.jplate.tabular.tdv.parser.impl.defaults.DefaultTdvParserTokenManager
 
jjtoSkip - Static variable in class org.jplate.kvp.parser.impl.defaults.DefaultKvpParserTokenManager
 
jjtoToken - Static variable in class org.jplate.kvp.parser.impl.defaults.DefaultKvpParserTokenManager
 
JPlateBuilderFactoryIfc<V extends JPlateBuilderIfc> - Interface in org.jplate.foundation.parser
Factory for creating implementations of JPlateBuilderIfc's.
JPlateBuilderIfc<V> - Interface in org.jplate.foundation.parser
This interface defines a builder.
JPlateBuildingException - Exception in org.jplate.foundation.parser
Thrown when there are problems building objects.
JPlateBuildingException() - Constructor for exception org.jplate.foundation.parser.JPlateBuildingException
Default constructor.
JPlateBuildingException(String) - Constructor for exception org.jplate.foundation.parser.JPlateBuildingException
This constructor sets the message.
JPlateBuildingException(Throwable) - Constructor for exception org.jplate.foundation.parser.JPlateBuildingException
This constructor sets the root cause and the node that caused self to be raised.
JPlateBuildingException(String, Throwable) - Constructor for exception org.jplate.foundation.parser.JPlateBuildingException
This constructor sets the message and root cause.
JPlateCsvUtil - Class in org.jplate.tabular.util
JPlate CSV related utilities.
JPlateCsvUtil() - Constructor for class org.jplate.tabular.util.JPlateCsvUtil
Default constructor not allowed.
JPlateException - Exception in org.jplate
Base exception for all JPlate exceptions.
JPlateException() - Constructor for exception org.jplate.JPlateException
Default constructor.
JPlateException(String) - Constructor for exception org.jplate.JPlateException
This constructor sets the message.
JPlateException(Throwable) - Constructor for exception org.jplate.JPlateException
This constructor sets the root cause.
JPlateException(String, Throwable) - Constructor for exception org.jplate.JPlateException
This constructor sets the message and root cause.
JPlateListBuilderIfc<V> - Interface in org.jplate.foundation.parser
This interface defines a JPlate builder of List's.
JPlateMapBuilderIfc<K,V> - Interface in org.jplate.foundation.parser
This interface defines a JPlate builder of Map's.
JPlateParserFactoryIfc<V extends JPlateParserIfc<?>> - Interface in org.jplate.foundation.parser
Factory for creating implementations of JPlateParserIfc's.
JPlateParserIfc<B extends JPlateBuilderIfc<?>> - Interface in org.jplate.foundation.parser
Defines a parser who can parse from streams, readers, files and strings.
JPlateParsingException - Exception in org.jplate.foundation.parser
Thrown when there are problems parsing.
JPlateParsingException() - Constructor for exception org.jplate.foundation.parser.JPlateParsingException
Default constructor.
JPlateParsingException(SourceIfc) - Constructor for exception org.jplate.foundation.parser.JPlateParsingException
This constructor sets the source where parsing failed.
JPlateParsingException(String) - Constructor for exception org.jplate.foundation.parser.JPlateParsingException
This constructor sets the message.
JPlateParsingException(String, SourceIfc) - Constructor for exception org.jplate.foundation.parser.JPlateParsingException
This constructor sets the message.
JPlateParsingException(Throwable) - Constructor for exception org.jplate.foundation.parser.JPlateParsingException
This constructor sets the root cause and the node that caused self to be raised.
JPlateParsingException(Throwable, SourceIfc) - Constructor for exception org.jplate.foundation.parser.JPlateParsingException
This constructor sets the root cause and the node that caused self to be raised.
JPlateParsingException(String, Throwable) - Constructor for exception org.jplate.foundation.parser.JPlateParsingException
This constructor sets the message and root cause.
JPlateParsingException(String, Throwable, SourceIfc) - Constructor for exception org.jplate.foundation.parser.JPlateParsingException
This constructor sets the message and root cause.

K

KEY - Static variable in interface org.jplate.kvp.parser.impl.defaults.DefaultKvpParserConstants
 
kind - Variable in class org.jplate.kvp.parser.impl.defaults.Token
An integer that describes the kind of this token.
kind - Variable in class org.jplate.tabular.cdv.parser.impl.defaults.Token
An integer that describes the kind of this token.
kind - Variable in class org.jplate.tabular.csv.parser.impl.defaults.Token
An integer that describes the kind of this token.
kind - Variable in class org.jplate.tabular.tdv.parser.impl.defaults.Token
An integer that describes the kind of this token.
KvpBuilderIfc<V> - Interface in org.jplate.kvp.parser
A builder called when KVP (key value pair) tokens have been parsed.
KvpException - Exception in org.jplate.kvp
Base exception for all KVP exceptions.
KvpException() - Constructor for exception org.jplate.kvp.KvpException
Default constructor.
KvpException(String) - Constructor for exception org.jplate.kvp.KvpException
This constructor sets the message.
KvpException(Throwable) - Constructor for exception org.jplate.kvp.KvpException
This constructor sets the root cause.
KvpException(String, Throwable) - Constructor for exception org.jplate.kvp.KvpException
This constructor sets the message and root cause.
KvpFactoryIfc<V extends KvpIfc> - Interface in org.jplate.kvp
Factory for creating implementations of KvpIfc's.
KvpIfc - Interface in org.jplate.kvp
Defines a key value pair.
KvpListBuilderIfc<V extends KvpIfc> - Interface in org.jplate.kvp.parser
A list builder called when KVP (key value pair) tokens have been parsed.
KvpMapBuilderIfc - Interface in org.jplate.kvp.parser
A map builder called when KVP (key value pair) tokens have been parsed.
KvpParseContextIfc<P extends KvpParseContextIfc> - Interface in org.jplate.kvp.parser
Used when parsing to hold state.
KvpParserFactoryIfc<V extends KvpParserIfc<?>> - Interface in org.jplate.kvp.parser
Factory for creating implementations of KvpParserIfc's.
KvpParserIfc<B extends KvpBuilderIfc<?>> - Interface in org.jplate.kvp.parser
Defines a parser for key/value pairs.
KvpUtil - Class in org.jplate.kvp.util
KVP related utilities.
KvpUtil() - Constructor for class org.jplate.kvp.util.KvpUtil
Default constructor not allowed.

L

LeafNodeIfc<BC,LC> - Interface in org.jplate.foundation.node
Defines the API for a leaf node.
LEXICAL_ERROR - Static variable in error org.jplate.kvp.parser.impl.defaults.TokenMgrError
Lexical error occured.
LEXICAL_ERROR - Static variable in error org.jplate.tabular.cdv.parser.impl.defaults.TokenMgrError
Lexical error occured.
LEXICAL_ERROR - Static variable in error org.jplate.tabular.csv.parser.impl.defaults.TokenMgrError
Lexical error occured.
LEXICAL_ERROR - Static variable in error org.jplate.tabular.tdv.parser.impl.defaults.TokenMgrError
Lexical error occured.
LexicalError(boolean, int, int, int, String, char) - Static method in error org.jplate.kvp.parser.impl.defaults.TokenMgrError
Returns a detailed message for the Error when it is thrown by the token manager to indicate a lexical error.
LexicalError(boolean, int, int, int, String, char) - Static method in error org.jplate.tabular.cdv.parser.impl.defaults.TokenMgrError
Returns a detailed message for the Error when it is thrown by the token manager to indicate a lexical error.
LexicalError(boolean, int, int, int, String, char) - Static method in error org.jplate.tabular.csv.parser.impl.defaults.TokenMgrError
Returns a detailed message for the Error when it is thrown by the token manager to indicate a lexical error.
LexicalError(boolean, int, int, int, String, char) - Static method in error org.jplate.tabular.tdv.parser.impl.defaults.TokenMgrError
Returns a detailed message for the Error when it is thrown by the token manager to indicate a lexical error.
lexStateNames - Static variable in class org.jplate.kvp.parser.impl.defaults.DefaultKvpParserTokenManager
 
lexStateNames - Static variable in class org.jplate.tabular.cdv.parser.impl.defaults.DefaultCdvParserTokenManager
 
lexStateNames - Static variable in class org.jplate.tabular.csv.parser.impl.defaults.DefaultJPlateCsvParserTokenManager
 
lexStateNames - Static variable in class org.jplate.tabular.csv.parser.impl.defaults.DefaultRfc4180CsvParserTokenManager
 
lexStateNames - Static variable in class org.jplate.tabular.tdv.parser.impl.defaults.DefaultTdvParserTokenManager
 
LF - Static variable in interface org.jplate.tabular.cdv.parser.impl.defaults.DefaultCdvParserConstants
 
LF - Static variable in interface org.jplate.tabular.csv.parser.impl.defaults.DefaultJPlateCsvParserConstants
 
LF - Static variable in interface org.jplate.tabular.csv.parser.impl.defaults.DefaultRfc4180CsvParserConstants
 
LF - Static variable in interface org.jplate.tabular.tdv.parser.impl.defaults.DefaultTdvParserConstants
 
line - Variable in class org.jplate.kvp.parser.impl.defaults.SimpleCharStream
 
line - Variable in class org.jplate.tabular.cdv.parser.impl.defaults.SimpleCharStream
 
line - Variable in class org.jplate.tabular.csv.parser.impl.defaults.SimpleCharStream
 
line - Variable in class org.jplate.tabular.tdv.parser.impl.defaults.SimpleCharStream
 
LINE_SEPARATOR - Static variable in class org.jplate.foundation.util.SystemProperties
Access to line separator so one does not have to query a collection....
LINE_SEPARATOR_PROPERTY - Static variable in class org.jplate.foundation.util.SystemProperties
Line separator property name.
LIST_FACTORY_IS_NULL_MSG - Static variable in class org.jplate.foundation.node.impl.defaults.DefaultBranchNode
Denotes the list factory is null.
LIST_FACTORY_IS_NULL_MSG - Static variable in class org.jplate.foundation.node.tag.impl.defaults.DefaultTagContext
Denotes that a list factory is null.
ListFactoryIfc<V> - Interface in org.jplate.foundation.util
Defines the API to create a List.
LOOP_DETECTED - Static variable in error org.jplate.kvp.parser.impl.defaults.TokenMgrError
Detected (and bailed out of) an infinite loop in the token manager.
LOOP_DETECTED - Static variable in error org.jplate.tabular.cdv.parser.impl.defaults.TokenMgrError
Detected (and bailed out of) an infinite loop in the token manager.
LOOP_DETECTED - Static variable in error org.jplate.tabular.csv.parser.impl.defaults.TokenMgrError
Detected (and bailed out of) an infinite loop in the token manager.
LOOP_DETECTED - Static variable in error org.jplate.tabular.tdv.parser.impl.defaults.TokenMgrError
Detected (and bailed out of) an infinite loop in the token manager.

M

MapFactoryIfc<K,V> - Interface in org.jplate.foundation.util
Defines the API to create implementations of Map.
maxNextCharInd - Variable in class org.jplate.kvp.parser.impl.defaults.SimpleCharStream
 
maxNextCharInd - Variable in class org.jplate.tabular.cdv.parser.impl.defaults.SimpleCharStream
 
maxNextCharInd - Variable in class org.jplate.tabular.csv.parser.impl.defaults.SimpleCharStream
 
maxNextCharInd - Variable in class org.jplate.tabular.tdv.parser.impl.defaults.SimpleCharStream
 
MixedFactoryIfc<V,C> - Interface in org.jplate.foundation.gof.factory
A mixed factory that represents both a ContextFactoryIfc as well as a normal FactoryIfc (on that simply creates objects with no context invloved.

N

NAME_IS_NULL_MSG - Static variable in class org.jplate.foundation.node.attribute.impl.defaults.DefaultAttribute
Denotes the name is null...
newToken(int) - Static method in class org.jplate.kvp.parser.impl.defaults.Token
Returns a new Token object, by default.
newToken(int) - Static method in class org.jplate.tabular.cdv.parser.impl.defaults.Token
Returns a new Token object, by default.
newToken(int) - Static method in class org.jplate.tabular.csv.parser.impl.defaults.Token
Returns a new Token object, by default.
newToken(int) - Static method in class org.jplate.tabular.tdv.parser.impl.defaults.Token
Returns a new Token object, by default.
next - Variable in class org.jplate.kvp.parser.impl.defaults.Token
A reference to the next regular (non-special) token from the input stream.
next - Variable in class org.jplate.tabular.cdv.parser.impl.defaults.Token
A reference to the next regular (non-special) token from the input stream.
next - Variable in class org.jplate.tabular.csv.parser.impl.defaults.Token
A reference to the next regular (non-special) token from the input stream.
next - Variable in class org.jplate.tabular.tdv.parser.impl.defaults.Token
A reference to the next regular (non-special) token from the input stream.
NODE_FACTORY_IS_NULL_MSG - Static variable in class org.jplate.foundation.node.impl.defaults.DefaultBranchNode
Denotes the node factory is null.
NodeBuilderIfc<V extends NodeIfc<?,?>> - Interface in org.jplate.foundation.node.parser
This interface defines a builder of nodes.
NodeException - Exception in org.jplate.foundation.node
This is the base class of all node exceptions.
NodeException() - Constructor for exception org.jplate.foundation.node.NodeException
Default constructor not allowed.
NodeException(NodeIfc) - Constructor for exception org.jplate.foundation.node.NodeException
This constructor sets the node that caused self to be raised.
NodeException(String, NodeIfc) - Constructor for exception org.jplate.foundation.node.NodeException
This constructor sets the message and the node that caused self to be raised.
NodeException(Throwable, NodeIfc) - Constructor for exception org.jplate.foundation.node.NodeException
This constructor sets the root cause and the node that caused self to be raised.
NodeException(String, Throwable, NodeIfc) - Constructor for exception org.jplate.foundation.node.NodeException
This constructor sets the message and root cause.
NodeFactoryIfc<BC,LC> - Interface in org.jplate.foundation.node
A factory for creating leaf and branch nodes.
NodeIfc<BC,LC> - Interface in org.jplate.foundation.node
Defines a node and represents the base interface for all nodes.
NodeParserFactoryIfc<V extends NodeParserIfc<?>> - Interface in org.jplate.foundation.node.parser
Factory for creating implementations of NodeParserIfc's.
NodeParserIfc<B extends NodeBuilderIfc<?>> - Interface in org.jplate.foundation.node.parser
Defines a parser who parses NodeIfc's.
NodeVisitorIfc<BC,LC> - Interface in org.jplate.foundation.node
Defines the API for visiting nodes.
NON_QUOTED_FIELD - Static variable in interface org.jplate.tabular.csv.parser.impl.defaults.DefaultJPlateCsvParserConstants
 
NON_QUOTED_FIELD - Static variable in interface org.jplate.tabular.csv.parser.impl.defaults.DefaultRfc4180CsvParserConstants
 
notEmptyString(String, String) - Static method in class org.jplate.foundation.util.Assert
Ensures that toCheck is not empty or null.
notEmptyString(String) - Static method in class org.jplate.foundation.util.Assert
Ensures that toCheck is not empty or null.
notNull(String, Object) - Static method in class org.jplate.foundation.util.Assert
Ensures that toCheck is not null.
notNull(Object) - Static method in class org.jplate.foundation.util.Assert
Ensures that toCheck is not null.

O

OMITTED_FIELD - Static variable in class org.jplate.tabular.parser.impl.defaults.DefaultTabularListBuilder
Denotes an omitted field.
open() - Method in class org.jplate.tabular.impl.defaults.DefaultRepo
This method will open an existing repo.
open() - Method in class org.jplate.tabular.impl.defaults.DefaultTable
This method will open an existing table.
open() - Method in interface org.jplate.tabular.RepoIfc
This method will open an existing repo.
open() - Method in interface org.jplate.tabular.TableIfc
This method will open an existing table.
OpenException - Exception in org.jplate.foundation.exception
Thrown when opening something fails.
OpenException() - Constructor for exception org.jplate.foundation.exception.OpenException
Default constructor.
OpenException(String) - Constructor for exception org.jplate.foundation.exception.OpenException
This constructor sets the message.
OpenException(Throwable) - Constructor for exception org.jplate.foundation.exception.OpenException
This constructor sets the root cause.
OpenException(String, Throwable) - Constructor for exception org.jplate.foundation.exception.OpenException
This constructor sets the message and root cause.
org.jplate - package org.jplate
Base package of JPlate Java related code.
org.jplate.foundation - package org.jplate.foundation
This package provides all provide all "core" functionality that is reused across JPlate.
org.jplate.foundation.exception - package org.jplate.foundation.exception
Common exceptions that can be thrown from different packages - meaning the exceptions defined here can be thrown for many different types of packages.
org.jplate.foundation.gof - package org.jplate.foundation.gof
Base package containing implementations of the infamous "Gang of Four" design patterns.
org.jplate.foundation.gof.builder - package org.jplate.foundation.gof.builder
Base package for the "Gang of Four" Builder pattern: "Separate the construction of a complex object from its representation so that the same construction process can create different representations," p97 Design Patterns - Elements of Reusable Object-Oriented Software.
org.jplate.foundation.gof.command - package org.jplate.foundation.gof.command
Base package for the "Gang of Four" Command pattern: "Encapsulate a request as an object, thereby letting you parameterize clients with different requests, queue or log requests, and support undoable operations," p223 Design Patterns - Elements of Reusable Object-Oriented Software.
org.jplate.foundation.gof.cor - package org.jplate.foundation.gof.cor
Base package for the "Gang of Four" Chain of Responsibility pattern: "Avoid coupling the sender of a request to its receiver by giving more than one object a chance to handle the request - chain the receiving objects and pass the request along the chain until an object handles it," p223 Design Patterns - Elements of Reusable Object-Oriented Software.
org.jplate.foundation.gof.cor.impl.defaults - package org.jplate.foundation.gof.cor.impl.defaults
Base package for the "Gang of Four" Chain of Responsibility pattern: "Avoid coupling the sender of a request to its receiver by giving more than one object a chance to handle the request - chain the receiving objects and pass the request along the chain until an object handles it," p223 Design Patterns - Elements of Reusable Object-Oriented Software.
org.jplate.foundation.gof.factory - package org.jplate.foundation.gof.factory
Base package for the "Gang of Four" Factory pattern:  "Define an interface for creating an object, but let subclasses decide which class to instantiate.
org.jplate.foundation.gof.factory.impl - package org.jplate.foundation.gof.factory.impl
Contains abstract implementations of factories.
org.jplate.foundation.gof.interpreter - package org.jplate.foundation.gof.interpreter
Base package for the "Gang of Four" Interpreter pattern: "Given a language, define a representation for its grammar along with an interpreter that uses the representation to interpret sentences in the language," p243 Design Patterns - Elements of Reusable Object-Oriented Software.
org.jplate.foundation.gof.prototype - package org.jplate.foundation.gof.prototype
Base package for the "Gang of Four" Prototype pattern: "Specify the kinds of objects to create using a prototypical instance, and create new objects by copying this prototype," p117 Design Patterns - Elements of Reusable Object-Oriented Software.
org.jplate.foundation.gof.visitor - package org.jplate.foundation.gof.visitor
Base package for the "Gang of Four" Visitor pattern: "Represent an operation to be performed on the elements of an object structure.
org.jplate.foundation.io - package org.jplate.foundation.io
Base package for IO related classes.
org.jplate.foundation.node - package org.jplate.foundation.node
Base package for nodes.A node is represented as follows:

Leaf node: a childless node. Branch node: a node with zero or more child nodes.

org.jplate.foundation.node.attribute - package org.jplate.foundation.node.attribute
Base package for attributes.
org.jplate.foundation.node.attribute.impl.defaults - package org.jplate.foundation.node.attribute.impl.defaults
Default implementations for attributes.
org.jplate.foundation.node.impl - package org.jplate.foundation.node.impl
Contains abstract implementations of Nodeifc's.
org.jplate.foundation.node.impl.defaults - package org.jplate.foundation.node.impl.defaults
Default node implementations.
org.jplate.foundation.node.parser - package org.jplate.foundation.node.parser
Defines parsing functionality for NodeIfc implementations.
org.jplate.foundation.node.tag - package org.jplate.foundation.node.tag
Base package for tags.
org.jplate.foundation.node.tag.impl.defaults - package org.jplate.foundation.node.tag.impl.defaults
Default implementations of the tag interfaces.
org.jplate.foundation.parser - package org.jplate.foundation.parser
Contains all JPlate parser related functionality.
org.jplate.foundation.parser.impl - package org.jplate.foundation.parser.impl
 
org.jplate.foundation.parser.javacc - package org.jplate.foundation.parser.javacc
All JavaCC specific functionality exist in this package and child packages.
org.jplate.foundation.parser.javacc.impl - package org.jplate.foundation.parser.javacc.impl
All JavaCC specific classes exist in this package and child packages.
org.jplate.foundation.processor - package org.jplate.foundation.processor
Base package defining the concept of processor who can process objects.
org.jplate.foundation.source - package org.jplate.foundation.source
Base package defining the concept of a source.
org.jplate.foundation.source.impl.defaults - package org.jplate.foundation.source.impl.defaults
Default source implementations.
org.jplate.foundation.util - package org.jplate.foundation.util
Package defining utility relate classes.
org.jplate.foundation.util.impl - package org.jplate.foundation.util.impl
Default utility implementations.
org.jplate.kvp - package org.jplate.kvp
One of the goals of this project is to encapsulate parsing and building tables.
org.jplate.kvp.impl.defaults - package org.jplate.kvp.impl.defaults
Contains default implementations of KVP objects.
org.jplate.kvp.parser - package org.jplate.kvp.parser
Contains definitions for KVP (key/value pair) parsers.
org.jplate.kvp.parser.impl.defaults - package org.jplate.kvp.parser.impl.defaults
Contains default implementions of KVP (key/value pair) parsers.
org.jplate.kvp.util - package org.jplate.kvp.util
 
org.jplate.tabular - package org.jplate.tabular
This package is provides table parsing/building functionality for tabular related data such as CDV (colon delimited values), CSV (comma separated values) and TDV (tabbed delimited values).
org.jplate.tabular.cdv.parser - package org.jplate.tabular.cdv.parser
Contains definitions for CDV (colon delimited values) parsers.
org.jplate.tabular.cdv.parser.impl.defaults - package org.jplate.tabular.cdv.parser.impl.defaults
Contains default implementions of CDV (colon delimited value) parsers.
org.jplate.tabular.csv.parser - package org.jplate.tabular.csv.parser
Contains definitions for CSV (comma separated values) parsers.
org.jplate.tabular.csv.parser.impl.defaults - package org.jplate.tabular.csv.parser.impl.defaults
Contains default implementions of CSV (comma separated value) parsers.
org.jplate.tabular.impl.defaults - package org.jplate.tabular.impl.defaults
Default implementations of tabular interfaces such as repos, tables, records and fields.
org.jplate.tabular.parser - package org.jplate.tabular.parser
Contains parsers for tabular data.
org.jplate.tabular.parser.impl.defaults - package org.jplate.tabular.parser.impl.defaults
Default implementations of tabular builders such as list and table builders.
org.jplate.tabular.tdv.parser - package org.jplate.tabular.tdv.parser
Contains definitions for TDV (tabbed delimited values) parsers.
org.jplate.tabular.tdv.parser.impl.defaults - package org.jplate.tabular.tdv.parser.impl.defaults
Contains default implementions of TDV (tabbed delimited value) parsers.
org.jplate.tabular.util - package org.jplate.tabular.util
Provides utility classes simplifying use tabular data.
OS_ARCHITECTURE - Static variable in class org.jplate.foundation.util.SystemProperties
Access to operating system architecture so one does not have to query a collection....
OS_ARCHITECTURE_PROPERTY - Static variable in class org.jplate.foundation.util.SystemProperties
Operating system architecture property name.
OS_NAME - Static variable in class org.jplate.foundation.util.SystemProperties
Access to operating system name so one does not have to query a collection....
OS_NAME_PROPERTY - Static variable in class org.jplate.foundation.util.SystemProperties
Operating system name property name.
OS_VERSION - Static variable in class org.jplate.foundation.util.SystemProperties
Access to operating system version so one does not have to query a collection....
OS_VERSION_PROPERTY - Static variable in class org.jplate.foundation.util.SystemProperties
Operating system version property name.

P

PARENT_IS_NULL_MSG - Static variable in class org.jplate.foundation.node.impl.defaults.DefaultLeafNode
Denotes the parent presented on construction is null.
parse(Reader, B) - Method in class org.jplate.foundation.parser.javacc.impl.AbstractJavaccParser
This method is called to parse data from reader.
parse(InputStream, B) - Method in class org.jplate.foundation.parser.javacc.impl.AbstractJavaccParser
This method is called to parse data from inputStream.
parse(String, B) - Method in class org.jplate.foundation.parser.javacc.impl.AbstractJavaccParser
This method is called to parse data from string.
parse(File, B) - Method in class org.jplate.foundation.parser.javacc.impl.AbstractJavaccParser
This method is called to parse data from file.
parse(B) - Method in class org.jplate.foundation.parser.javacc.impl.AbstractJavaccParser
Is called by self to start parsing.
parse(InputStream, B) - Method in interface org.jplate.foundation.parser.JPlateParserIfc
This method is called to parse data from inputStream.
parse(Reader, B) - Method in interface org.jplate.foundation.parser.JPlateParserIfc
This method is called to parse data from reader.
parse(String, B) - Method in interface org.jplate.foundation.parser.JPlateParserIfc
This method is called to parse data from string.
parse(File, B) - Method in interface org.jplate.foundation.parser.JPlateParserIfc
This method is called to parse data from file.
parse(B) - Method in class org.jplate.kvp.parser.impl.defaults.DefaultKvpParser
 
parse(B) - Method in class org.jplate.tabular.cdv.parser.impl.defaults.DefaultCdvParser
 
parse(B) - Method in class org.jplate.tabular.csv.parser.impl.defaults.DefaultJPlateCsvParser
 
parse(B) - Method in class org.jplate.tabular.csv.parser.impl.defaults.DefaultRfc4180CsvParser
 
parse(B) - Method in class org.jplate.tabular.tdv.parser.impl.defaults.DefaultTdvParser
 
ParseException - Exception in org.jplate.kvp.parser.impl.defaults
This exception is thrown when parse errors are encountered.
ParseException(Token, int[][], String[]) - Constructor for exception org.jplate.kvp.parser.impl.defaults.ParseException
This constructor is used by the method "generateParseException" in the generated parser.
ParseException() - Constructor for exception org.jplate.kvp.parser.impl.defaults.ParseException
The following constructors are for use by you for whatever purpose you can think of.
ParseException(String) - Constructor for exception org.jplate.kvp.parser.impl.defaults.ParseException
 
ParseException - Exception in org.jplate.tabular.cdv.parser.impl.defaults
This exception is thrown when parse errors are encountered.
ParseException(Token, int[][], String[]) - Constructor for exception org.jplate.tabular.cdv.parser.impl.defaults.ParseException
This constructor is used by the method "generateParseException" in the generated parser.
ParseException() - Constructor for exception org.jplate.tabular.cdv.parser.impl.defaults.ParseException
The following constructors are for use by you for whatever purpose you can think of.
ParseException(String) - Constructor for exception org.jplate.tabular.cdv.parser.impl.defaults.ParseException
 
ParseException - Exception in org.jplate.tabular.csv.parser.impl.defaults
This exception is thrown when parse errors are encountered.
ParseException(Token, int[][], String[]) - Constructor for exception org.jplate.tabular.csv.parser.impl.defaults.ParseException
This constructor is used by the method "generateParseException" in the generated parser.
ParseException() - Constructor for exception org.jplate.tabular.csv.parser.impl.defaults.ParseException
The following constructors are for use by you for whatever purpose you can think of.
ParseException(String) - Constructor for exception org.jplate.tabular.csv.parser.impl.defaults.ParseException
 
ParseException - Exception in org.jplate.tabular.tdv.parser.impl.defaults
This exception is thrown when parse errors are encountered.
ParseException(Token, int[][], String[]) - Constructor for exception org.jplate.tabular.tdv.parser.impl.defaults.ParseException
This constructor is used by the method "generateParseException" in the generated parser.
ParseException() - Constructor for exception org.jplate.tabular.tdv.parser.impl.defaults.ParseException
The following constructors are for use by you for whatever purpose you can think of.
ParseException(String) - Constructor for exception org.jplate.tabular.tdv.parser.impl.defaults.ParseException
 
parseField(B, int, int) - Method in class org.jplate.tabular.csv.parser.impl.defaults.DefaultRfc4180CsvParser
Parses either a quoted or non-quoted field.
PATH_SEPARATOR - Static variable in class org.jplate.foundation.util.SystemProperties
Access to path separator so one does not have to query a collection....
PATH_SEPARATOR_PROPERTY - Static variable in class org.jplate.foundation.util.SystemProperties
Path separator property name.
populate(KvpIfc) - Method in class org.jplate.kvp.parser.impl.defaults.DefaultKvpParseContext
Use the values contained within to populatete kvp.
populate(KvpIfc) - Method in interface org.jplate.kvp.parser.KvpParseContextIfc
Use the values contained within to populatete kvp.
prependNewBranch(BC) - Method in interface org.jplate.foundation.node.BranchNodeIfc
Prepend a new child branch node.
prependNewBranch(BC) - Method in class org.jplate.foundation.node.impl.defaults.DefaultBranchNode
Prepend a new child branch node.
prependNewLeaf(LC) - Method in interface org.jplate.foundation.node.BranchNodeIfc
Prepend a new child leaf node.
prependNewLeaf(LC) - Method in class org.jplate.foundation.node.impl.defaults.DefaultBranchNode
Prepend a new child leaf node.
prevCharIsCR - Variable in class org.jplate.kvp.parser.impl.defaults.SimpleCharStream
 
prevCharIsCR - Variable in class org.jplate.tabular.cdv.parser.impl.defaults.SimpleCharStream
 
prevCharIsCR - Variable in class org.jplate.tabular.csv.parser.impl.defaults.SimpleCharStream
 
prevCharIsCR - Variable in class org.jplate.tabular.tdv.parser.impl.defaults.SimpleCharStream
 
prevCharIsLF - Variable in class org.jplate.kvp.parser.impl.defaults.SimpleCharStream
 
prevCharIsLF - Variable in class org.jplate.tabular.cdv.parser.impl.defaults.SimpleCharStream
 
prevCharIsLF - Variable in class org.jplate.tabular.csv.parser.impl.defaults.SimpleCharStream
 
prevCharIsLF - Variable in class org.jplate.tabular.tdv.parser.impl.defaults.SimpleCharStream
 
process(V) - Method in class org.jplate.foundation.gof.cor.impl.defaults.DefaultChainOfResponsibility
Requests toProcess to be processed.
process(V) - Method in interface org.jplate.foundation.processor.ProcessorIfc
Requests toProcess to be processed.
ProcessException - Exception in org.jplate.foundation.processor
This is the base class of all processor exceptions.
ProcessException() - Constructor for exception org.jplate.foundation.processor.ProcessException
Default constructor not allowed.
ProcessException(Object) - Constructor for exception org.jplate.foundation.processor.ProcessException
This constructor sets the processed that caused self to be raised.
ProcessException(String, Object) - Constructor for exception org.jplate.foundation.processor.ProcessException
This constructor sets the message and the object processed that caused self to be raised.
ProcessException(Throwable, Object) - Constructor for exception org.jplate.foundation.processor.ProcessException
This constructor sets the root cause and the object processed that caused self to be raised.
ProcessException(String, Throwable, Object) - Constructor for exception org.jplate.foundation.processor.ProcessException
This constructor sets the message, root cause and object processed that caused self to be raised.
ProcessorIfc<V> - Interface in org.jplate.foundation.processor
Defines an object who can process a value and potentially return a new version of said object.
PrototypeIfc<V extends PrototypeIfc> - Interface in org.jplate.foundation.gof.prototype
Defines the "Gang of Four" Prototype pattern: Specify the kinds of objects to create using a prototypical instance, and create new objects by copying this prototype," p117 Design Patterns - Elements of Reusable Object-Oriented Software.

Q

QUOTED_FIELD - Static variable in interface org.jplate.tabular.csv.parser.impl.defaults.DefaultJPlateCsvParserConstants
 
QUOTED_FIELD - Static variable in interface org.jplate.tabular.csv.parser.impl.defaults.DefaultRfc4180CsvParserConstants
 

R

readChar() - Method in class org.jplate.kvp.parser.impl.defaults.SimpleCharStream
 
readChar() - Method in class org.jplate.tabular.cdv.parser.impl.defaults.SimpleCharStream
 
readChar() - Method in class org.jplate.tabular.csv.parser.impl.defaults.SimpleCharStream
 
readChar() - Method in class org.jplate.tabular.tdv.parser.impl.defaults.SimpleCharStream
 
READER_IS_NULL_MSG - Static variable in interface org.jplate.foundation.parser.javacc.JavaccParserIfc
Denotes a null reader.
readExternal(T, ObjectInput) - Method in interface org.jplate.foundation.io.ExternalizableStrategyIfc
Deserialize externalizable from objectInput.
RecordFactoryIfc - Interface in org.jplate.tabular
Defines a factory for records.
RecordIfc - Interface in org.jplate.tabular
Defines the concept of a record.
referenceNotEqual(String, Object, Object) - Static method in class org.jplate.foundation.util.Assert
Ensures that value1 and value2 are not equal.
referenceNotEqual(Object, Object) - Static method in class org.jplate.foundation.util.Assert
Ensures that value1 and value2 are not equal.
ReInit(InputStream) - Method in interface org.jplate.foundation.parser.javacc.JavaccParserIfc
JavaCC will generate this method so it is not needed to be implemented.
ReInit(InputStream, String) - Method in interface org.jplate.foundation.parser.javacc.JavaccParserIfc
JavaCC will generate this method so it is not needed to be implemented.
ReInit(Reader) - Method in interface org.jplate.foundation.parser.javacc.JavaccParserIfc
JavaCC will generate this method so it is not needed to be implemented.
ReInit(InputStream) - Method in class org.jplate.kvp.parser.impl.defaults.DefaultKvpParser
 
ReInit(InputStream, String) - Method in class org.jplate.kvp.parser.impl.defaults.DefaultKvpParser
 
ReInit(Reader) - Method in class org.jplate.kvp.parser.impl.defaults.DefaultKvpParser
 
ReInit(DefaultKvpParserTokenManager) - Method in class org.jplate.kvp.parser.impl.defaults.DefaultKvpParser
 
ReInit(SimpleCharStream) - Method in class org.jplate.kvp.parser.impl.defaults.DefaultKvpParserTokenManager
 
ReInit(SimpleCharStream, int) - Method in class org.jplate.kvp.parser.impl.defaults.DefaultKvpParserTokenManager
 
ReInit(Reader, int, int, int) - Method in class org.jplate.kvp.parser.impl.defaults.SimpleCharStream
 
ReInit(Reader, int, int) - Method in class org.jplate.kvp.parser.impl.defaults.SimpleCharStream
 
ReInit(Reader) - Method in class org.jplate.kvp.parser.impl.defaults.SimpleCharStream
 
ReInit(InputStream, String, int, int, int) - Method in class org.jplate.kvp.parser.impl.defaults.SimpleCharStream
 
ReInit(InputStream, int, int, int) - Method in class org.jplate.kvp.parser.impl.defaults.SimpleCharStream
 
ReInit(InputStream, String) - Method in class org.jplate.kvp.parser.impl.defaults.SimpleCharStream
 
ReInit(InputStream) - Method in class org.jplate.kvp.parser.impl.defaults.SimpleCharStream
 
ReInit(InputStream, String, int, int) - Method in class org.jplate.kvp.parser.impl.defaults.SimpleCharStream
 
ReInit(InputStream, int, int) - Method in class org.jplate.kvp.parser.impl.defaults.SimpleCharStream
 
ReInit(InputStream) - Method in class org.jplate.tabular.cdv.parser.impl.defaults.DefaultCdvParser
 
ReInit(InputStream, String) - Method in class org.jplate.tabular.cdv.parser.impl.defaults.DefaultCdvParser
 
ReInit(Reader) - Method in class org.jplate.tabular.cdv.parser.impl.defaults.DefaultCdvParser
 
ReInit(DefaultCdvParserTokenManager) - Method in class org.jplate.tabular.cdv.parser.impl.defaults.DefaultCdvParser
 
ReInit(SimpleCharStream) - Method in class org.jplate.tabular.cdv.parser.impl.defaults.DefaultCdvParserTokenManager
 
ReInit(SimpleCharStream, int) - Method in class org.jplate.tabular.cdv.parser.impl.defaults.DefaultCdvParserTokenManager
 
ReInit(Reader, int, int, int) - Method in class org.jplate.tabular.cdv.parser.impl.defaults.SimpleCharStream
 
ReInit(Reader, int, int) - Method in class org.jplate.tabular.cdv.parser.impl.defaults.SimpleCharStream
 
ReInit(Reader) - Method in class org.jplate.tabular.cdv.parser.impl.defaults.SimpleCharStream
 
ReInit(InputStream, String, int, int, int) - Method in class org.jplate.tabular.cdv.parser.impl.defaults.SimpleCharStream
 
ReInit(InputStream, int, int, int) - Method in class org.jplate.tabular.cdv.parser.impl.defaults.SimpleCharStream
 
ReInit(InputStream, String) - Method in class org.jplate.tabular.cdv.parser.impl.defaults.SimpleCharStream
 
ReInit(InputStream) - Method in class org.jplate.tabular.cdv.parser.impl.defaults.SimpleCharStream
 
ReInit(InputStream, String, int, int) - Method in class org.jplate.tabular.cdv.parser.impl.defaults.SimpleCharStream
 
ReInit(InputStream, int, int) - Method in class org.jplate.tabular.cdv.parser.impl.defaults.SimpleCharStream
 
ReInit(InputStream) - Method in class org.jplate.tabular.csv.parser.impl.defaults.DefaultJPlateCsvParser
 
ReInit(InputStream, String) - Method in class org.jplate.tabular.csv.parser.impl.defaults.DefaultJPlateCsvParser
 
ReInit(Reader) - Method in class org.jplate.tabular.csv.parser.impl.defaults.DefaultJPlateCsvParser
 
ReInit(DefaultJPlateCsvParserTokenManager) - Method in class org.jplate.tabular.csv.parser.impl.defaults.DefaultJPlateCsvParser
 
ReInit(SimpleCharStream) - Method in class org.jplate.tabular.csv.parser.impl.defaults.DefaultJPlateCsvParserTokenManager
 
ReInit(SimpleCharStream, int) - Method in class org.jplate.tabular.csv.parser.impl.defaults.DefaultJPlateCsvParserTokenManager
 
ReInit(InputStream) - Method in class org.jplate.tabular.csv.parser.impl.defaults.DefaultRfc4180CsvParser
 
ReInit(InputStream, String) - Method in class org.jplate.tabular.csv.parser.impl.defaults.DefaultRfc4180CsvParser
 
ReInit(Reader) - Method in class org.jplate.tabular.csv.parser.impl.defaults.DefaultRfc4180CsvParser
 
ReInit(DefaultRfc4180CsvParserTokenManager) - Method in class org.jplate.tabular.csv.parser.impl.defaults.DefaultRfc4180CsvParser
 
ReInit(SimpleCharStream) - Method in class org.jplate.tabular.csv.parser.impl.defaults.DefaultRfc4180CsvParserTokenManager
 
ReInit(SimpleCharStream, int) - Method in class org.jplate.tabular.csv.parser.impl.defaults.DefaultRfc4180CsvParserTokenManager
 
ReInit(Reader, int, int, int) - Method in class org.jplate.tabular.csv.parser.impl.defaults.SimpleCharStream
 
ReInit(Reader, int, int) - Method in class org.jplate.tabular.csv.parser.impl.defaults.SimpleCharStream
 
ReInit(Reader) - Method in class org.jplate.tabular.csv.parser.impl.defaults.SimpleCharStream
 
ReInit(InputStream, String, int, int, int) - Method in class org.jplate.tabular.csv.parser.impl.defaults.SimpleCharStream
 
ReInit(InputStream, int, int, int) - Method in class org.jplate.tabular.csv.parser.impl.defaults.SimpleCharStream
 
ReInit(InputStream, String) - Method in class org.jplate.tabular.csv.parser.impl.defaults.SimpleCharStream
 
ReInit(InputStream) - Method in class org.jplate.tabular.csv.parser.impl.defaults.SimpleCharStream
 
ReInit(InputStream, String, int, int) - Method in class org.jplate.tabular.csv.parser.impl.defaults.SimpleCharStream
 
ReInit(InputStream, int, int) - Method in class org.jplate.tabular.csv.parser.impl.defaults.SimpleCharStream
 
ReInit(InputStream) - Method in class org.jplate.tabular.tdv.parser.impl.defaults.DefaultTdvParser
 
ReInit(InputStream, String) - Method in class org.jplate.tabular.tdv.parser.impl.defaults.DefaultTdvParser
 
ReInit(Reader) - Method in class org.jplate.tabular.tdv.parser.impl.defaults.DefaultTdvParser
 
ReInit(DefaultTdvParserTokenManager) - Method in class org.jplate.tabular.tdv.parser.impl.defaults.DefaultTdvParser
 
ReInit(SimpleCharStream) - Method in class org.jplate.tabular.tdv.parser.impl.defaults.DefaultTdvParserTokenManager
 
ReInit(SimpleCharStream, int) - Method in class org.jplate.tabular.tdv.parser.impl.defaults.DefaultTdvParserTokenManager
 
ReInit(Reader, int, int, int) - Method in class org.jplate.tabular.tdv.parser.impl.defaults.SimpleCharStream
 
ReInit(Reader, int, int) - Method in class org.jplate.tabular.tdv.parser.impl.defaults.SimpleCharStream
 
ReInit(Reader) - Method in class org.jplate.tabular.tdv.parser.impl.defaults.SimpleCharStream
 
ReInit(InputStream, String, int, int, int) - Method in class org.jplate.tabular.tdv.parser.impl.defaults.SimpleCharStream
 
ReInit(InputStream, int, int, int) - Method in class org.jplate.tabular.tdv.parser.impl.defaults.SimpleCharStream
 
ReInit(InputStream, String) - Method in class org.jplate.tabular.tdv.parser.impl.defaults.SimpleCharStream
 
ReInit(InputStream) - Method in class org.jplate.tabular.tdv.parser.impl.defaults.SimpleCharStream
 
ReInit(InputStream, String, int, int) - Method in class org.jplate.tabular.tdv.parser.impl.defaults.SimpleCharStream
 
ReInit(InputStream, int, int) - Method in class org.jplate.tabular.tdv.parser.impl.defaults.SimpleCharStream
 
ReInitRounds() - Method in class org.jplate.kvp.parser.impl.defaults.DefaultKvpParserTokenManager
 
ReInitRounds() - Method in class org.jplate.tabular.cdv.parser.impl.defaults.DefaultCdvParserTokenManager
 
ReInitRounds() - Method in class org.jplate.tabular.csv.parser.impl.defaults.DefaultJPlateCsvParserTokenManager
 
ReInitRounds() - Method in class org.jplate.tabular.csv.parser.impl.defaults.DefaultRfc4180CsvParserTokenManager
 
ReInitRounds() - Method in class org.jplate.tabular.tdv.parser.impl.defaults.DefaultTdvParserTokenManager
 
RemoveException - Exception in org.jplate.foundation.exception
Thrown when removing something fails.
RemoveException() - Constructor for exception org.jplate.foundation.exception.RemoveException
Default constructor.
RemoveException(String) - Constructor for exception org.jplate.foundation.exception.RemoveException
This constructor sets the message.
RemoveException(Throwable) - Constructor for exception org.jplate.foundation.exception.RemoveException
This constructor sets the root cause.
RemoveException(String, Throwable) - Constructor for exception org.jplate.foundation.exception.RemoveException
This constructor sets the message and root cause.
removeField(FieldIfc) - Method in class org.jplate.tabular.impl.defaults.DefaultRecord
Remove field.
removeField(FieldIfc) - Method in interface org.jplate.tabular.RecordIfc
Remove field.
removeFields() - Method in class org.jplate.tabular.impl.defaults.DefaultRecord
Removes all fields from the record.
removeFields() - Method in interface org.jplate.tabular.RecordIfc
Removes all fields from the record.
removeNode(int) - Method in interface org.jplate.foundation.node.BranchNodeIfc
Remove the child node at index.
removeNode(NodeIfc<BC, LC>) - Method in interface org.jplate.foundation.node.BranchNodeIfc
Remove a child node.
removeNode(int) - Method in class org.jplate.foundation.node.impl.defaults.DefaultBranchNode
Remove the child node at index.
removeNode(NodeIfc<BC, LC>) - Method in class org.jplate.foundation.node.impl.defaults.DefaultBranchNode
Remove a child node.
removeRecord(RecordIfc) - Method in class org.jplate.tabular.impl.defaults.DefaultTable
Remove record.
removeRecord(RecordIfc) - Method in interface org.jplate.tabular.TableIfc
Remove record.
removeRecords() - Method in class org.jplate.tabular.impl.defaults.DefaultTable
This method will force the removal of all records.
removeRecords() - Method in interface org.jplate.tabular.TableIfc
This method will force the removal of all records.
removeTable(TableIfc) - Method in class org.jplate.tabular.impl.defaults.DefaultRepo
Remove table.
removeTable(TableIfc) - Method in interface org.jplate.tabular.RepoIfc
Remove table.
removeTables() - Method in class org.jplate.tabular.impl.defaults.DefaultRepo
This method will force the removal of all tables.
removeTables() - Method in interface org.jplate.tabular.RepoIfc
This method will force the removal of all tables.
RepoFactoryIfc - Interface in org.jplate.tabular
Defines a factory for repo's.
RepoIfc - Interface in org.jplate.tabular
Defines the concept of a repo.
reset() - Method in interface org.jplate.foundation.gof.builder.BuilderIfc
Reset any result currently held.
reset() - Method in class org.jplate.foundation.parser.impl.AbstractJPlateListBuilder
Reset any result currently held.
reset() - Method in class org.jplate.foundation.parser.impl.AbstractJPlateMapBuilder
Reset any result currently held.
reset() - Method in class org.jplate.kvp.parser.impl.defaults.DefaultKvpMapBuilder
Reset any result currently held.
reset() - Method in class org.jplate.tabular.parser.impl.defaults.DefaultTableBuilder
Reset any result currently held.
Rfc4180CsvUtil - Class in org.jplate.tabular.util
RFC 4180 CSV related utilities.
Rfc4180CsvUtil() - Constructor for class org.jplate.tabular.util.Rfc4180CsvUtil
Default constructor not allowed.

S

serialVersionUID - Static variable in class org.jplate.foundation.gof.cor.impl.defaults.DefaultChainOfResponsibilityFactory
Used for serialization.
serialVersionUID - Static variable in class org.jplate.foundation.node.attribute.impl.defaults.DefaultAttributeFactory
For serialization purposes.
serialVersionUID - Static variable in class org.jplate.foundation.node.impl.defaults.DefaultBranchNode
For serialization purposes.
serialVersionUID - Static variable in class org.jplate.foundation.node.impl.defaults.DefaultLeafNode
For serialization purposes.
serialVersionUID - Static variable in class org.jplate.foundation.node.tag.impl.defaults.DefaultTagContextFactory
For serialization purposes.
serialVersionUID - Static variable in class org.jplate.foundation.source.impl.defaults.DefaultSource
For serialization purposes.
serialVersionUID - Static variable in class org.jplate.foundation.source.impl.defaults.DefaultSourceFactory
For serialization purposes.
serialVersionUID - Static variable in class org.jplate.foundation.util.impl.SynchronizedHashMapFactory
For serialization purposes.
serialVersionUID - Static variable in class org.jplate.foundation.util.impl.SynchronizedLinkedListFactory
For serialization purposes.
serialVersionUID - Static variable in class org.jplate.foundation.util.impl.UnsynchronizedHashMapFactory
For serialization purposes.
serialVersionUID - Static variable in class org.jplate.foundation.util.impl.UnsynchronizedLinkedListFactory
For serialization purposes.
serialVersionUID - Static variable in class org.jplate.kvp.impl.defaults.DefaultKvpFactory
Needed in serialization.
serialVersionUID - Static variable in class org.jplate.tabular.impl.defaults.DefaultFieldFactory
Used during serialization.
serialVersionUID - Static variable in class org.jplate.tabular.impl.defaults.DefaultRecordFactory
Used in serialization.
serialVersionUID - Static variable in class org.jplate.tabular.impl.defaults.DefaultRepoFactory
Used in serialization.
serialVersionUID - Static variable in class org.jplate.tabular.impl.defaults.DefaultTableFactory
Used in serialization.
setContext(BC) - Method in interface org.jplate.foundation.node.BranchNodeIfc
Sets the context.
setContext(BC) - Method in class org.jplate.foundation.node.impl.defaults.DefaultBranchNode
Sets the context.
setContext(LC) - Method in class org.jplate.foundation.node.impl.defaults.DefaultLeafNode
Sets the context of self.
setContext(LC) - Method in interface org.jplate.foundation.node.LeafNodeIfc
Sets the context of self.
setDebugStream(PrintStream) - Method in class org.jplate.kvp.parser.impl.defaults.DefaultKvpParserTokenManager
 
setDebugStream(PrintStream) - Method in class org.jplate.tabular.cdv.parser.impl.defaults.DefaultCdvParserTokenManager
 
setDebugStream(PrintStream) - Method in class org.jplate.tabular.csv.parser.impl.defaults.DefaultJPlateCsvParserTokenManager
 
setDebugStream(PrintStream) - Method in class org.jplate.tabular.csv.parser.impl.defaults.DefaultRfc4180CsvParserTokenManager
 
setDebugStream(PrintStream) - Method in class org.jplate.tabular.tdv.parser.impl.defaults.DefaultTdvParserTokenManager
 
setKey(String) - Method in class org.jplate.kvp.impl.defaults.DefaultKvp
Sets the key.
setKey(String) - Method in interface org.jplate.kvp.KvpIfc
Sets the key.
setKey(String, int, int) - Method in class org.jplate.kvp.parser.impl.defaults.DefaultKvpParseContext
This method sets information about the key.
setKey(String, int, int) - Method in interface org.jplate.kvp.parser.KvpParseContextIfc
This method sets information about the key.
setSource(SourceIfc<?>) - Method in class org.jplate.foundation.node.impl.AbstractNode
Sets the source from which this node was defined.
setSource(SourceIfc<?>) - Method in interface org.jplate.foundation.node.NodeIfc
Sets the source from which this node was defined.
setTabSize(int) - Method in class org.jplate.kvp.parser.impl.defaults.SimpleCharStream
 
setTabSize(int) - Method in class org.jplate.tabular.cdv.parser.impl.defaults.SimpleCharStream
 
setTabSize(int) - Method in class org.jplate.tabular.csv.parser.impl.defaults.SimpleCharStream
 
setTabSize(int) - Method in class org.jplate.tabular.tdv.parser.impl.defaults.SimpleCharStream
 
setTag(T) - Method in class org.jplate.foundation.node.tag.impl.defaults.DefaultTagContext
Sets the tag of the context.
setTag(T) - Method in interface org.jplate.foundation.node.tag.TagContextIfc
Sets the tag of the context.
setValue(V) - Method in interface org.jplate.foundation.node.attribute.AttributeIfc
Sets the value of the attribute.
setValue(V) - Method in class org.jplate.foundation.node.attribute.impl.defaults.DefaultAttribute
Sets the value of the attribute.
setValue(String) - Method in class org.jplate.kvp.impl.defaults.DefaultKvp
Sets the value.
setValue(String) - Method in interface org.jplate.kvp.KvpIfc
Sets the value.
setValue(String, int, int) - Method in class org.jplate.kvp.parser.impl.defaults.DefaultKvpParseContext
This method sets information about the value.
setValue(String, int, int) - Method in interface org.jplate.kvp.parser.KvpParseContextIfc
This method sets information about the value.
setValue(String) - Method in interface org.jplate.tabular.FieldIfc
Set the field's data.
setValue(String) - Method in class org.jplate.tabular.impl.defaults.DefaultField
Set the field's data.
SimpleCharStream - Class in org.jplate.kvp.parser.impl.defaults
An implementation of interface CharStream, where the stream is assumed to contain only ASCII characters (without unicode processing).
SimpleCharStream(Reader, int, int, int) - Constructor for class org.jplate.kvp.parser.impl.defaults.SimpleCharStream
 
SimpleCharStream(Reader, int, int) - Constructor for class org.jplate.kvp.parser.impl.defaults.SimpleCharStream
 
SimpleCharStream(Reader) - Constructor for class org.jplate.kvp.parser.impl.defaults.SimpleCharStream
 
SimpleCharStream(InputStream, String, int, int, int) - Constructor for class org.jplate.kvp.parser.impl.defaults.SimpleCharStream
 
SimpleCharStream(InputStream, int, int, int) - Constructor for class org.jplate.kvp.parser.impl.defaults.SimpleCharStream
 
SimpleCharStream(InputStream, String, int, int) - Constructor for class org.jplate.kvp.parser.impl.defaults.SimpleCharStream
 
SimpleCharStream(InputStream, int, int) - Constructor for class org.jplate.kvp.parser.impl.defaults.SimpleCharStream
 
SimpleCharStream(InputStream, String) - Constructor for class org.jplate.kvp.parser.impl.defaults.SimpleCharStream
 
SimpleCharStream(InputStream) - Constructor for class org.jplate.kvp.parser.impl.defaults.SimpleCharStream
 
SimpleCharStream - Class in org.jplate.tabular.cdv.parser.impl.defaults
An implementation of interface CharStream, where the stream is assumed to contain only ASCII characters (without unicode processing).
SimpleCharStream(Reader, int, int, int) - Constructor for class org.jplate.tabular.cdv.parser.impl.defaults.SimpleCharStream
 
SimpleCharStream(Reader, int, int) - Constructor for class org.jplate.tabular.cdv.parser.impl.defaults.SimpleCharStream
 
SimpleCharStream(Reader) - Constructor for class org.jplate.tabular.cdv.parser.impl.defaults.SimpleCharStream
 
SimpleCharStream(InputStream, String, int, int, int) - Constructor for class org.jplate.tabular.cdv.parser.impl.defaults.SimpleCharStream
 
SimpleCharStream(InputStream, int, int, int) - Constructor for class org.jplate.tabular.cdv.parser.impl.defaults.SimpleCharStream
 
SimpleCharStream(InputStream, String, int, int) - Constructor for class org.jplate.tabular.cdv.parser.impl.defaults.SimpleCharStream
 
SimpleCharStream(InputStream, int, int) - Constructor for class org.jplate.tabular.cdv.parser.impl.defaults.SimpleCharStream
 
SimpleCharStream(InputStream, String) - Constructor for class org.jplate.tabular.cdv.parser.impl.defaults.SimpleCharStream
 
SimpleCharStream(InputStream) - Constructor for class org.jplate.tabular.cdv.parser.impl.defaults.SimpleCharStream
 
SimpleCharStream - Class in org.jplate.tabular.csv.parser.impl.defaults
An implementation of interface CharStream, where the stream is assumed to contain only ASCII characters (without unicode processing).
SimpleCharStream(Reader, int, int, int) - Constructor for class org.jplate.tabular.csv.parser.impl.defaults.SimpleCharStream
 
SimpleCharStream(Reader, int, int) - Constructor for class org.jplate.tabular.csv.parser.impl.defaults.SimpleCharStream
 
SimpleCharStream(Reader) - Constructor for class org.jplate.tabular.csv.parser.impl.defaults.SimpleCharStream
 
SimpleCharStream(InputStream, String, int, int, int) - Constructor for class org.jplate.tabular.csv.parser.impl.defaults.SimpleCharStream
 
SimpleCharStream(InputStream, int, int, int) - Constructor for class org.jplate.tabular.csv.parser.impl.defaults.SimpleCharStream
 
SimpleCharStream(InputStream, String, int, int) - Constructor for class org.jplate.tabular.csv.parser.impl.defaults.SimpleCharStream
 
SimpleCharStream(InputStream, int, int) - Constructor for class org.jplate.tabular.csv.parser.impl.defaults.SimpleCharStream
 
SimpleCharStream(InputStream, String) - Constructor for class org.jplate.tabular.csv.parser.impl.defaults.SimpleCharStream
 
SimpleCharStream(InputStream) - Constructor for class org.jplate.tabular.csv.parser.impl.defaults.SimpleCharStream
 
SimpleCharStream - Class in org.jplate.tabular.tdv.parser.impl.defaults
An implementation of interface CharStream, where the stream is assumed to contain only ASCII characters (without unicode processing).
SimpleCharStream(Reader, int, int, int) - Constructor for class org.jplate.tabular.tdv.parser.impl.defaults.SimpleCharStream
 
SimpleCharStream(Reader, int, int) - Constructor for class org.jplate.tabular.tdv.parser.impl.defaults.SimpleCharStream
 
SimpleCharStream(Reader) - Constructor for class org.jplate.tabular.tdv.parser.impl.defaults.SimpleCharStream
 
SimpleCharStream(InputStream, String, int, int, int) - Constructor for class org.jplate.tabular.tdv.parser.impl.defaults.SimpleCharStream
 
SimpleCharStream(InputStream, int, int, int) - Constructor for class org.jplate.tabular.tdv.parser.impl.defaults.SimpleCharStream
 
SimpleCharStream(InputStream, String, int, int) - Constructor for class org.jplate.tabular.tdv.parser.impl.defaults.SimpleCharStream
 
SimpleCharStream(InputStream, int, int) - Constructor for class org.jplate.tabular.tdv.parser.impl.defaults.SimpleCharStream
 
SimpleCharStream(InputStream, String) - Constructor for class org.jplate.tabular.tdv.parser.impl.defaults.SimpleCharStream
 
SimpleCharStream(InputStream) - Constructor for class org.jplate.tabular.tdv.parser.impl.defaults.SimpleCharStream
 
SOURCE_IS_NULL_MSG - Static variable in class org.jplate.foundation.source.impl.defaults.DefaultSource
Denotes that source is null.
SourceFactoryIfc<S> - Interface in org.jplate.foundation.source
Defines the API for creating implementations of SourceIfc.
SourceIfc<S> - Interface in org.jplate.foundation.source
Defines a source: meaning, the place from which something was defined as well as the line and column number where found.
specialConstructor - Variable in exception org.jplate.kvp.parser.impl.defaults.ParseException
This variable determines which constructor was used to create this object and thereby affects the semantics of the "getMessage" method (see below).
specialConstructor - Variable in exception org.jplate.tabular.cdv.parser.impl.defaults.ParseException
This variable determines which constructor was used to create this object and thereby affects the semantics of the "getMessage" method (see below).
specialConstructor - Variable in exception org.jplate.tabular.csv.parser.impl.defaults.ParseException
This variable determines which constructor was used to create this object and thereby affects the semantics of the "getMessage" method (see below).
specialConstructor - Variable in exception org.jplate.tabular.tdv.parser.impl.defaults.ParseException
This variable determines which constructor was used to create this object and thereby affects the semantics of the "getMessage" method (see below).
specialToken - Variable in class org.jplate.kvp.parser.impl.defaults.Token
This field is used to access special tokens that occur prior to this token, but after the immediately preceding regular (non-special) token.
specialToken - Variable in class org.jplate.tabular.cdv.parser.impl.defaults.Token
This field is used to access special tokens that occur prior to this token, but after the immediately preceding regular (non-special) token.
specialToken - Variable in class org.jplate.tabular.csv.parser.impl.defaults.Token
This field is used to access special tokens that occur prior to this token, but after the immediately preceding regular (non-special) token.
specialToken - Variable in class org.jplate.tabular.tdv.parser.impl.defaults.Token
This field is used to access special tokens that occur prior to this token, but after the immediately preceding regular (non-special) token.
STATIC_LEXER_ERROR - Static variable in error org.jplate.kvp.parser.impl.defaults.TokenMgrError
An attempt wass made to create a second instance of a static token manager.
STATIC_LEXER_ERROR - Static variable in error org.jplate.tabular.cdv.parser.impl.defaults.TokenMgrError
An attempt wass made to create a second instance of a static token manager.
STATIC_LEXER_ERROR - Static variable in error org.jplate.tabular.csv.parser.impl.defaults.TokenMgrError
An attempt wass made to create a second instance of a static token manager.
STATIC_LEXER_ERROR - Static variable in error org.jplate.tabular.tdv.parser.impl.defaults.TokenMgrError
An attempt wass made to create a second instance of a static token manager.
staticFlag - Static variable in class org.jplate.kvp.parser.impl.defaults.SimpleCharStream
 
staticFlag - Static variable in class org.jplate.tabular.cdv.parser.impl.defaults.SimpleCharStream
 
staticFlag - Static variable in class org.jplate.tabular.csv.parser.impl.defaults.SimpleCharStream
 
staticFlag - Static variable in class org.jplate.tabular.tdv.parser.impl.defaults.SimpleCharStream
 
STRING_IS_EMPTY_MSG - Static variable in interface org.jplate.foundation.parser.javacc.JavaccParserIfc
Denotes a null/empty string.
SwitchTo(int) - Method in class org.jplate.kvp.parser.impl.defaults.DefaultKvpParserTokenManager
 
SwitchTo(int) - Method in class org.jplate.tabular.cdv.parser.impl.defaults.DefaultCdvParserTokenManager
 
SwitchTo(int) - Method in class org.jplate.tabular.csv.parser.impl.defaults.DefaultJPlateCsvParserTokenManager
 
SwitchTo(int) - Method in class org.jplate.tabular.csv.parser.impl.defaults.DefaultRfc4180CsvParserTokenManager
 
SwitchTo(int) - Method in class org.jplate.tabular.tdv.parser.impl.defaults.DefaultTdvParserTokenManager
 
SynchronizedHashMapFactory<K,V> - Class in org.jplate.foundation.util.impl
Factory that creates synchronized Map's backed by HashMap's.
SynchronizedHashMapFactory() - Constructor for class org.jplate.foundation.util.impl.SynchronizedHashMapFactory
Default constructor.
SynchronizedLinkedListFactory<V> - Class in org.jplate.foundation.util.impl
Factory that creates synchronized List's backed by LinkedList's.
SynchronizedLinkedListFactory() - Constructor for class org.jplate.foundation.util.impl.SynchronizedLinkedListFactory
Default constructor.
SystemProperties - Class in org.jplate.foundation.util
Represents non-synchronized read-only access to system properties.
SystemProperties() - Constructor for class org.jplate.foundation.util.SystemProperties
Default constructor not allowed.

T

TableBuilderIfc - Interface in org.jplate.tabular.parser
Marker interface defining a tabular builder of TableIfc.
TableFactoryIfc - Interface in org.jplate.tabular
Defines a factory for tables.
TableIfc - Interface in org.jplate.tabular
Defines the concept of a table.
tabSize - Variable in class org.jplate.kvp.parser.impl.defaults.SimpleCharStream
 
tabSize - Variable in class org.jplate.tabular.cdv.parser.impl.defaults.SimpleCharStream
 
tabSize - Variable in class org.jplate.tabular.csv.parser.impl.defaults.SimpleCharStream
 
tabSize - Variable in class org.jplate.tabular.tdv.parser.impl.defaults.SimpleCharStream
 
TabularBuilderFactoryIfc<V extends TabularBuilderIfc<?>> - Interface in org.jplate.tabular.parser
Factory for creating implementations of TabularBuilderIfc's.
TabularBuilderIfc<V> - Interface in org.jplate.tabular.parser
A builder of tabular data.
TabularException - Exception in org.jplate.tabular
Base exception for all tabular exceptions.
TabularException() - Constructor for exception org.jplate.tabular.TabularException
Default constructor.
TabularException(String) - Constructor for exception org.jplate.tabular.TabularException
This constructor sets the message.
TabularException(Throwable) - Constructor for exception org.jplate.tabular.TabularException
This constructor sets the root cause.
TabularException(String, Throwable) - Constructor for exception org.jplate.tabular.TabularException
This constructor sets the message and root cause.
TabularListBuilderIfc - Interface in org.jplate.tabular.parser
Marker interface defining a tabular builder of Strings.
TabularParserFactoryIfc<V extends TabularParserIfc<?>> - Interface in org.jplate.tabular.parser
Factory for creating implementations of TableParserIfc's.
TabularParserIfc<B extends TabularBuilderIfc<?>> - Interface in org.jplate.tabular.parser
Defines a parser for tabular data.
TagContextFactoryIfc<TC extends TagContextIfc<?,?>> - Interface in org.jplate.foundation.node.tag
Factory for creating implementations of TagContextIfc.
TagContextIfc<T,A extends AttributeIfc<?,?>> - Interface in org.jplate.foundation.node.tag
Tag context provides a tag (as denoted by the T param and attributes (name/value pairs as denoted by tge A param).
TdvBuilderFactoryIfc<V extends TdvBuilderIfc<?>> - Interface in org.jplate.tabular.tdv.parser
Factory for creating implementations of TdvBuilderIfc's.
TdvBuilderIfc<V> - Interface in org.jplate.tabular.tdv.parser
Defines a TDV (tabbed delimited values) builder.
TdvListBuilderIfc - Interface in org.jplate.tabular.tdv.parser
Defines a TDV (tabbed delimited values) builder that builds a list to hold each row and a list of Strings to hold each column.
TdvParserFactoryIfc<V extends TdvParserIfc<?>> - Interface in org.jplate.tabular.tdv.parser
Factory for creating implementations of TdvParserIfc's.
TdvParserIfc<B extends TdvBuilderIfc<?>> - Interface in org.jplate.tabular.tdv.parser
Defines a parser for TDV (tabbed delimited values) data.
TdvTableBuilderIfc - Interface in org.jplate.tabular.tdv.parser
Defines a TDV (tabbed delimited values) builder that builds a TableIfc.
TdvUtil - Class in org.jplate.tabular.util
TDV related utilities.
TdvUtil() - Constructor for class org.jplate.tabular.util.TdvUtil
Default constructor not allowed.
TEXT - Static variable in interface org.jplate.tabular.csv.parser.impl.defaults.DefaultJPlateCsvParserConstants
 
TEXT - Static variable in interface org.jplate.tabular.csv.parser.impl.defaults.DefaultRfc4180CsvParserConstants
 
token - Variable in class org.jplate.kvp.parser.impl.defaults.DefaultKvpParser
 
Token - Class in org.jplate.kvp.parser.impl.defaults
Describes the input token stream.
Token() - Constructor for class org.jplate.kvp.parser.impl.defaults.Token
 
token - Variable in class org.jplate.tabular.cdv.parser.impl.defaults.DefaultCdvParser
 
Token - Class in org.jplate.tabular.cdv.parser.impl.defaults
Describes the input token stream.
Token() - Constructor for class org.jplate.tabular.cdv.parser.impl.defaults.Token
 
token - Variable in class org.jplate.tabular.csv.parser.impl.defaults.DefaultJPlateCsvParser
 
token - Variable in class org.jplate.tabular.csv.parser.impl.defaults.DefaultRfc4180CsvParser
 
Token - Class in org.jplate.tabular.csv.parser.impl.defaults
Describes the input token stream.
Token() - Constructor for class org.jplate.tabular.csv.parser.impl.defaults.Token
 
token - Variable in class org.jplate.tabular.tdv.parser.impl.defaults.DefaultTdvParser
 
Token - Class in org.jplate.tabular.tdv.parser.impl.defaults
Describes the input token stream.
Token() - Constructor for class org.jplate.tabular.tdv.parser.impl.defaults.Token
 
token_source - Variable in class org.jplate.kvp.parser.impl.defaults.DefaultKvpParser
 
token_source - Variable in class org.jplate.tabular.cdv.parser.impl.defaults.DefaultCdvParser
 
token_source - Variable in class org.jplate.tabular.csv.parser.impl.defaults.DefaultJPlateCsvParser
 
token_source - Variable in class org.jplate.tabular.csv.parser.impl.defaults.DefaultRfc4180CsvParser
 
token_source - Variable in class org.jplate.tabular.tdv.parser.impl.defaults.DefaultTdvParser
 
tokenBegin - Variable in class org.jplate.kvp.parser.impl.defaults.SimpleCharStream
 
tokenBegin - Variable in class org.jplate.tabular.cdv.parser.impl.defaults.SimpleCharStream
 
tokenBegin - Variable in class org.jplate.tabular.csv.parser.impl.defaults.SimpleCharStream
 
tokenBegin - Variable in class org.jplate.tabular.tdv.parser.impl.defaults.SimpleCharStream
 
tokenImage - Static variable in interface org.jplate.kvp.parser.impl.defaults.DefaultKvpParserConstants
 
tokenImage - Variable in exception org.jplate.kvp.parser.impl.defaults.ParseException
This is a reference to the "tokenImage" array of the generated parser within which the parse error occurred.
tokenImage - Static variable in interface org.jplate.tabular.cdv.parser.impl.defaults.DefaultCdvParserConstants
 
tokenImage - Variable in exception org.jplate.tabular.cdv.parser.impl.defaults.ParseException
This is a reference to the "tokenImage" array of the generated parser within which the parse error occurred.
tokenImage - Static variable in interface org.jplate.tabular.csv.parser.impl.defaults.DefaultJPlateCsvParserConstants
 
tokenImage - Static variable in interface org.jplate.tabular.csv.parser.impl.defaults.DefaultRfc4180CsvParserConstants
 
tokenImage - Variable in exception org.jplate.tabular.csv.parser.impl.defaults.ParseException
This is a reference to the "tokenImage" array of the generated parser within which the parse error occurred.
tokenImage - Static variable in interface org.jplate.tabular.tdv.parser.impl.defaults.DefaultTdvParserConstants
 
tokenImage - Variable in exception org.jplate.tabular.tdv.parser.impl.defaults.ParseException
This is a reference to the "tokenImage" array of the generated parser within which the parse error occurred.
TokenMgrError - Error in org.jplate.kvp.parser.impl.defaults
 
TokenMgrError() - Constructor for error org.jplate.kvp.parser.impl.defaults.TokenMgrError
 
TokenMgrError(String, int) - Constructor for error org.jplate.kvp.parser.impl.defaults.TokenMgrError
 
TokenMgrError(boolean, int, int, int, String, char, int) - Constructor for error org.jplate.kvp.parser.impl.defaults.TokenMgrError
 
TokenMgrError - Error in org.jplate.tabular.cdv.parser.impl.defaults
 
TokenMgrError() - Constructor for error org.jplate.tabular.cdv.parser.impl.defaults.TokenMgrError
 
TokenMgrError(String, int) - Constructor for error org.jplate.tabular.cdv.parser.impl.defaults.TokenMgrError
 
TokenMgrError(boolean, int, int, int, String, char, int) - Constructor for error org.jplate.tabular.cdv.parser.impl.defaults.TokenMgrError
 
TokenMgrError - Error in org.jplate.tabular.csv.parser.impl.defaults
 
TokenMgrError() - Constructor for error org.jplate.tabular.csv.parser.impl.defaults.TokenMgrError
 
TokenMgrError(String, int) - Constructor for error org.jplate.tabular.csv.parser.impl.defaults.TokenMgrError
 
TokenMgrError(boolean, int, int, int, String, char, int) - Constructor for error org.jplate.tabular.csv.parser.impl.defaults.TokenMgrError
 
TokenMgrError - Error in org.jplate.tabular.tdv.parser.impl.defaults
 
TokenMgrError() - Constructor for error org.jplate.tabular.tdv.parser.impl.defaults.TokenMgrError
 
TokenMgrError(String, int) - Constructor for error org.jplate.tabular.tdv.parser.impl.defaults.TokenMgrError
 
TokenMgrError(boolean, int, int, int, String, char, int) - Constructor for error org.jplate.tabular.tdv.parser.impl.defaults.TokenMgrError
 
toString(String) - Method in interface org.jplate.foundation.FormattableIfc
Returns a string representation of self prepending prepend to each line.
toString() - Method in class org.jplate.foundation.node.attribute.impl.defaults.DefaultAttribute
Returns a string representation of self.
toString(String) - Method in class org.jplate.foundation.node.attribute.impl.defaults.DefaultAttribute
Returns a string representation of self prepending prepend to each line.
toString() - Method in class org.jplate.foundation.node.impl.defaults.DefaultBranchNode
Returns the string representation of self.
toString(String) - Method in class org.jplate.foundation.node.impl.defaults.DefaultBranchNode
Returns a string representation of self prepending prepend to each line.
toString() - Method in class org.jplate.foundation.node.impl.defaults.DefaultLeafNode
Returns a stringified version of self.
toString(String) - Method in class org.jplate.foundation.node.impl.defaults.DefaultLeafNode
Returns a string representation of self prepending prepend to each line.
toString() - Method in class org.jplate.foundation.source.impl.defaults.DefaultSource
This method returns a String representation of self.
toString(String) - Method in class org.jplate.foundation.source.impl.defaults.DefaultSource
Returns a string representation of self prepending prepend to each line.
toString() - Method in class org.jplate.kvp.impl.defaults.DefaultKvp
toString(String) - Method in class org.jplate.kvp.impl.defaults.DefaultKvp
Returns a string representation of self prepending prepend to each line.
toString() - Method in class org.jplate.kvp.parser.impl.defaults.DefaultKvpParseContext
toString(String) - Method in class org.jplate.kvp.parser.impl.defaults.DefaultKvpParseContext
Returns a string representation of self prepending prepend to each line.
toString() - Method in class org.jplate.kvp.parser.impl.defaults.Token
Returns the image.
toString() - Method in class org.jplate.tabular.cdv.parser.impl.defaults.Token
Returns the image.
toString() - Method in class org.jplate.tabular.csv.parser.impl.defaults.Token
Returns the image.
toString() - Method in class org.jplate.tabular.tdv.parser.impl.defaults.Token
Returns the image.
trimActualWhiteSpace(String, String) - Static method in class org.jplate.foundation.util.TrimWhiteSpace
Removes the characters contained in whiteSpace from str.
TrimWhiteSpace - Class in org.jplate.foundation.util
This class can trim white space from an entire string.
TrimWhiteSpace() - Constructor for class org.jplate.foundation.util.TrimWhiteSpace
Default constructor not allowed.
trimWhiteSpace(String, String) - Static method in class org.jplate.foundation.util.TrimWhiteSpace
Removes the characters contained in whiteSpace from str.
trimWhiteSpace(String) - Static method in class org.jplate.foundation.util.TrimWhiteSpace
Removes the characters contained in TrimWhiteSpace.DEFAULT_WHITE_SPACE from str.
TWO_DOUBLE_QUOTES - Static variable in interface org.jplate.tabular.csv.parser.impl.defaults.DefaultJPlateCsvParserConstants
 
TWO_DOUBLE_QUOTES - Static variable in interface org.jplate.tabular.csv.parser.impl.defaults.DefaultRfc4180CsvParserConstants
 

U

UNKNOWN_COLUMN - Static variable in interface org.jplate.foundation.source.SourceIfc
Defines no known column in source.
UNKNOWN_LINE - Static variable in interface org.jplate.foundation.source.SourceIfc
Defines no known line in source.
UnsynchronizedHashMapFactory<K,V> - Class in org.jplate.foundation.util.impl
Factory that creates unsynchronized HashMap's.
UnsynchronizedHashMapFactory() - Constructor for class org.jplate.foundation.util.impl.UnsynchronizedHashMapFactory
Default constructor only allowed to self and class.
UnsynchronizedLinkedListFactory<V> - Class in org.jplate.foundation.util.impl
Factory that creates of unsynchronized LinkedList's.
UnsynchronizedLinkedListFactory() - Constructor for class org.jplate.foundation.util.impl.UnsynchronizedLinkedListFactory
Default constructor only allowed to self and class.
UpdateLineColumn(char) - Method in class org.jplate.kvp.parser.impl.defaults.SimpleCharStream
 
UpdateLineColumn(char) - Method in class org.jplate.tabular.cdv.parser.impl.defaults.SimpleCharStream
 
UpdateLineColumn(char) - Method in class org.jplate.tabular.csv.parser.impl.defaults.SimpleCharStream
 
UpdateLineColumn(char) - Method in class org.jplate.tabular.tdv.parser.impl.defaults.SimpleCharStream
 
USER_DIR - Static variable in class org.jplate.foundation.util.SystemProperties
Access to current working user dir so one does not have to query a collection....
USER_DIR_PROPERTY - Static variable in class org.jplate.foundation.util.SystemProperties
Current working user dir property name.
USER_HOME - Static variable in class org.jplate.foundation.util.SystemProperties
Access to user home so one does not have to query a collection....
USER_HOME_PROPERTY - Static variable in class org.jplate.foundation.util.SystemProperties
User home property name.
USER_NAME - Static variable in class org.jplate.foundation.util.SystemProperties
Access to user name so one does not have to query a collection....
USER_NAME_PROPERTY - Static variable in class org.jplate.foundation.util.SystemProperties
User name property name.

V

VALUE - Static variable in interface org.jplate.kvp.parser.impl.defaults.DefaultKvpParserConstants
 
VALUE_TOKEN - Static variable in interface org.jplate.kvp.parser.impl.defaults.DefaultKvpParserConstants
 
VisitableIfc<V extends VisitorIfc> - Interface in org.jplate.foundation.gof.visitor
This interface defines the API for a visitable object (namely those who can be operated upon by a VisitorIfc).
visitBranch(BranchNodeIfc<BC, LC>) - Method in interface org.jplate.foundation.node.NodeVisitorIfc
Visit a branch branch.
VisitException - Exception in org.jplate.foundation.gof.visitor
Base exception for all visitor errors.
VisitException() - Constructor for exception org.jplate.foundation.gof.visitor.VisitException
Default constructor.
VisitException(String) - Constructor for exception org.jplate.foundation.gof.visitor.VisitException
This constructor sets the message.
VisitException(Throwable) - Constructor for exception org.jplate.foundation.gof.visitor.VisitException
This constructor sets the root cause.
VisitException(String, Throwable) - Constructor for exception org.jplate.foundation.gof.visitor.VisitException
This constructor sets the message and root cause.
visitLeaf(LeafNodeIfc<BC, LC>) - Method in interface org.jplate.foundation.node.NodeVisitorIfc
Visit a leaf node.
VisitorIfc - Interface in org.jplate.foundation.gof.visitor
Marker interface for all visitors.

W

WHITE_SPACE - Static variable in interface org.jplate.kvp.parser.impl.defaults.DefaultKvpParserConstants
 
writeExternal(T, ObjectOutput) - Method in interface org.jplate.foundation.io.ExternalizableStrategyIfc
Serialize externalizable to objectOutput.

_

_attributeList - Variable in class org.jplate.foundation.node.tag.impl.defaults.DefaultTagContext
Holds our attributes.
_childList - Variable in class org.jplate.foundation.node.impl.defaults.DefaultBranchNode
Child nodes.
_column - Variable in class org.jplate.foundation.source.impl.defaults.DefaultSource
This is the column where something exists in source.
_context - Variable in class org.jplate.foundation.node.impl.defaults.DefaultBranchNode
Self's context.
_context - Variable in class org.jplate.foundation.node.impl.defaults.DefaultLeafNode
Self's context.
_currentRecord - Variable in class org.jplate.tabular.parser.impl.defaults.DefaultTableBuilder
Holds the current record.
_currentRecord - Variable in class org.jplate.tabular.parser.impl.defaults.DefaultTabularListBuilder
Holds the current record.
_fieldFactory - Variable in class org.jplate.tabular.impl.defaults.DefaultRecord
Used to create fields.
_fieldList - Variable in class org.jplate.tabular.impl.defaults.DefaultRecord
Holds all fields that belong to a record.
_fieldNumber - Variable in exception org.jplate.tabular.parser.FieldCountMismatchException
 
_hashCode - Variable in class org.jplate.foundation.source.impl.defaults.DefaultSource
The hash code.
_key - Variable in class org.jplate.kvp.impl.defaults.DefaultKvp
Holds the key.
_key - Variable in class org.jplate.kvp.parser.impl.defaults.DefaultKvpParseContext
The parsed key.
_keyColumn - Variable in class org.jplate.kvp.parser.impl.defaults.DefaultKvpParseContext
The column where key was found.
_keyLine - Variable in class org.jplate.kvp.parser.impl.defaults.DefaultKvpParseContext
The line where key was found.
_kvpFactory - Variable in class org.jplate.kvp.parser.impl.defaults.DefaultKvpListBuilder
Used to create implementations of KvpIfc.
_line - Variable in class org.jplate.foundation.source.impl.defaults.DefaultSource
This is the line where something exists in source.
_list - Variable in class org.jplate.foundation.gof.cor.impl.defaults.DefaultChainOfResponsibility
The list of processors in the chain.
_listFactory - Variable in class org.jplate.foundation.node.impl.defaults.DefaultNodeFactory
The factory that can create implementations of List to hold NodeIfc's.
_listFactory - Variable in class org.jplate.foundation.node.tag.impl.defaults.DefaultTagContextFactory
The factory that can create implementations of java.util.List.
_listRecordFactory - Variable in class org.jplate.tabular.parser.impl.defaults.DefaultTabularListBuilder
Factory to create.
_log - Variable in class org.jplate.foundation.gof.cor.impl.defaults.DefaultChainOfResponsibility
Used for logging.
_log - Variable in class org.jplate.foundation.gof.cor.impl.defaults.DefaultChainOfResponsibilityFactory
Used for logging.
_log - Variable in class org.jplate.foundation.gof.factory.impl.AbstractContextFactory
Used for logging.
_log - Variable in class org.jplate.foundation.gof.factory.impl.AbstractFactory
Used for logging.
_log - Variable in class org.jplate.foundation.node.attribute.impl.defaults.DefaultAttribute
Used for logging.
_log - Variable in class org.jplate.foundation.node.attribute.impl.defaults.DefaultAttributeFactory
Used for logging.
_log - Variable in class org.jplate.foundation.node.impl.AbstractNode
Used for logging.
_log - Variable in class org.jplate.foundation.node.impl.defaults.DefaultBranchNode
Used for logging.
_log - Variable in class org.jplate.foundation.node.impl.defaults.DefaultLeafNode
Used for logging.
_log - Variable in class org.jplate.foundation.node.impl.defaults.DefaultNodeFactory
Used for logging.
_log - Variable in class org.jplate.foundation.node.tag.impl.defaults.DefaultTagContext
Used for logging.
_log - Variable in class org.jplate.foundation.node.tag.impl.defaults.DefaultTagContextFactory
Used for logging.
_log - Variable in class org.jplate.foundation.parser.impl.AbstractJPlateListBuilder
Used for logging.
_log - Variable in class org.jplate.foundation.parser.impl.AbstractJPlateMapBuilder
Used for logging.
_log - Variable in class org.jplate.foundation.parser.javacc.impl.AbstractJavaccParser
Used for logging.
_log - Variable in class org.jplate.foundation.source.impl.defaults.DefaultSource
Used for logging.
_log - Variable in class org.jplate.foundation.source.impl.defaults.DefaultSourceFactory
Used for logging.
_log - Variable in class org.jplate.foundation.util.impl.SynchronizedHashMapFactory
Used for logging.
_log - Variable in class org.jplate.foundation.util.impl.SynchronizedLinkedListFactory
Used for logging.
_log - Variable in class org.jplate.foundation.util.impl.UnsynchronizedHashMapFactory
Used for logging.
_log - Variable in class org.jplate.foundation.util.impl.UnsynchronizedLinkedListFactory
Used for logging.
_log - Variable in class org.jplate.kvp.impl.defaults.DefaultKvp
Used for logging.
_log - Variable in class org.jplate.kvp.impl.defaults.DefaultKvpFactory
Used for logging.
_log - Variable in class org.jplate.kvp.parser.impl.defaults.DefaultKvpListBuilder
Used for logging.
_log - Variable in class org.jplate.kvp.parser.impl.defaults.DefaultKvpMapBuilder
Used for logging.
_log - Variable in class org.jplate.kvp.parser.impl.defaults.DefaultKvpParseContext
Used for logging.
_log - Variable in class org.jplate.kvp.parser.impl.defaults.DefaultKvpParser
Used for logging.
_log - Variable in class org.jplate.kvp.parser.impl.defaults.DefaultKvpParserFactory
Used for logging.
_log - Variable in class org.jplate.tabular.cdv.parser.impl.defaults.DefaultCdvParser
Used for logging.
_log - Variable in class org.jplate.tabular.csv.parser.impl.defaults.DefaultJPlateCsvParser
Used for logging.
_log - Variable in class org.jplate.tabular.csv.parser.impl.defaults.DefaultRfc4180CsvParser
Used for logging.
_log - Variable in class org.jplate.tabular.impl.defaults.DefaultField
Used for logging.
_log - Variable in class org.jplate.tabular.impl.defaults.DefaultFieldFactory
Used for logging.
_log - Variable in class org.jplate.tabular.impl.defaults.DefaultRecord
Used for logging.
_log - Variable in class org.jplate.tabular.impl.defaults.DefaultRecordFactory
Used for logging.
_log - Variable in class org.jplate.tabular.impl.defaults.DefaultRepo
Used for logging.
_log - Variable in class org.jplate.tabular.impl.defaults.DefaultRepoFactory
Used for logging.
_log - Variable in class org.jplate.tabular.impl.defaults.DefaultTable
Used for logging.
_log - Variable in class org.jplate.tabular.impl.defaults.DefaultTableFactory
Used for logging.
_log - Variable in class org.jplate.tabular.parser.impl.defaults.DefaultTableBuilder
Used for logging.
_log - Variable in class org.jplate.tabular.parser.impl.defaults.DefaultTabularListBuilder
Used for logging.
_log - Variable in class org.jplate.tabular.tdv.parser.impl.defaults.DefaultTdvParser
Used for logging.
_mapFactory - Variable in class org.jplate.kvp.parser.impl.defaults.DefaultKvpMapBuilder
Used to create Map's.
_mapResult - Variable in class org.jplate.foundation.parser.impl.AbstractJPlateMapBuilder
Holds the result.
_mapResult - Variable in class org.jplate.kvp.parser.impl.defaults.DefaultKvpMapBuilder
Holds the result.
_maxFields - Variable in exception org.jplate.tabular.parser.FieldCountMismatchException
 
_name - Variable in class org.jplate.foundation.node.attribute.impl.defaults.DefaultAttribute
The name of the attribute.
_node - Variable in exception org.jplate.foundation.node.NodeException
The node that caused self to be raised.
_nodeFactory - Variable in class org.jplate.foundation.node.impl.defaults.DefaultBranchNode
Used to create child branch nodes.
_parent - Variable in class org.jplate.foundation.node.impl.AbstractNode
Holds the parent.
_parseContext - Variable in class org.jplate.kvp.parser.impl.defaults.DefaultKvpParser
Used to hold parsed key/value pair data.
_processed - Variable in exception org.jplate.foundation.processor.ProcessException
The object processed that caused self to be raised.
_recordFactory - Variable in class org.jplate.tabular.impl.defaults.DefaultTable
Used to create records.
_recordList - Variable in class org.jplate.tabular.impl.defaults.DefaultTable
Holds all records that belong to a table.
_repoName - Variable in class org.jplate.tabular.impl.defaults.DefaultRepo
The name of the repo.
_resultList - Variable in class org.jplate.foundation.parser.impl.AbstractJPlateListBuilder
The list to hold KVP objects parsed.
_source - Variable in class org.jplate.foundation.node.impl.AbstractNode
Holds the source from which self was generated.
_source - Variable in exception org.jplate.foundation.parser.JPlateParsingException
The source from which parsing is being performed.
_source - Variable in class org.jplate.foundation.source.impl.defaults.DefaultSource
This is the source from whence something exists.
_systemProperties - Static variable in class org.jplate.foundation.util.SystemProperties
Holds the system properties in a non-synchronized collection.
_tableFactory - Variable in class org.jplate.tabular.impl.defaults.DefaultRepo
Used to create tables.
_tableFactory - Variable in class org.jplate.tabular.parser.impl.defaults.DefaultTableBuilder
Factory to create tables.
_tableList - Variable in class org.jplate.tabular.impl.defaults.DefaultRepo
Holds all tables that belong to a repo.
_tableName - Variable in class org.jplate.tabular.impl.defaults.DefaultTable
The name of the table.
_tableResult - Variable in class org.jplate.tabular.parser.impl.defaults.DefaultTableBuilder
Holds the build result.
_tag - Variable in class org.jplate.foundation.node.tag.impl.defaults.DefaultTagContext
The tag.
_value - Variable in class org.jplate.foundation.node.attribute.impl.defaults.DefaultAttribute
The value of the attribute.
_value - Variable in class org.jplate.kvp.impl.defaults.DefaultKvp
Holds the value.
_value - Variable in class org.jplate.kvp.parser.impl.defaults.DefaultKvpParseContext
The parsed value.
_value - Variable in class org.jplate.tabular.impl.defaults.DefaultField
The value of the field.
_valueColumn - Variable in class org.jplate.kvp.parser.impl.defaults.DefaultKvpParseContext
The column where value was found.
_valueLine - Variable in class org.jplate.kvp.parser.impl.defaults.DefaultKvpParseContext
The line where value was found.

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