HomeSort by relevance Sort by last modified time
    Searched defs:CXmlDocSource (Results 1 - 2 of 2) sorted by null

  /external/parameter-framework/xmlserializer/
XmlDocSource.h 41 * The CXmlDocSource is used by CXmlDocSink.
43 * in the process method of CXmlDocSink. One can subclass CXmlDocSource
47 class CXmlDocSource
57 CXmlDocSource(_xmlDoc* pDoc, bool bValidateWithSchema = false, _xmlNode* pRootNode = NULL);
69 CXmlDocSource(_xmlDoc* pDoc, bool bValidateWithSchema,
78 virtual ~CXmlDocSource();
XmlDocSource.cpp 42 bool CXmlDocSource::_bLibXml2CleanupScheduled;
44 CXmlDocSource::CXmlDocSource(_xmlDoc *pDoc, bool bValidateWithSchema,
57 CXmlDocSource::CXmlDocSource(_xmlDoc *pDoc, bool bValidateWithSchema,
73 CXmlDocSource::~CXmlDocSource()
82 void CXmlDocSource::getRootElement(CXmlElement& xmlRootElement) const
87 string CXmlDocSource::getRootElementName() const
92 string CXmlDocSource::getRootElementAttributeString(const string& strAttributeName) cons
    [all...]

Completed in 105 milliseconds