22#if !defined(XERCESC_INCLUDE_GUARD_DOMDOCUMENTFRAGMENT_HPP)
23#define XERCESC_INCLUDE_GUARD_DOMDOCUMENTFRAGMENT_HPP
25#include <xercesc/util/XercesDefs.hpp>
28XERCES_CPP_NAMESPACE_BEGIN
106XERCES_CPP_NAMESPACE_END
DOMDocumentFragment is a "lightweight" or "minimal" DOMDocument object.
Definition: DOMDocumentFragment.hpp:71
virtual ~DOMDocumentFragment()
Destructor.
Definition: DOMDocumentFragment.hpp:101
DOMDocumentFragment()
Definition: DOMDocumentFragment.hpp:78
The DOMNode interface is the primary datatype for the entire Document Object Model.
Definition: DOMNode.hpp:139