Revision [1570]
This is an old revision of FunctionsStAX made by DavidLee on 2010-11-18 10:59:23.
StAX Functions
The following functions are built in to xmlsh, but need to be imported. They are not imported by default because of possible name collisions using these functions with no prefix.
These functions provide a scripting interface to the StAX streaming XML API.
Importing
To use the StAX commands you need to import them into either the global namespace or a local namespace.Its recommended that you use a local namespace so that there is less chance of name collisions.
To import into the stax namespace prefix
import commands stax=stax
To import into the global namespace
import commands stax
Functions are invoked using the Function Call Syntax
Function | Description |
---|---|
integer | Casts argument as an xs:integer |
string | Casts argument as an xs:string |
See Also Functions
See Also StAX Functions
See Also Commands
See Also Java Objects