Xerces-C++: DOMProcessingInstruction.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_DOMPROCESSINGINSTRUCTION_HPP)
23#define XERCESC_INCLUDE_GUARD_DOMPROCESSINGINSTRUCTION_HPP
24
27
29
30
39protected:
40
41
42
48
49private:
50
51
52
57
58public:
59
60
61
70
71
72
73
76
77
78
88
100
101
102
103
115
116};
117
119
120#endif
121
#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 DOMNode interface is the primary datatype for the entire Document Object Model.
Definition DOMNode.hpp:139
The DOMProcessingInstruction interface represents a "processinginstruction", used in XML as a way to ...
Definition DOMProcessingInstruction.hpp:38
DOMProcessingInstruction(const DOMProcessingInstruction &other)
Definition DOMProcessingInstruction.hpp:46
virtual void setData(const XMLCh *data)=0
Sets the content of this processing instruction.
DOMProcessingInstruction()
Definition DOMProcessingInstruction.hpp:45
virtual const XMLCh * getTarget() const =0
The target of this processing instruction.
virtual const XMLCh * getData() const =0
The content of this processing instruction.
virtual ~DOMProcessingInstruction()
Destructor.
Definition DOMProcessingInstruction.hpp:68