| net.sf.saxon.functions.SystemFunction net.sf.saxon.functions.NamePart
NamePart | public class NamePart extends SystemFunction (Code) | | This class supports the name(), local-name(), and namespace-uri() functions
from XPath 1.0, and also the XSLT generate-id() function
|
DOCUMENT_URI | final public static int DOCUMENT_URI(Code) | | |
GENERATE_ID | final public static int GENERATE_ID(Code) | | |
LOCAL_NAME | final public static int LOCAL_NAME(Code) | | |
NAME | final public static int NAME(Code) | | |
NAMESPACE_URI | final public static int NAMESPACE_URI(Code) | | |
NODE_NAME | final public static int NODE_NAME(Code) | | |
computeSpecialProperties | public int computeSpecialProperties()(Code) | | Determine the special properties of this expression. The generate-id()
function is a special case: it is considered creative if its operand
is creative, so that generate-id(f()) is not taken out of a loop
|
isGenerateIdFunction | public static boolean isGenerateIdFunction(Expression exp)(Code) | | Test whether an expression is a call on the generate-id() function
Parameters: exp - the expression to be tested true if exp is a call on generate-id(), else false |
Fields inherited from net.sf.saxon.functions.SystemFunction | protected int operation(Code)(Java Doc)
|
|
|