com.ximpleware.xpath
Class FuncName
java.lang.Object
com.ximpleware.xpath.FuncName
public class FuncName
- extends java.lang.Object
This class is used by lexer to detect built-in functions
then transport to the parser
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
BOOLEAN
public static final int BOOLEAN
- See Also:
- Constant Field Values
CEILING
public static final int CEILING
- See Also:
- Constant Field Values
CONCAT
public static final int CONCAT
- See Also:
- Constant Field Values
CONTAINS
public static final int CONTAINS
- See Also:
- Constant Field Values
COUNT
public static final int COUNT
- See Also:
- Constant Field Values
FALSE
public static final int FALSE
- See Also:
- Constant Field Values
FLOOR
public static final int FLOOR
- See Also:
- Constant Field Values
i
public int i
LANG
public static final int LANG
- See Also:
- Constant Field Values
LAST
public static final int LAST
- See Also:
- Constant Field Values
LOCAL_NAME
public static final int LOCAL_NAME
- See Also:
- Constant Field Values
NAME
public static final int NAME
- See Also:
- Constant Field Values
NAMESPACE_URI
public static final int NAMESPACE_URI
- See Also:
- Constant Field Values
NORMALIZE_SPACE
public static final int NORMALIZE_SPACE
- See Also:
- Constant Field Values
NOT
public static final int NOT
- See Also:
- Constant Field Values
NUMBER
public static final int NUMBER
- See Also:
- Constant Field Values
POSITION
public static final int POSITION
- See Also:
- Constant Field Values
ROUND
public static final int ROUND
- See Also:
- Constant Field Values
STARTS_WITH
public static final int STARTS_WITH
- See Also:
- Constant Field Values
STRING
public static final int STRING
- See Also:
- Constant Field Values
STRING_LENGTH
public static final int STRING_LENGTH
- See Also:
- Constant Field Values
SUBSTRING
public static final int SUBSTRING
- See Also:
- Constant Field Values
SUBSTRING_AFTER
public static final int SUBSTRING_AFTER
- See Also:
- Constant Field Values
SUBSTRING_BEFORE
public static final int SUBSTRING_BEFORE
- See Also:
- Constant Field Values
SUM
public static final int SUM
- See Also:
- Constant Field Values
TRANSLATE
public static final int TRANSLATE
- See Also:
- Constant Field Values
TRUE
public static final int TRUE
- See Also:
- Constant Field Values
FuncName
public FuncName()