Home
last modified time | relevance | path

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

/external/webkit/Source/WebCore/xml/
DXSLTProcessor.cpp131 if (!transformToString(sourceNode, resultMIMEType, resultString, resultEncoding)) in transformToDocument()
146 if (!transformToString(sourceNode, resultMIMEType, resultString, resultEncoding)) in transformToFragment()
DXSLTProcessor.h50 …bool transformToString(Node* source, String& resultMIMEType, String& resultString, String& resultE…
DXSLTProcessorQt.cpp114 bool XSLTProcessor::transformToString(Node* sourceNode, String&, String& resultString, String&) in transformToString() function in WebCore::XSLTProcessor
DXSLTProcessorLibxslt.cpp300 bool XSLTProcessor::transformToString(Node* sourceNode, String& mimeType, String& resultString, Str… in transformToString() function in WebCore::XSLTProcessor
/external/apache-xml/src/main/java/org/apache/xalan/templates/
DElemMessage.java117 String data = transformer.transformToString(this); in execute()
DElemComment.java84 String data = transformer.transformToString(this); in execute()
DElemPI.java163 String data = transformer.transformToString(this); in execute()
DElemAttribute.java189 String val = transformer.transformToString(this); in constructNode()
/external/apache-xml/src/main/java/org/apache/xalan/transformer/
DTransformerImpl.java1872 public String transformToString(ElemTemplateElement elem) in transformToString() method in TransformerImpl
/external/webkit/Source/WebCore/dom/
DDocument.cpp4090 if (!processor->transformToString(this, resultMIMEType, newSource, resultEncoding)) in applyXSLTransform()
/external/webkit/Source/WebCore/
DChangeLog-2006-05-109438 (WebCore::XSLTProcessor::transformToString):
37407 (DOM::XSLTProcessorImpl::transformToString):
37648 (DOM::XSLTProcessorImpl::transformToString): delete new'd xmlDoc
38349 (DOM::XSLTProcessorImpl::transformToString): ditto
DChangeLog-2005-12-1977 (DOM::XSLTProcessorImpl::transformToString): Add an encoding result. Set it to the
3142 (DOM::XSLTProcessorImpl::transformToString):
8238 (DOM::XSLTProcessorImpl::transformToString):
DChangeLog-2006-12-311449 (WebCore::transformToString): Set m_stylesheet even if it's created implicitly,
8845 (WebCore::XSLTProcessor::transformToString): Make mimeType an input/output parameter,
37572 (WebCore::XSLTProcessor::transformToString): Always inhibit XML declaration printout.
DChangeLog-2010-12-064569 (WebCore::XSLTProcessor::transformToString): Ditto.
9708 (WebCore::XSLTProcessor::transformToString):
60160 (WebCore::XSLTProcessor::transformToString):
103179 (WebCore::XSLTProcessor::transformToString):
103222 (WebCore::XSLTProcessor::transformToString):
106217 (WebCore::XSLTProcessor::transformToString):
106330 (WebCore::XSLTProcessor::transformToString):
DChangeLog-2010-01-295986 (WebCore::XSLTProcessor::transformToString):
12370 (WebCore::XSLTProcessor::transformToString):
51784 (WebCore::XSLTProcessor::transformToString):
53696 (WebCore::XSLTProcessor::transformToString): Uses QXmlQuery.
53858 (WebCore::XSLTProcessor::transformToString): Moved.
DChangeLog-2008-08-1061170 * xml/XSLTProcessor.cpp: (WebCore::XSLTProcessor::transformToString):
71671 (WebCore::XSLTProcessor::transformToString):
71827 (WebCore::XSLTProcessor::transformToString): Set a custom sort function.
77981 (WebCore::XSLTProcessor::transformToString):
DChangeLog-2007-10-1418176 (WebCore::XSLTProcessor::transformToString):
67935 (WebCore::XSLTProcessor::transformToString): Fix the crash for real this time.
DChangeLog-2011-02-1641288 (WebCore::XSLTProcessor::transformToString): Make the conversion to QString explicit
DChangeLog63395 * xml/XSLTProcessorLibxslt.cpp: (WebCore::XSLTProcessor::transformToString): We are only