Package | Description |
---|---|
com.igormaznitsa.jcp.expression.functions | |
com.igormaznitsa.jcp.expression.functions.xml |
Modifier and Type | Class and Description |
---|---|
class |
AbstractStrConverter
The class is parent for converting classes.
|
class |
FunctionABS
The class implements the abs function handler
|
class |
FunctionBINFILE
The Function loads bin file and encodes it into string.
|
class |
FunctionDefinedByUser
The class implements the user defined function handler (a function which name
starts with $)
|
class |
FunctionEVALFILE
The Function makes preprocessing of a file and return result as a string value.
|
class |
FunctionIS
The class implements the IS function handler
|
class |
FunctionISSUBSTR
The class implements the ISSUBSTR function handler
|
class |
FunctionROUND
The class implements the round function handler
|
class |
FunctionSTR2CSV
The class implements the str2csv function handler
|
class |
FunctionSTR2GO
The class implements escape function handler to escape strings to be used in Go.
|
class |
FunctionSTR2INT
The class implements the str2int function handler
|
class |
FunctionSTR2JAVA
The class implements escape function handler to escape strings to be used in java.
|
class |
FunctionSTR2JS
The class implements the str2js function handler
|
class |
FunctionSTR2JSON
The class implements the str2json function handler
|
class |
FunctionSTR2WEB
The class implements the str2web function handler
|
class |
FunctionSTR2XML
The class implements the str2xml function handler
|
class |
FunctionSTRLEN
The class implements the STRLEN function handler
|
class |
FunctionTRIMLINES
The class implements the TRIMLINES function handler
|
Modifier and Type | Field and Description |
---|---|
static AbstractFunction[] |
AbstractFunction.ALL_FUNCTIONS
Inside array contains all functions supported by the preprocessor
|
Modifier and Type | Field and Description |
---|---|
static Map<String,AbstractFunction> |
AbstractFunction.FUNCTION_NAME_MAP |
Modifier and Type | Method and Description |
---|---|
static <E extends AbstractFunction> |
AbstractFunction.findForClass(Class<E> functionClass)
Allows to find a function handler instance for its class
|
Modifier and Type | Method and Description |
---|---|
static AbstractFunction |
AbstractFunction.findForName(String str)
Find a function handler for its name
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractXMLFunction |
class |
FunctionXML_ATTR
The class implements the xml_attr function
|
class |
FunctionXML_GET
The class implements the xml_get function handler
|
class |
FunctionXML_LIST
The class implements the xml_list function handler
|
class |
FunctionXML_NAME
The class implements the xml_name function handler
|
class |
FunctionXML_OPEN
The class implements the xml_open function handler
|
class |
FunctionXML_ROOT
The class implements the xml_getroot function handler
|
class |
FunctionXML_SIZE
The class implements the xml_elementsnumber function
|
class |
FunctionXML_TEXT
The class implements the xml_getelementtext function handler
|
class |
FunctionXML_XELEMENT
The class implements the xml_xpathelement function handler
|
class |
FunctionXML_XLIST
The class implements the xml_xpathlist function handler
|
Copyright © 2011–2020 Igor Maznitsa. All rights reserved.