Xerces-C++: DOMImplementationSource.hpp Source File (original) (raw)
Go to the documentation of this file.
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22#if !defined(XERCESC_INCLUDE_GUARD_DOMIMPLEMENTATIONSOURCE_HPP)
23#define XERCESC_INCLUDE_GUARD_DOMIMPLEMENTATIONSOURCE_HPP
24
35
37
38
41
43{
44protected :
45
46
47
52
53private:
54
55
56
62
63
64public:
65
66
67
76
77
78
79
94
107
108};
109
111
112#endif
#define CDOM_EXPORT
Definition XercesDefs.hpp:166
#define XERCES_CPP_NAMESPACE_BEGIN
Definition XercesDefs.hpp:112
#define XERCES_CPP_NAMESPACE_END
Definition XercesDefs.hpp:113
char16_t XMLCh
Definition Xerces_autoconf_config.hpp:120
The DOMImplementationList interface provides the abstraction of an ordered collection of DOM implemen...
Definition DOMImplementationList.hpp:40
Definition DOMImplementationSource.hpp:43
virtual DOMImplementation * getDOMImplementation(const XMLCh *features) const =0
A method to request the first DOM implementation that supports the specified features.
virtual ~DOMImplementationSource()
Destructor.
Definition DOMImplementationSource.hpp:74
virtual DOMImplementationList * getDOMImplementationList(const XMLCh *features) const =0
A method to request a list of DOM implementations that support the specified features and versions,...
DOMImplementationSource()
Definition DOMImplementationSource.hpp:50
The DOMImplementation interface provides a number of methods for performing operations that are indep...
Definition DOMImplementation.hpp:44