Package org.apache.daffodil.api.udf
Annotation Interface UserDefinedFunctionIdentification
Annotation that must be applied to every UDF in order for it to be considered
valid.
It must have the name and namespaceURI fields initialized with the namespace and name callers would be expected to use in the schema.
-
Required Element Summary
Required ElementsModifier and TypeRequired ElementDescriptionGet the local name that identifies the user defined functionGet the namespace URI that identifies the user defined function
-
Element Details
-
name
String nameGet the local name that identifies the user defined functionThis value must be a valid XML NCName. It should not include a namespace or namespace prefix.
- Returns:
- the value
-
namespaceURI
String namespaceURIGet the namespace URI that identifies the user defined functionThis value must be a valid XML anyURI.
- Returns:
- the value
-