Searched refs:transformSource (Results 1 – 3 of 3) sorted by relevance
101 if (m_embedded && ownerDocument() && ownerDocument()->transformSource()) in document()102 return (xmlDocPtr)ownerDocument()->transformSource()->platformSource(); in document()
246 if (sourceIsDocument && ownerDocument->transformSource()) in xmlDocPtrFromNode()247 sourceDoc = (xmlDocPtr)ownerDocument->transformSource()->platformSource(); in xmlDocPtrFromNode()
809 TransformSource* transformSource() const { return m_transformSource.get(); } in transformSource() function