libxml2
Loading...
Searching...
No Matches
Data Fields
_xmlParserInput Struct Reference

Parser input. More...

#include <parser.h>

Data Fields

const char * filename
 
const xmlCharcur
 
int line
 
int col
 
unsigned long consumed
 

Detailed Description

Parser input.

Field Documentation

◆ col

int col

◆ consumed

unsigned long consumed
Deprecated:
Use xmlCtxtGetInputPosition

How many xmlChars already consumed

◆ cur

const xmlChar* cur
Deprecated:
Use xmlCtxtGetInputWindow

Current char being parsed

◆ filename

const char* filename
Deprecated:
Use xmlCtxtGetInputPosition

The filename or URI, if any

◆ line

int line

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