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 AtomicValueprotected booleanprotected static final AtomicValueprotected static final AtomicValueprotected static final AtomicValueprotected booleanprotected static final AtomicValueprotected static final AtomicValueprotected static final AtomicValueprotected static final AtomicValueprotected booleanprotected static final AtomicValueprotected static final AtomicValueprotected static final AtomicValueprotected charprotected static final AtomicValueprotected static final AtomicValueprotected static final AtomicValueprotected static final AtomicValueprotected charprotected static final AtomicValueprotected static final AtomicValueprotected booleanprotected static final AtomicValueprotected static final AtomicValueprotected static final AtomicValue -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected voidcheckOptions(Sequence[] arguments) protected Stringprotected StringencodePathSegment(GroundedValue value) protected StringencodeQueryPart(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, typeCheckCallerMethods inherited from class net.sf.saxon.functions.AbstractFunction
atomize, deepEqual40, deepEquals, effectiveBooleanValue, getAnnotations, getUnicodeStringValue, isArray, isMap, makeNewContext, simplify, typeCheckMethods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface net.sf.saxon.om.FunctionItem
getGenreMethods inherited from interface net.sf.saxon.om.GroundedValue
asIterable, concatenate, containsNode, materializeMethods inherited from interface net.sf.saxon.om.Item
getLength, getStringValue, head, isStreamed, itemAt, iterate, reduce, subsequenceMethods 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:SystemFunctionMake an expression that either calls this function, or that is equivalent to a call on this function- Overrides:
makeFunctionCallin 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
-