void StylesheetHandler::setDocumentLocator()

in src/xalanc/XSLT/StylesheetHandler.cpp [110:115]


void StylesheetHandler::setDocumentLocator(const Locator* const     locator)
{
    m_constructionContext.pushLocatorOnStack(locator);

    ++m_locatorsPushed;
}