java.io.Serializable, javax.xml.transform.SourceLocator, Container, Expression, InstructionInfoProviderpublic class NamePart extends SystemFunction
| Modifier and Type | Field | Description |
|---|---|---|
static int |
DOCUMENT_URI |
|
static int |
GENERATE_ID |
|
static int |
LOCAL_NAME |
|
static int |
NAME |
|
static int |
NAMESPACE_URI |
|
static int |
NODE_NAME |
locationId, staticPropertiesEVALUATE_METHOD, ITERATE_METHOD, PROCESS_METHODargumentoperation| Constructor | Description |
|---|---|
NamePart() |
| Modifier and Type | Method | Description |
|---|---|---|
int |
computeSpecialProperties() |
Determine the special properties of this expression.
|
Item |
evaluateItem(XPathContext c) |
Evaluate the function in a string context
|
static boolean |
isGenerateIdFunction(Expression exp) |
Test whether an expression is a call on the generate-id() function
|
Expression |
simplify(StaticContext env) |
Simplify and validate.
|
adoptChildExpression, checkPermittedContents, computeDependencies, computeStaticProperties, doPromotion, dynamicError, effectiveBooleanValue, evaluateAsString, getCardinality, getColumnNumber, getConstructType, getDependencies, getExecutable, getHostLanguage, getImplementationMethod, getInstructionInfo, getIntrinsicDependencies, getLineNumber, getLocationId, getLocationProvider, getParentExpression, getPublicId, getSlotsUsed, getSpecialProperties, getSystemId, hasBadParentPointer, iterate, markTailFunctionCalls, process, resetStaticProperties, setLocationId, setParentExpression, setParentExpression, suppressValidation, typeErrorcheckArgumentCount, getArguments, getDisplayName, getFunctionNameCode, getNumberOfArguments, iterateSubExpressions, optimize, preEvaluate, promote, replaceSubExpression, setArguments, setFunctionNameCode, simplifyArguments, typeCheckclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitaddContextDocumentArgument, checkArguments, computeCardinality, display, getDetails, getErrorCodeForTypeErrors, getItemType, getRequiredType, main, makeSystemFunction, setDetails, useContextItemAsDefaultpublic static final int NAME
public static final int LOCAL_NAME
public static final int NAMESPACE_URI
public static final int GENERATE_ID
public static final int DOCUMENT_URI
public static final int NODE_NAME
public Expression simplify(StaticContext env) throws XPathException
simplify in interface Expressionsimplify in class FunctionCallenv - the static contextXPathException - if an error is discovered during expression
rewritingpublic int computeSpecialProperties()
computeSpecialProperties in class SystemFunctionpublic Item evaluateItem(XPathContext c) throws XPathException
evaluateItem in interface ExpressionevaluateItem in class ComputedExpressionc - The context in which the expression is to be evaluatedXPathException - if any dynamic error occurs evaluating the
expressionpublic static boolean isGenerateIdFunction(Expression exp)
exp - the expression to be tested