Package org.millscript.millscript.functions

Class Summary
AbstractOutputFileFunction This class provides the basic methods required for a function generating files in the script output.
AbstractOutputFunction This class provides the basic methods required for a function generating output.
AddLastFunction This class implements the MillScript addLast function.
AttributeFunction This class implements the MillScript attribute function.
AttributesMapFunction This class implements the MillScript attributesMap function.
BinaryFunction This class the common functionality required for a two argument function which returns a single result.
BindingMatchedFunction This class implements the MillScript bindingMatched function.
BindingMatchedLimitsFunction This class implements the MillScript bindingMatchedLimits function.
BindingMatchVarCountFunction This class implements the MillScript bindingMatchVarCount function.
BindingMatchVarFunction This class implements the MillScript bindingMatchVar function.
BindingMatchVarLimitsFunction This class implements the MillScript bindingMatchVarLimits function.
BindingOriginalRegExFunction This class implements the MillScript bindingOriginalRegEx function.
BindingOriginalStringFunction This class implements the MillScript bindingOriginalString function.
CacheFunction This class implements the MillScript cacheFile function.
CharCodeFunction This class implements the MillScript charCode function.
ChildrenFunction This class implements the MillScript children function.
ClassNameFunction This class implements the MillScript className function.
CloneFunction This class implements the MillScript clone function.
ClosureFunction  
CmpNumStringFunction This class implements the MillScript cmpNumString function.
CmpStringFunction This class implements the MillScript cmpString function.
CommentTextFunction This class implements the MillScript commentText function.
CopyToOutputFunction This class implements the MillScript copyToOutput function.
DatafileFunction This class implements the MillScript dataFile function.
DateFieldFunction This class implements the MillScript date-field functions.
DeltaChildrenListFunction This class implements the MillScript deltaChildrenList function.
ExplodeFunction This class implements the MillScript explode function.
FindFullMatchFunction This class implements the MillScript findFullMatch function.
FindMatchFunction This class implements the MillScript findMatch function.
FindPrefixMatchFunction This class implements the MillScript findPrefixMatch function.
FindSuccessiveMatchesFunction This class implements the MillScript findSuccessiveMatches function.
FindSuffixMatchFunction This class implements the MillScript findSuffixMatch function.
FormatFunction This class implements the MillScript format function.
Function This is the base class of all MillScript Functions.
FunctionNameFunction This class implements the MillScript functionName function.
GetCharSetFunction This class implements the MillScript getCharSet function.
GetDefaultFunction This class implements the MillScript getDefault function.
GroupFunction This class implements the MillScript group function.
GroupPreserveOrderFunction This class implements the MillScript groupPreserveOrder function.
HtmlFileFunction This class implements the MillScript htmlFile function.
HtmlFragmentFileFunction This class implements the MillScript htmlFragmentFile function.
ImageFileFunction This class represents the parent of all image saving functions in MillScript.
IndexByPrimaryKeyFunction This class implements the MillScript indexByPrimaryKey function.
IndexFunction This class implements the MillScript indexSequence function.
InstanceReturnFunction This class implements a function to acces a java instance method which returns a single value.
InstanceVoidFunction This class implements a function to acces a java instance method which does not return a value.
IsCommentFunction This class implements the MillScript isComment function.
IsElementFunction This class implements the MillScript isElement function.
IsFullMatchFunction This class implements the MillScript isFullMatch function.
IsListFunction This class implements the MillScript isList function.
IsMapFunction This class implements the MillScript isMap function.
IsMatchFunction This class implements the MillScript isMatch function.
IsPrefixMatchFunction This class implements the MillScript isPrefixMatch function.
IsStringFunction This class implements the MillScript isString function.
IsSuffixMatchFunction This class implements the MillScript isSuffixMatch function.
JavaConstructorFunction This class implements the MillScript javaConstructor function.
JavaFunctionFunction This class implements the MillScript javaFunction function.
JavaRecognizerFunction This class implements the MillScript javaRecognizer function.
JConstructor This class implements a function which invokes a Java constructor to create a new instance of a Java class.
JdbcExecuteQueryFunction This class implements a millscript function to execute an SQL query through the JDBC interface.
JdbcExecuteUpdateFunction Thsi class implements a millscript function to execute an SQL update through the JDBC interface.
JMethod This class implements a function which invokes a Java method.
JOConstructor This class implements a function which invokes one of several Java constructors to create a new instance of a Java class.
JoinByPrimaryKeyFunction This class implements the MillScript joinByPrimaryKey function.
JoinFunction This class implements the MillScript join function.
JOMethod This class implements a function which invokes one of several Java methods.
JPEGFileFunction This class represents the MillScript function jpegFile, which saves an image as a JPEG file.
JRecognizer This class implements a function which recognizes an instance of a specific Java class.
LambdaFunction This class implements a function defined within a piece of MillScript code.
LengthFunction This class implements the MillScript length function.
LinesFileFunction This class implements the MillScript linesFile function.
LoadValueFromVEntryFunction This class implements the MillScript loadValueFromVEntry function.
MakeFolderFunction This class implements the MillScript makeDirectory function.
ManyBodyFunction This class provides multiple dispatch functions for MillScript.
MapKeysFunction This class implements the MillScript mapKeys function.
MapKeysListFunction This class implements the MillScript mapKeysList function.
MapValuesFunction This class implements the MillScript mapValues function.
MapValuesListFunction This class implements the MillScript mapValuesList function.
MishapFunction This class implements the MillScript mishap function.
ModDefaultFunction This class implements the MillScript modDefault function.
NewArrayListFunction This class implements the MillScript newArrayList function.
NewCDATAFunction This class implements the MillScript newCDATA function.
NewHashMapFunction This class implements the MillScript newHashMap function.
NewLinkedHashMapFunction This class implements the MillScript newLinkedHashMap function.
NewLinkedListFunction This class implements the MillScript newLinkedList function.
NewLiteListFunction This class implements the MillScript newLiteList function.
NewMapletFunction This class implements the MillScript newMaplet function.
NewPageFunction This class implements the MillScript newPage function.
NewSymbolFunction The class represents the MillScript newSymbol function.
NewTreeMapFunction This class implements the MillScript newTreeMap function.
NewWeakHashMapFunction This class implements the MillScript newWeakHashMap function.
Page This class represents a script built page in the output folder.
ParameterType This utility class helps find a Java class for a given MillScript parameter specifier.
PNGFileFunction This class represents the MillScript function pngFile, which saves an image as a PNG file.
PrintFunction This class implements the MillScript print function.
PrintlnFunction This class implements the MillScript println function.
PropertiesFileFunction This class implements the MillScript propertiesFile function.
RelativeFunction This class implements the MillScript relative function.
RemoveLastFunction This class implements the MillScript removeLast function.
SetCharSetFunction This class implements the MillScript setCharSet function.
SetDefaultFunction This class implements the MillScript setDefault function.
ShortStringWriter This class implements a short string writer, which writes up to a specified number of characters into a StringBuffer for later retrieval.
ShowFunction This class implements the MillScript show function.
ShowImageFunction This class represents the MillScript function showImage, which displays an image on screen so you can view it.
ShowLimFunction This class implements the MillScript showLim function.
ShowlnFunction This class implements the MillScript showln function.
ShowlnLimFunction This class implements the MillScript showlnLim function.
SlotFunction This class implements an updateable slot accessor function.
SortByFunction This class implements the MillScript sortBy function.
SortFunction This class implements the MillScript sort function.
SpiceClassConstructorFunction The Spice class constructor is actually just a normal function that will return an instance of the relevant class.
SplitFunction This class implements the MillScript split function.
SplitStringFunction This class implements the MillScript splitString function.
StaticReturnFunction This class implements a function to acces a java static method which returns a single value.
StaticVoidFunction This class implements a function to acces a java static method which does not return a value.
StringFileFunction This class implements the MillScript stringFile function.
StringToXMLFunction This class implements the MillScript stringToFragment function.
StringToXMLTokenVisitor This class provides validation and handling logic for parsing a String which contains some XML fragments.
SubrangeFunction This class implements the MillScript subrangeSequence function.
SubstituteAllFunction This class implements the MillScript substituteAll function.
ToDateFunction This class implements the MillScript toDate function.
ToNumberFunction This class implements the MillScript toNumber function.
ToStringFunction This class implements the MillScript toString function.
TrinaryFunction This class the common functionality required for a three argument function which returns a single result.
UnaryFunction This class the common functionality required for a single argument function which returns a single result.
XmlFileFunction This class implements the MillScript xmlFile function.
XmlFragmentFileFunction This class implements the MillScript xmlFragmentFile function.
XsltFileFunction This class implements the MillScript xsltFile function.
XsltFragmentFileFunction This class implements the MillScript xsltFragmentFile function.
 

Exception Summary
FunctionAlert This class implements an Alert to indicate a problem executing a function.
 



Copyright © 2001-2007 Open World Ltd. All Rights Reserved.