xmlswitch.tcl File Reference

Go to the source code of this file.

Modules

module  xmlswitch

Functions/Subroutines

ret xmlswitch::xmlswitchend token (type upvar#0 $, type token, type state $, type state(, type parser), type configure-, type final, type true, type return, optional) proc xmlswitch

Variables

ret type name
ret type type attrList

Function Documentation

ret xmlswitch::xmlswitchend token ( type upvar#0 $  ,
type  token,
type state ,
type   state, type parser,
type configure-  ,
type  final,
type  true,
type  return,
optional   
)

Definition at line 171 of file xmlswitch.tcl.

00183            :
00184 #   token   state array
00185 #
00186 # Results:
00187 #   Returns root node token
00188 
00189 proc xmlswitch::rootnode token {
00190     upvar #0 $token state
00191 
00192     return $state(root)
00193 }


Variable Documentation

ret type type attrList

Definition at line 236 of file xmlswitch.tcl.

ret type name

Definition at line 236 of file xmlswitch.tcl.

Referenced by checkTree(), and parray_stderr().


Generated on 21 Sep 2010 for Gui by  doxygen 1.6.1