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

/external/parameter-framework/upstream/xmlserializer/
H A DXmlDocSource.h44 * The CXmlDocSource is used by CXmlDocSink.
46 * in the process method of CXmlDocSink. One can subclass CXmlDocSource
50 class CXmlDocSource : private utility::NonCopyable class in inherits:utility::NonCopyable
60 CXmlDocSource(_xmlDoc *pDoc, bool bValidateWithSchema = false, _xmlNode *pRootNode = NULL);
71 CXmlDocSource(_xmlDoc *pDoc, bool bValidateWithSchema,
79 virtual ~CXmlDocSource();
H A DXmlDocSource.cpp44 CXmlDocSource::CXmlDocSource(_xmlDoc *pDoc, bool bValidateWithSchema, _xmlNode *pRootNode) function in class:CXmlDocSource
50 CXmlDocSource::CXmlDocSource(_xmlDoc *pDoc, bool bValidateWithSchema, function in class:CXmlDocSource
59 CXmlDocSource::~CXmlDocSource()
68 void CXmlDocSource::getRootElement(CXmlElement &xmlRootElement) const
73 string CXmlDocSource::getRootElementName() const
78 string CXmlDocSource::getRootElementAttributeString(const string &strAttributeName) const
87 void CXmlDocSource
[all...]

Completed in 128 milliseconds