ReactOS 0.4.16-dev-2208-g6350669
_xmlParserInputBuffer Struct Reference

#include <xmlIO.h>

Collaboration diagram for _xmlParserInputBuffer:

Public Attributes

voidcontext
 
xmlInputReadCallback readcallback
 
xmlInputCloseCallback closecallback
 
xmlCharEncodingHandlerPtr encoder
 
xmlBufPtr buffer
 
xmlBufPtr raw
 
int compressed
 
int error
 
unsigned long rawconsumed
 

Detailed Description

Definition at line 146 of file xmlIO.h.

Member Data Documentation

◆ buffer

xmlBufPtr _xmlParserInputBuffer::buffer

Definition at line 153 of file xmlIO.h.

◆ closecallback

xmlInputCloseCallback _xmlParserInputBuffer::closecallback

Definition at line 149 of file xmlIO.h.

◆ compressed

int _xmlParserInputBuffer::compressed

Definition at line 155 of file xmlIO.h.

◆ context

void* _xmlParserInputBuffer::context

Definition at line 147 of file xmlIO.h.

◆ encoder

xmlCharEncodingHandlerPtr _xmlParserInputBuffer::encoder

Definition at line 151 of file xmlIO.h.

◆ error

int _xmlParserInputBuffer::error

Definition at line 156 of file xmlIO.h.

◆ raw

xmlBufPtr _xmlParserInputBuffer::raw

Definition at line 154 of file xmlIO.h.

◆ rawconsumed

unsigned long _xmlParserInputBuffer::rawconsumed

Definition at line 157 of file xmlIO.h.

◆ readcallback

xmlInputReadCallback _xmlParserInputBuffer::readcallback

Definition at line 148 of file xmlIO.h.


The documentation for this struct was generated from the following file: