Changeset 84 for trunk/include/helpers/xml.h
- Timestamp:
- Jun 28, 2001, 7:19:16 PM (24 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/helpers/xml.h
r71 r84 153 153 { 154 154 TREE Tree; // tree.c 155 // ulKey simply points to the strNodeName 156 // member always V0.9.13 (2001-06-27) [umoeller] 155 157 156 158 NODEBASETYPE ulNodeType; // class type; this is precious, … … 683 685 684 686 PCMELEMENTDECLNODE xmlFindElementDecl(PXMLDOM pDom, 685 const XSTRING *p strElementName);687 const XSTRING *pcszElementName); 686 688 687 689 PCMATTRIBUTEDECLBASE xmlFindAttribDeclBase(PXMLDOM pDom,
Note:
See TracChangeset
for help on using the changeset viewer.