Xerces-C++: StdInInputSource.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

23#if !defined(XERCESC_INCLUDE_GUARD_STDININPUTSOURCE_HPP)

24#define XERCESC_INCLUDE_GUARD_STDININPUTSOURCE_HPP

25

27

29

31

32

44{

45public :

46

47

48

49

52

61

66

67

68

69

70

71

72

75

84

86

87private:

88

89

90

93

94};

95

101

105

107

108#endif

#define XMLPARSER_EXPORT

Definition XercesDefs.hpp:163

#define XERCES_CPP_NAMESPACE_BEGIN

Definition XercesDefs.hpp:112

#define XERCES_CPP_NAMESPACE_END

Definition XercesDefs.hpp:113

Definition BinInputStream.hpp:30

A single input source for an XML entity.

Definition InputSource.hpp:63

Configurable memory manager.

Definition MemoryManager.hpp:40

This class is a derivative of the standard InputSource class.

Definition StdInInputSource.hpp:44

~StdInInputSource()

Definition StdInInputSource.hpp:102

StdInInputSource(MemoryManager *const manager=XMLPlatformUtils::fgMemoryManager)

Since the standard input is a canned source, the constructor is very simple.

Definition StdInInputSource.hpp:96

BinInputStream * makeStream() const

This method will return a binary input stream derivative that will parse from the standard input of t...

static MemoryManager * fgMemoryManager

The configurable memory manager.

Definition PlatformUtils.hpp:121