Searched refs:outputDoc (Results 1 – 1 of 1) sorted by relevance
100 …teFragmentFromSource(const String& sourceString, const String& sourceMIMEType, Document* outputDoc) in createFragmentFromSource() argument102 RefPtr<DocumentFragment> fragment = outputDoc->createDocumentFragment(); in createFragmentFromSource()111 RefPtr<HTMLBodyElement> fakeBody = HTMLBodyElement::create(outputDoc); in createFragmentFromSource()114 fragment->parserAddChild(Text::create(outputDoc, sourceString)); in createFragmentFromSource()136 …sRefPtr<DocumentFragment> XSLTProcessor::transformToFragment(Node* sourceNode, Document* outputDoc) in transformToFragment() argument143 if (outputDoc->isHTMLDocument()) in transformToFragment()148 return createFragmentFromSource(resultString, resultMIMEType, outputDoc); in transformToFragment()