OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:IXmlSink
(Results
1 - 4
of
4
) sorted by null
/external/parameter-framework/upstream/xmlserializer/
XmlSink.h
35
class
IXmlSink
42
virtual ~
IXmlSink
() {}
XmlMemoryDocSink.h
47
CXmlMemoryDocSink(
IXmlSink
*pXmlSink);
63
IXmlSink
*_pXmlSink;
XmlMemoryDocSink.cpp
35
CXmlMemoryDocSink::CXmlMemoryDocSink(
IXmlSink
*pXmlSink) : _pXmlSink(pXmlSink)
/external/parameter-framework/upstream/parameter/
Element.h
48
class PARAMETER_EXPORT CElement : public
IXmlSink
, public IXmlSource
108
// From
IXmlSink
Completed in 82 milliseconds