Package com.saxonica.functions.qt4
Class URIFunctions
java.lang.Object
net.sf.saxon.functions.AbstractFunction
net.sf.saxon.functions.SystemFunction
com.saxonica.functions.qt4.URIFunctions
- All Implemented Interfaces:
Callable
,FunctionItem
,GroundedValue
,Item
,Sequence
Common declarations for BuildURI and ParseURI.
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected static final AtomicValue
protected boolean
protected static final AtomicValue
protected static final AtomicValue
protected static final AtomicValue
protected boolean
protected static final AtomicValue
protected static final AtomicValue
protected static final AtomicValue
protected static final AtomicValue
protected boolean
protected static final AtomicValue
protected static final AtomicValue
protected static final AtomicValue
protected char
protected static final AtomicValue
protected static final AtomicValue
protected static final AtomicValue
protected static final AtomicValue
protected char
protected static final AtomicValue
protected static final AtomicValue
protected boolean
protected static final AtomicValue
protected static final AtomicValue
protected static final AtomicValue
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected void
checkOptions
(Sequence[] arguments) protected String
protected String
encodePathSegment
(GroundedValue value) protected String
encodeQueryPart
(GroundedValue value) makeFunctionCall
(Expression... arguments) Make an expression that either calls this function, or that is equivalent to a call on this functionMethods inherited from class net.sf.saxon.functions.SystemFunction
dependsOnContextItem, dynamicCall, equals, export, exportAdditionalArguments, exportAttributes, fixArguments, getArity, getCardinality, getContextNode, getDescription, getDetails, getElaborator, getErrorCodeForTypeErrors, getFunctionItemType, getFunctionName, getIntegerBounds, getNetCost, getOperandRoles, getRequiredType, getResultItemType, getResultItemType, getRetainedStaticContext, getSpecialProperties, getStaticBaseUriString, getStreamerName, getUniStringArg, hashCode, importAttributes, isSequenceVariadic, isTrustedResultType, makeCall, makeFunction, makeFunction40, makeOptimizedFunctionCall, resultIfEmpty, setArity, setDetails, setRetainedStaticContext, supplyTypeInformation, toShortString, toString, typeCheckCaller
Methods inherited from class net.sf.saxon.functions.AbstractFunction
atomize, deepEqual40, deepEquals, effectiveBooleanValue, getAnnotations, getUnicodeStringValue, isArray, isMap, makeNewContext, simplify, typeCheck
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
Methods inherited from interface net.sf.saxon.om.FunctionItem
getGenre
Methods inherited from interface net.sf.saxon.om.GroundedValue
asIterable, concatenate, containsNode, materialize
Methods inherited from interface net.sf.saxon.om.Item
getLength, getStringValue, head, isStreamed, itemAt, iterate, reduce, subsequence
Methods inherited from interface net.sf.saxon.om.Sequence
makeRepeatable
-
Field Details
-
hierarchicalSchemes
-
nonHierarchicalSchemes
-
defaultPorts
-
URI
-
PATH_SEPARATOR
-
QUERY_SEPARATOR
-
ALLOW_DEPRECATED_FEATURES
-
OMIT_DEFAULT_PORTS
-
UNC_PATH
-
SCHEME
-
AUTHORITY
-
USERINFO
-
HOST
-
PORT
-
PATH
-
FILEPATH
-
PATH_SEGMENTS
-
QUERY_PARAMETERS
-
QUERY
-
KEY
-
VALUE
-
FRAGMENT
-
HIERARCHICAL
-
unescapedUriCharacters
-
pathSeparator
protected char pathSeparator -
querySeparator
protected char querySeparator -
allowDeprecatedFeatures
protected boolean allowDeprecatedFeatures -
omitDefaultPorts
protected boolean omitDefaultPorts -
hierarchical
protected boolean hierarchical -
uncPath
protected boolean uncPath
-
-
Constructor Details
-
URIFunctions
public URIFunctions()
-
-
Method Details
-
makeFunctionCall
Description copied from class:SystemFunction
Make an expression that either calls this function, or that is equivalent to a call on this function- Overrides:
makeFunctionCall
in classSystemFunction
- Parameters:
arguments
- the supplied arguments to the function call- Returns:
- either a function call on this function, or an expression that delivers the same result
-
checkOptions
- Throws:
XPathException
-
encodePathSegment
- Throws:
XPathException
-
encodeQueryPart
- Throws:
XPathException
-
encodeFragmentIdentifier
- Throws:
XPathException
-