Changeset 155
- Timestamp:
- 07/04/08 11:10:25 (6 months ago)
- Files:
-
- trunk/dba/dba/xmlistream.h (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/dba/dba/xmlistream.h
r154 r155 27 27 /** 28 28 If set to true, then stream will igore all nodes that are not mapped to class 29 members or binded to variables. Default value is false. 29 members or binded to variables. 30 @param pFlag true if stream should ignore not mapped elements, false (the default) otherwise 30 31 */ 31 32 void ignoreNonMappedNodes(bool pFlag); … … 35 36 element order in xml file has to be the same as store table layout. Elements 36 37 from parent store table should be placed before elements in child store table. 37 Default value is false.38 @param pFlag true if stream should element order, false (the default) otherwise 38 39 */ 39 40 void ignoreNodeOrder(bool pFlag);
