Skip to main content

The XMLLocator Class Reference

Declaration

class XMLLocator { ... }

Included Headers

#include <libxml/xml.h>

Derived Classes

classXMLParser

Public Constructors Index

XMLLocator ()=default
XMLLocator (const XMLLocator &)=delete
XMLLocator (XMLLocator &&)=delete

Public Destructor Index

~XMLLocator ()=default

Public Operators Index

XMLLocator &operator= (const XMLLocator &)=delete
XMLLocator &operator= (XMLLocator &&)=delete

Public Member Functions Index

intlineNr () const =0
std::stringfileName () const =0

Definition at line 55 of file xml.h.

Public Constructors

XMLLocator()

XMLLocator::XMLLocator ()
default

Definition at line 58 of file xml.h.

Referenced by operator=, operator=, XMLLocator and XMLLocator.

XMLLocator()

XMLLocator::XMLLocator (const XMLLocator &)
delete

Definition at line 59 of file xml.h.

Reference XMLLocator.

XMLLocator()

XMLLocator::XMLLocator (XMLLocator &&)
delete

Definition at line 61 of file xml.h.

Reference XMLLocator.

Public Destructor

~XMLLocator()

virtual XMLLocator::~XMLLocator ()
virtual default

Definition at line 63 of file xml.h.

Public Operators

operator=()

XMLLocator & XMLLocator::operator= (const XMLLocator &)
delete

Definition at line 60 of file xml.h.

Reference XMLLocator.

operator=()

XMLLocator & XMLLocator::operator= (XMLLocator &&)
delete

Definition at line 62 of file xml.h.

Reference XMLLocator.

Public Member Functions

fileName()

virtual std::string XMLLocator::fileName ()

Definition at line 66 of file xml.h.

lineNr()

virtual int XMLLocator::lineNr ()

Definition at line 65 of file xml.h.


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


Generated via doxygen2docusaurus by Doxygen 1.14.0.