Searched defs:XSLTProcessor (Results 1 - 2 of 2) sorted by relevance

/external/webkit/Source/WebCore/xml/
H A DXSLTProcessor.h44 class XSLTProcessor : public RefCounted<XSLTProcessor> { class in namespace:WebCore
46 static PassRefPtr<XSLTProcessor> create() { return adoptRef(new XSLTProcessor); }
47 ~XSLTProcessor();
76 XSLTProcessor() { } function in class:WebCore::XSLTProcessor
H A DXSLTProcessor.cpp27 #include "XSLTProcessor.h"
62 XSLTProcessor::~XSLTProcessor()
68 PassRefPtr<Document> XSLTProcessor::createDocumentFromSource(const String& sourceString,
126 PassRefPtr<Document> XSLTProcessor::transformToDocument(Node* sourceNode)
136 PassRefPtr<DocumentFragment> XSLTProcessor::transformToFragment(Node* sourceNode, Document* outputDoc)
151 void XSLTProcessor::setParameter(const String& /*namespaceURI*/, const String& localName, const String& value)
158 String XSLTProcessor::getParameter(const String& /*namespaceURI*/, const String& localName) const
165 void XSLTProcessor::removeParameter(const String& /*namespaceURI*/, const String& localName)
171 void XSLTProcessor
[all...]

Completed in 367 milliseconds