|
DCMTK
Version 3.6.1 20120515
OFFIS DICOM Toolkit
|
This structure is given by the function XMLNode::enumContents. More...
Public Member Functions | |
| XMLNodeContents (const XMLNodeContents &c) | |
Public Attributes | |
| enum XMLElementType | etype |
| This dictates what's the content of the XMLNodeContent. | |
| XMLNode | child |
| XMLAttribute | attrib |
| XMLCSTR | text |
| XMLClear | clear |
Private Member Functions | |
| XMLNodeContents & | operator= (const XMLNodeContents &) |
This structure is given by the function XMLNode::enumContents.
| enum XMLElementType XMLNodeContents::etype |
This dictates what's the content of the XMLNodeContent.
should be an union to access the appropriate data. Compiler does not allow union of object with constructor... too bad.