Go to the source code of this file.
Modules | |
| module | xml::tclparser |
Functions/Subroutines | |
| ret xml::tclparser::create | name (, type upvar\#0[, type namespace, type current]::$, type name, type parser, type array, type set, type parser[, type list-, type name $, type name-, type cmd[, type uplevel 3, type namespace, type current]::$, type name-, type final 1-, type validate 0-, type statevariable[, type namespace, type current]::$, type name-, type baseuri, optional, type internaldtd, optional, type entities[, type namespace, type current]::, type Entities $, type name, type extentities[, type namespace, type current]::, type ExtEntities $, type name, type parameterentities[, type namespace, type current]::, type PEntities $, type name, type externalparameterentities[, type namespace, type current]::, type ExtPEntities $, type name, type elementdecls[, type namespace, type current]::, type ElDecls $, type name, type attlistdecls[, type namespace, type current]::, type AttlistDecls $, type name, type notationdecls[, type namespace, type current]::, type NotDecls $, type name, type depth 0, type leftover, optional], type array, type set[, type namespace, type current]::, type Entities $, type name[, type array, type get::, type sgml::, type EntityPredef], type return $, type parser(-, type cmd)) proc xml |
| ret xml::tclparser::create name | ( | type upvar\#0::$ | [, type namespace, type current], | |
| type | name, | |||
| type | parser, | |||
| type | array, | |||
| type | set, | |||
| type parser::$ | [, type list-, type name $, type name-, type cmd[, type uplevel 3, type namespace, type current], | |||
| type name- | , | |||
| type final 1- | , | |||
| type validate 0- | , | |||
| type statevariable::$ | [, type namespace, type current], | |||
| type name- | , | |||
| type | baseuri, | |||
| optional | , | |||
| type | internaldtd, | |||
| optional | , | |||
| type entities:: | [, type namespace, type current], | |||
| type Entities $ | , | |||
| type | name, | |||
| type extentities:: | [, type namespace, type current], | |||
| type ExtEntities $ | , | |||
| type | name, | |||
| type parameterentities:: | [, type namespace, type current], | |||
| type PEntities $ | , | |||
| type | name, | |||
| type externalparameterentities:: | [, type namespace, type current], | |||
| type ExtPEntities $ | , | |||
| type | name, | |||
| type elementdecls:: | [, type namespace, type current], | |||
| type ElDecls $ | , | |||
| type | name, | |||
| type attlistdecls:: | [, type namespace, type current], | |||
| type AttlistDecls $ | , | |||
| type | name, | |||
| type notationdecls:: | [, type namespace, type current], | |||
| type NotDecls $ | , | |||
| type | name, | |||
| type depth | 0, | |||
| type | leftover, | |||
| optional] | , | |||
| type | array, | |||
| type set:: | [, type namespace, type current], | |||
| type Entities $ | , | |||
| type | name[, type array, type get::, type sgml::, type EntityPredef], | |||
| type return $ | , | |||
| type | parser-, type cmd | |||
| ) |
Definition at line 57 of file tclparser-8.1.tcl.
00089 : 00090 # name name for the new parser 00091 # parent name of parent parser 00092 # 00093 # Results: 00094 # The state variable is initialised. 00095 00096 proc xml::tclparser::createentityparser {parent name} { upvar /* 0 [namespace current]::$parent p*/
1.6.1