| // Element.cpp: implementation of the Element class. | |
| // | |
| ////////////////////////////////////////////////////////////////////// | |
| #include <axis/xml/Element.h> | |
| ////////////////////////////////////////////////////////////////////// | |
| // Construction/Destruction | |
| ////////////////////////////////////////////////////////////////////// | |
| namespace axisxml { | |
| Element::Element() | |
| { | |
| } | |
| Element::~Element() | |
| { | |
| } | |
| } | |