Package com.nwalsh.annotations
Annotation Interface SaxonExtensionFunction
An annotation for identifying classes that implement SaxonExtensionFunctions.
XML Calabash will automatically attempt to register any extension functions that so annotated.
- Version:
- 1.0
-
Optional Element Summary
Optional Elements
-
Element Details
-
warnLevel
String warnLevelA logging level hint. The warning level is a hint to the runtime processor about how agressively to report instantiation (and other errors). For completely standalone classes, it's reasonable to give quite assertive warnings (e.g. INFO). For classes that rely on third party libraries that may or may not be present, a less assertive warning (e.g. DEBUG) might be more reasonable.- Returns:
- the warning level
- Default:
"INFO"
-