Xerces-C++: StdOutFormatTarget.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_STDOUTFORMATTARGET_HPP)

23#define XERCESC_INCLUDE_GUARD_STDOUTFORMATTARGET_HPP

24

26

28

30public:

31

37

38

39

40

44

46

47private:

48

49

50

53};

54

56

57#endif

#define XMLPARSER_EXPORT

Definition XercesDefs.hpp:163

#define XERCES_CPP_NAMESPACE_BEGIN

Definition XercesDefs.hpp:112

unsigned char XMLByte

Definition XercesDefs.hpp:65

#define XERCES_CPP_NAMESPACE_END

Definition XercesDefs.hpp:113

size_t XMLSize_t

Definition Xerces_autoconf_config.hpp:112

Definition StdOutFormatTarget.hpp:29

virtual void writeChars(const XMLByte *const toWrite, const XMLSize_t count, XMLFormatter *const formatter)

Definition XMLFormatter.hpp:443

This class provides the basic formatting capabilities that are required to turn the Unicode based XML...

Definition XMLFormatter.hpp:42