XPath Custom Fucntions

Identifier:
org.eclipse.jet.xpathFunctions

Since:
1.0

Description:
Declare custom XPath functions that will be available during JET XPath execution.

Configuration Markup:

<!ELEMENT extension (function*)>

<!ATTLIST extension

point CDATA #REQUIRED

id    CDATA #IMPLIED

name  CDATA #IMPLIED

>


<!ELEMENT function EMPTY>

<!ATTLIST function

name           CDATA #REQUIRED

implementation CDATA #IMPLIED

minArgs        CDATA #REQUIRED

maxArgs        CDATA #REQUIRED

>


Examples:
See plugin.xml in plug-in org.eclipse.jet.

Supplied Implementation:
Not applicable.


Copyright (c) 2005, 2010 IBM Corporation and others.