myGroup
>
myProject
Home
mappingSchema
About
Specification of mapping definition
userGuide
grammar
start
file
include
define
ref
externalRef
parentRef
defineFunctions
defineMapping
defineVariables
group
interleave
choice
optional
oneOrMore
zeroOrMore
text
value
data
param
except
empty
notAllowed
DATA
Text Binary
bit
byte
line
list
XML
element
attribute
mixed
name
anyName
nsName
LANG
function
arg
return
var
array
value-of
callFunction
synchronized
C
struct
Java
class
implements
exception
umsCodeGenerator
About
Installation
Usage
Tutorial
Tips
Releases
Developer's Inforamtion
umsCodeGenerator
Development's rule
Code generation
Decode and Encode
Exception
typeConversionLibrary
Development's flow
Todo
Links
Others
sibling
xml2fits
About
Installation
Sample
Referrence
All
Whole Site HTML
Whole Site PDF
PDF
callFunction 要素
関数呼び出しを指定する要素
属性
expr 属性
制約
子ノード
使用例
例 1:
関数呼び出しを指定する要素
関数を呼び出す際に用います。
属性
expr 属性
関数呼び出しを指定します。属性に指定されたそのままの形で、生成ソースコードに出力されます。
制約
defineMapping 要素の子孫としてのみ現れることができます。
子ノード
常に空要素です。子ノードを持ちません。
使用例
例 1:
<lang:callFunction expr="setValue( iData );"/>