LibreOffice Module helpcompiler (master) 1
Public Member Functions | Private Attributes | List of all members
IndexerPreProcessor Class Reference

#include <HelpLinker.hxx>

Collaboration diagram for IndexerPreProcessor:
[legend]

Public Member Functions

 IndexerPreProcessor (const fs::path &fsIndexBaseDir, const fs::path &idxCaptionStylesheet, const fs::path &idxContentStylesheet)
 
 ~IndexerPreProcessor ()
 
void processDocument (xmlDocPtr doc, const std::string &EncodedDocPath)
 

Private Attributes

fs::path m_fsCaptionFilesDirName
 
fs::path m_fsContentFilesDirName
 
xsltStylesheetPtr m_xsltStylesheetPtrCaption
 
xsltStylesheetPtr m_xsltStylesheetPtrContent
 

Detailed Description

Definition at line 27 of file HelpLinker.hxx.

Constructor & Destructor Documentation

◆ IndexerPreProcessor()

IndexerPreProcessor::IndexerPreProcessor ( const fs::path fsIndexBaseDir,
const fs::path idxCaptionStylesheet,
const fs::path idxContentStylesheet 
)

◆ ~IndexerPreProcessor()

IndexerPreProcessor::~IndexerPreProcessor ( )

Definition at line 64 of file HelpLinker.cxx.

References m_xsltStylesheetPtrCaption, and m_xsltStylesheetPtrContent.

Member Function Documentation

◆ processDocument()

void IndexerPreProcessor::processDocument ( xmlDocPtr  doc,
const std::string &  EncodedDocPath 
)

Member Data Documentation

◆ m_fsCaptionFilesDirName

fs::path IndexerPreProcessor::m_fsCaptionFilesDirName
private

Definition at line 30 of file HelpLinker.hxx.

Referenced by IndexerPreProcessor(), and processDocument().

◆ m_fsContentFilesDirName

fs::path IndexerPreProcessor::m_fsContentFilesDirName
private

Definition at line 31 of file HelpLinker.hxx.

Referenced by IndexerPreProcessor(), and processDocument().

◆ m_xsltStylesheetPtrCaption

xsltStylesheetPtr IndexerPreProcessor::m_xsltStylesheetPtrCaption
private

Definition at line 33 of file HelpLinker.hxx.

Referenced by IndexerPreProcessor(), processDocument(), and ~IndexerPreProcessor().

◆ m_xsltStylesheetPtrContent

xsltStylesheetPtr IndexerPreProcessor::m_xsltStylesheetPtrContent
private

Definition at line 34 of file HelpLinker.hxx.

Referenced by IndexerPreProcessor(), processDocument(), and ~IndexerPreProcessor().


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