ReactOS 0.4.16-dev-2208-g6350669
_xmlParserInput Struct Reference

#include <parser.h>

Collaboration diagram for _xmlParserInput:

Public Attributes

xmlParserInputBufferPtr buf
 
const charfilename
 
const chardirectory
 
const xmlCharbase
 
const xmlCharcur
 
const xmlCharend
 
int length
 
int line
 
int col
 
unsigned long consumed
 
xmlParserInputDeallocate free
 
const xmlCharencoding
 
const xmlCharversion
 
int flags
 
int id
 
unsigned long parentConsumed
 
xmlEntityPtr entity
 

Detailed Description

Definition at line 60 of file parser.h.

Member Data Documentation

◆ base

const xmlChar* _xmlParserInput::base

Definition at line 66 of file parser.h.

◆ buf

xmlParserInputBufferPtr _xmlParserInput::buf

Definition at line 62 of file parser.h.

◆ col

int _xmlParserInput::col

Definition at line 71 of file parser.h.

◆ consumed

unsigned long _xmlParserInput::consumed

Definition at line 72 of file parser.h.

◆ cur

const xmlChar* _xmlParserInput::cur

Definition at line 67 of file parser.h.

◆ directory

const char* _xmlParserInput::directory

Definition at line 65 of file parser.h.

◆ encoding

const xmlChar* _xmlParserInput::encoding

Definition at line 74 of file parser.h.

◆ end

const xmlChar* _xmlParserInput::end

Definition at line 68 of file parser.h.

◆ entity

xmlEntityPtr _xmlParserInput::entity

Definition at line 79 of file parser.h.

◆ filename

const char* _xmlParserInput::filename

Definition at line 64 of file parser.h.

◆ flags

int _xmlParserInput::flags

Definition at line 76 of file parser.h.

◆ free

xmlParserInputDeallocate _xmlParserInput::free

Definition at line 73 of file parser.h.

◆ id

int _xmlParserInput::id

Definition at line 77 of file parser.h.

◆ length

int _xmlParserInput::length

Definition at line 69 of file parser.h.

◆ line

int _xmlParserInput::line

Definition at line 70 of file parser.h.

◆ parentConsumed

unsigned long _xmlParserInput::parentConsumed

Definition at line 78 of file parser.h.

◆ version

const xmlChar* _xmlParserInput::version

Definition at line 75 of file parser.h.


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