Changeset 60
- Timestamp:
- 11/29/06 23:47:16 (2 years ago)
- Files:
-
- trunk/XJConf/DefinitionParser.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/XJConf/DefinitionParser.php
r46 r60 225 225 * Start Element handler 226 226 * 227 * Creates the TagDefinition object and places it on227 * Creates the Definition object and places it on 228 228 * the stack. 229 229 * … … 260 260 * End Element handler 261 261 * 262 * Fetches the TagDefinition from the stack and262 * Fetches the Definition from the stack and 263 263 * adds it to the NamespaceDefinition object. 264 264 *
