ReactOS 0.4.15-dev-7918-g2a2556c
_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 321 of file parser.h.

Member Data Documentation

◆ getColumnNumber

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

Definition at line 325 of file parser.h.

◆ getLineNumber

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

Definition at line 324 of file parser.h.

◆ getPublicId

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

Definition at line 322 of file parser.h.

◆ getSystemId

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

Definition at line 323 of file parser.h.


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