Searched refs:m_stylesheetDoc (Results 1 – 2 of 2) sorted by relevance
63 , m_stylesheetDoc(0) in XSLStyleSheet()74 , m_stylesheetDoc(0) in XSLStyleSheet()83 xmlFreeDoc(m_stylesheetDoc); in ~XSLStyleSheet()114 return m_stylesheetDoc; in document()119 m_stylesheetDoc = 0; in clearDocuments()144 xmlFreeDoc(m_stylesheetDoc); in parseString()166 ctxt->dict = m_parentStyleSheet->m_stylesheetDoc->dict; in parseString()170 m_stylesheetDoc = xmlCtxtReadMemory(ctxt, buffer, size, in parseString()178 return m_stylesheetDoc; in parseString()250 xsltStylesheetPtr result = xsltParseStylesheetDoc(m_stylesheetDoc); in compileStyleSheet()
105 xmlDocPtr m_stylesheetDoc; variable