|
Unicorn XML Toolkit Version 1.00.00 |
|||||||||
� PREV CLASS �� NEXT CLASS | FRAMES��NO FRAMES | |||||||||
SUMMARY: � CONSTR �|�FUNCTION�|�DATA | DETAIL: � CONSTR �|�FUNCTION�|�DATA |
class IDocumentFragment: virtual public INode { public: IDocumentFragment(); virtual ~IDocumentFragment(); };
The stand-alone fragment of an XML document.
This class implements
the C++ binding for the
DocumentFragment
interface
specified by DOM.
Constructor/Destructor Summary | |
IDocumentFragment
();
����������Constructs the document fragment. |
|
~IDocumentFragment
();
����������Destroys the document fragment. |
Constructor/Destructor Detail |
IDocumentFragment();
Constructs the document fragment.
virtual ~IDocumentFragment();
Destroys the document fragment.
|
Unicorn XML Toolkit Version 1.00.00 |
|||||||||
� PREV CLASS �� NEXT CLASS | FRAMES��NO FRAMES | |||||||||
SUMMARY: � CONSTR �|�FUNCTION�|�DATA | DETAIL: � CONSTR �|�FUNCTION�|�DATA |