ReactOS 0.4.16-dev-2232-gc2aaa52
_xmlSAXLocator Struct Reference

#include <parser.h>

Public Attributes

const xmlChar *(* getPublicId )(void *ctx)
 
const xmlChar *(* getSystemId )(void *ctx)
 
int(* getLineNumber )(void *ctx)
 
int(* getColumnNumber )(void *ctx)
 

Detailed Description

xmlSAXLocator:

A SAX Locator.

Definition at line 337 of file parser.h.

Member Data Documentation

◆ getColumnNumber

int(* _xmlSAXLocator::getColumnNumber) (void *ctx)

Definition at line 341 of file parser.h.

◆ getLineNumber

int(* _xmlSAXLocator::getLineNumber) (void *ctx)

Definition at line 340 of file parser.h.

◆ getPublicId

const xmlChar *(* _xmlSAXLocator::getPublicId) (void *ctx)

Definition at line 338 of file parser.h.

◆ getSystemId

const xmlChar *(* _xmlSAXLocator::getSystemId) (void *ctx)

Definition at line 339 of file parser.h.


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