BASE_URI_BUILTIN
public static final int BASE_URI_BUILTIN
Code number for the special doc-available
function.
CASTABLE_AS_BUILTIN
public static final int CASTABLE_AS_BUILTIN
CAST_AS_BUILTIN
public static final int CAST_AS_BUILTIN
COLLECTION_BUILTIN
public static final int COLLECTION_BUILTIN
Code number for the special collection
function.
COMPARE_BUILTIN
public static final int COMPARE_BUILTIN
Code number for the special compare
function.
DEEP_EQUAL_BUILTIN
public static final int DEEP_EQUAL_BUILTIN
Code number for the special deep-equal
function.
DEFAULT_COLLATION_BUILTIN
public static final int DEFAULT_COLLATION_BUILTIN
Code number for the special default-collation
function.
DISTINCT_VALUES_BUILTIN
public static final int DISTINCT_VALUES_BUILTIN
Code number for the special distinct-values
function.
DOC_AVAILABLE_BUILTIN
public static final int DOC_AVAILABLE_BUILTIN
Code number for the special doc-available
function.
DOC_BUILTIN
public static final int DOC_BUILTIN
Code number for the special doc
function.
HANDLE_EXTENSION_BUILTIN
public static final int HANDLE_EXTENSION_BUILTIN
Code number for internal function to handle extensions.
IDREF_BUILTIN
public static final int IDREF_BUILTIN
Code number for the special idref
function.
ID_BUILTIN
public static final int ID_BUILTIN
Code number for the special id
function.
INDEX_OF_BUILTIN
public static final int INDEX_OF_BUILTIN
Code number for the special index-of
function.
LANG_BUILTIN
public static final int LANG_BUILTIN
Code number for the special lang
function.
LAST_BUILTIN
public static final int LAST_BUILTIN
Code number for the special last
function.
LOCAL_NAME_BUILTIN
public static final int LOCAL_NAME_BUILTIN
Code number for the special local-name
function.
MAX_BUILTIN
public static final int MAX_BUILTIN
Code number for the special max
function.
MIN_BUILTIN
public static final int MIN_BUILTIN
Code number for the special min
function.
NAMESPACE_URI_BUILTIN
public static final int NAMESPACE_URI_BUILTIN
Code number for the special namespace-uri
function.
NAME_BUILTIN
public static final int NAME_BUILTIN
Code number for the special name
function.
NORMALIZE_SPACE_BUILTIN
public static final int NORMALIZE_SPACE_BUILTIN
Code number for the special normalize-space
function.
NUMBER_BUILTIN
public static final int NUMBER_BUILTIN
Code number for the special number
function.
POSITION_BUILTIN
public static final int POSITION_BUILTIN
Code number for the special position
function.
RESOLVE_PREFIX_BUILTIN
public static final int RESOLVE_PREFIX_BUILTIN
Code number for internal function that maps prefix to uri.
RESOLVE_URI_BUILTIN
public static final int RESOLVE_URI_BUILTIN
Code number for the special ressolve-uri
function.
ROOT_BUILTIN
public static final int ROOT_BUILTIN
Code number for the special root
function.
STATIC_BASE_URI_BUILTIN
public static final int STATIC_BASE_URI_BUILTIN
Code number for the special static-base-uri
function.
STRING_BUILTIN
public static final int STRING_BUILTIN
Code number for the special string
function.
UNORDERED_BUILTIN
public static final int UNORDERED_BUILTIN
Code number for the special unordered
function.
XS_QNAME_BUILTIN
public static final int XS_QNAME_BUILTIN
Value of xs:QName()
constructor.
castableAsDecl
public static final Declaration castableAsDecl
functionNamespacePath
public Namespace[] functionNamespacePath
handleExtensionDecl
public static final Declaration handleExtensionDecl
lastDecl
public static final Declaration lastDecl
Declaration for the fn:last()
function.
resolvePrefixDecl
public static final Declaration resolvePrefixDecl
staticBaseUriDecl
public static final Declaration staticBaseUriDecl
makeBuiltin
public static Declaration makeBuiltin(String name,
int code)
Create a Declaration
for a builtin function.
makeBuiltin
public static Declaration makeBuiltin(Symbol name,
int code)
Create a Declaration
for a builtin function.