Home
last modified time | relevance | path

Searched refs:outputDoc (Results 1 – 1 of 1) sorted by relevance

/external/webkit/Source/WebCore/xml/
DXSLTProcessor.cpp100 …teFragmentFromSource(const String& sourceString, const String& sourceMIMEType, Document* outputDoc) in createFragmentFromSource() argument
102 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() argument
143 if (outputDoc->isHTMLDocument()) in transformToFragment()
148 return createFragmentFromSource(resultString, resultMIMEType, outputDoc); in transformToFragment()