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

  /external/parameter-framework/upstream/xmlserializer/
XmlDocSource.h 44 * The CXmlDocSource is used by CXmlDocSink.
46 * in the process method of CXmlDocSink. One can subclass CXmlDocSource
50 class CXmlDocSource : private utility::NonCopyable
60 CXmlDocSource(_xmlDoc *pDoc, bool bValidateWithSchema = false, _xmlNode *pRootNode = NULL);
71 CXmlDocSource(_xmlDoc *pDoc, bool bValidateWithSchema,
79 virtual ~CXmlDocSource();
XmlDocSource.cpp 44 CXmlDocSource::CXmlDocSource(_xmlDoc *pDoc, bool bValidateWithSchema, _xmlNode *pRootNode)
50 CXmlDocSource::CXmlDocSource(_xmlDoc *pDoc, bool bValidateWithSchema,
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::setSchemaBaseUri(const string &uri
    [all...]

Completed in 892 milliseconds