LibreOffice Module tools (master) 1
Public Member Functions | Public Attributes | List of all members
tools::XmlWalkerImpl Struct Reference

Public Member Functions

 XmlWalkerImpl ()
 

Public Attributes

xmlDocPtr mpDocPtr
 
xmlNodePtr mpRoot
 
xmlNodePtr mpCurrent
 
std::vector< xmlNodePtr > mpStack
 

Detailed Description

Definition at line 20 of file XmlWalker.cxx.

Constructor & Destructor Documentation

◆ XmlWalkerImpl()

tools::XmlWalkerImpl::XmlWalkerImpl ( )
inline

Definition at line 22 of file XmlWalker.cxx.

Member Data Documentation

◆ mpCurrent

xmlNodePtr tools::XmlWalkerImpl::mpCurrent

Definition at line 31 of file XmlWalker.cxx.

◆ mpDocPtr

xmlDocPtr tools::XmlWalkerImpl::mpDocPtr

Definition at line 29 of file XmlWalker.cxx.

◆ mpRoot

xmlNodePtr tools::XmlWalkerImpl::mpRoot

Definition at line 30 of file XmlWalker.cxx.

◆ mpStack

std::vector<xmlNodePtr> tools::XmlWalkerImpl::mpStack

Definition at line 33 of file XmlWalker.cxx.


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