com.ximpleware.extended.xpath
Class FuncName
java.lang.Object
com.ximpleware.extended.xpath.FuncName
public class FuncName
- extends Object
This class is used by lexer to detect built-in functions
then transport to the parser
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
i
public int i
LAST
public static final int LAST
- See Also:
- Constant Field Values
POSITION
public static final int POSITION
- See Also:
- Constant Field Values
COUNT
public static final int COUNT
- See Also:
- Constant Field Values
LOCAL_NAME
public static final int LOCAL_NAME
- See Also:
- Constant Field Values
NAMESPACE_URI
public static final int NAMESPACE_URI
- See Also:
- Constant Field Values
NAME
public static final int NAME
- See Also:
- Constant Field Values
STRING
public static final int STRING
- See Also:
- Constant Field Values
CONCAT
public static final int CONCAT
- See Also:
- Constant Field Values
STARTS_WITH
public static final int STARTS_WITH
- See Also:
- Constant Field Values
CONTAINS
public static final int CONTAINS
- See Also:
- Constant Field Values
SUBSTRING_BEFORE
public static final int SUBSTRING_BEFORE
- See Also:
- Constant Field Values
SUBSTRING_AFTER
public static final int SUBSTRING_AFTER
- See Also:
- Constant Field Values
SUBSTRING
public static final int SUBSTRING
- See Also:
- Constant Field Values
STRING_LENGTH
public static final int STRING_LENGTH
- See Also:
- Constant Field Values
NORMALIZE_SPACE
public static final int NORMALIZE_SPACE
- See Also:
- Constant Field Values
TRANSLATE
public static final int TRANSLATE
- See Also:
- Constant Field Values
BOOLEAN
public static final int BOOLEAN
- See Also:
- Constant Field Values
NOT
public static final int NOT
- See Also:
- Constant Field Values
TRUE
public static final int TRUE
- See Also:
- Constant Field Values
FALSE
public static final int FALSE
- See Also:
- Constant Field Values
LANG
public static final int LANG
- See Also:
- Constant Field Values
NUMBER
public static final int NUMBER
- See Also:
- Constant Field Values
SUM
public static final int SUM
- See Also:
- Constant Field Values
FLOOR
public static final int FLOOR
- See Also:
- Constant Field Values
CEILING
public static final int CEILING
- See Also:
- Constant Field Values
ROUND
public static final int ROUND
- See Also:
- Constant Field Values
ABS
public static final int ABS
- See Also:
- Constant Field Values
ROUND_HALF_TO_EVEN
public static final int ROUND_HALF_TO_EVEN
- See Also:
- Constant Field Values
ROUND_HALF_TO_ODD
public static final int ROUND_HALF_TO_ODD
- See Also:
- Constant Field Values
CODE_POINTS_TO_STRING
public static final int CODE_POINTS_TO_STRING
- See Also:
- Constant Field Values
COMPARE
public static final int COMPARE
- See Also:
- Constant Field Values
UPPER_CASE
public static final int UPPER_CASE
- See Also:
- Constant Field Values
LOWER_CASE
public static final int LOWER_CASE
- See Also:
- Constant Field Values
ENDS_WITH
public static final int ENDS_WITH
- See Also:
- Constant Field Values
QNAME
public static final int QNAME
- See Also:
- Constant Field Values
LOCAL_NAME_FROM_QNAME
public static final int LOCAL_NAME_FROM_QNAME
- See Also:
- Constant Field Values
NAMESPACE_URI_FROM_QNAME
public static final int NAMESPACE_URI_FROM_QNAME
- See Also:
- Constant Field Values
NAMESPACE_URI_FOR_PREFIX
public static final int NAMESPACE_URI_FOR_PREFIX
- See Also:
- Constant Field Values
RESOLVE_QNAME
public static final int RESOLVE_QNAME
- See Also:
- Constant Field Values
IRI_TO_URI
public static final int IRI_TO_URI
- See Also:
- Constant Field Values
ESCAPE_HTML_URI
public static final int ESCAPE_HTML_URI
- See Also:
- Constant Field Values
ENCODE_FOR_URI
public static final int ENCODE_FOR_URI
- See Also:
- Constant Field Values
FuncName
public FuncName()
Copyright © 2013. All Rights Reserved.