public abstract class UnparsedTextFunction extends SystemFunction
| Constructor and Description |
|---|
UnparsedTextFunction() |
| Modifier and Type | Method and Description |
|---|---|
static java.net.URI |
getAbsoluteURI(java.lang.String href,
java.lang.String baseURI,
XPathContext context) |
protected static java.lang.String |
getErrorCodePrefix(XPathContext context)
Get the prefix of the error code for dynamic errors: "XTDE" for XSLT 2.0, "FOUT" for XPath 3.0
|
int |
getSpecialProperties(Expression[] arguments)
Determine the special properties of this function.
|
static XPathException |
handleIOError(java.net.URI absoluteURI,
java.io.IOException ioErr,
XPathContext context) |
static java.lang.CharSequence |
readFile(IntPredicate checker,
java.io.Reader reader,
XPathContext context)
Read the contents of an unparsed text file
|
static java.lang.CharSequence |
readFile(java.net.URI absoluteURI,
java.lang.String encoding,
XPathContext context)
Supporting routine to load one external file given a URI (href) and a baseURI
|
dependsOnContextItem, dynamicCall, equals, export, exportAdditionalArguments, exportAttributes, fixArguments, getArity, getCardinality, getCompilerName, getContextNode, getDescription, getDetails, getErrorCodeForTypeErrors, getFunctionItemType, getFunctionName, getIntegerBounds, getNetCost, getOperandRoles, getRequiredType, getResultItemType, getResultItemType, getRetainedStaticContext, getStaticBaseUriString, getStreamerName, importAttributes, isTrustedResultType, makeCall, makeFunction, makeFunctionCall, makeOptimizedFunctionCall, resultIfEmpty, setArity, setDetails, setRetainedStaticContext, supplyTypeInformation, typeCheckCalleratomize, deepEquals, effectiveBooleanValue, getAnnotations, getStringValue, getStringValueCS, isArray, isMap, simplify, typeCheckgetLength, head, isStreamed, itemAt, iterate, reduce, subsequenceclone, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetLength, head, itemAt, reduce, subsequencepublic int getSpecialProperties(Expression[] arguments)
SystemFunctiongetSpecialProperties in class SystemFunctionarguments - the actual arguments supplied in a call to the functionprotected static java.lang.String getErrorCodePrefix(XPathContext context)
context - the dynamic contextpublic static java.lang.CharSequence readFile(java.net.URI absoluteURI,
java.lang.String encoding,
XPathContext context)
throws XPathException
absoluteURI - the absolutized URIencoding - the character encodingcontext - the XPath dynamic contextXPathException - if the file cannot be readpublic static java.net.URI getAbsoluteURI(java.lang.String href,
java.lang.String baseURI,
XPathContext context)
throws XPathException
XPathExceptionpublic static XPathException handleIOError(java.net.URI absoluteURI, java.io.IOException ioErr, XPathContext context)
public static java.lang.CharSequence readFile(IntPredicate checker, java.io.Reader reader, XPathContext context) throws java.io.IOException, XPathException
checker - predicate for checking whether characters are valid XML charactersreader - Reader to be used for reading the filecontext - the XPath dynamic contextjava.io.IOException - if a failure occurs reading the fileXPathException - if the file contains illegal charactersCopyright (c) 2004-2017 Saxonica Limited. All rights reserved.