net.sf.saxon.functions
Class StringToCodepoints
java.lang.Object
  
net.sf.saxon.expr.Expression
      
net.sf.saxon.expr.FunctionCall
          
net.sf.saxon.functions.SystemFunction
              
net.sf.saxon.functions.StringToCodepoints
- All Implemented Interfaces: 
 - Serializable, SourceLocator, Container, EvaluableItem, SequenceIterable, InstructionInfoProvider
 
public class StringToCodepoints
- extends SystemFunction
 
This class supports the function string-to-codepoints()
- See Also:
 - Serialized Form
 
 
 
 
 
| Methods inherited from class net.sf.saxon.functions.SystemFunction | 
checkArguments, computeCardinality, computeSpecialProperties, display, getDetails, getErrorCodeForTypeErrors, getItemType, main, makeSystemFunction, optimize, setDetails | 
 
| Methods inherited from class net.sf.saxon.expr.FunctionCall | 
getArguments, getDisplayName, getFunctionNameCode, getNumberOfArguments, iterateSubExpressions, preEvaluate, promote, replaceSubExpression, setArguments, setFunctionNameCode, simplify, typeCheck | 
 
| Methods inherited from class net.sf.saxon.expr.Expression | 
adoptChildExpression, checkPermittedContents, computeDependencies, computeStaticProperties, doPromotion, effectiveBooleanValue, evaluateAsString, evaluateItem, getCardinality, getColumnNumber, getContainingProcedure, getDependencies, getExecutable, getHostLanguage, getImplementationMethod, getInstructionInfo, getIntrinsicDependencies, getLineNumber, getLocationId, getLocationProvider, getParentExpression, getPublicId, getSlotsUsed, getSpecialProperties, getSystemId, hasBadParentPointer, markTailFunctionCalls, process, resetStaticProperties, setLocationId, setParentExpression, setParentExpression, suppressValidation | 
 
 
StringToCodepoints
public StringToCodepoints()
iterate
public SequenceIterator iterate(XPathContext c)
                         throws XPathException
- Description copied from class: 
Expression 
- Return an Iterator to iterate over the values of a sequence. The value of every
 expression can be regarded as a sequence, so this method is supported for all
 expressions. This default implementation handles iteration for expressions that
 return singleton values: for non-singleton expressions, the subclass must
 provide its own implementation.
- Specified by:
 iterate in interface SequenceIterable- Overrides:
 iterate in class Expression
 
- Parameters:
 c - supplies the context for evaluation
- Returns:
 - a SequenceIterator that can be used to iterate over the result
     of the expression
 - Throws:
 XPathException - if any dynamic error occurs evaluating the
     expression
 
 
Copyright (C) Michael H. Kay. All rights reserved.