XPath Custom Fucntions

org.eclipse.jet.xpathFunctions

[Enter the first release in which this extension point appears.]

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

<!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>


[Enter extension point usage example here.]

[Enter API information here.]

[Enter information about supplied implementation of this extension point.]