Lines Matching refs:string
37 #include <string>
66 * @param[in] strRootElementType a string containing the root element type
67 * @param[in] strRootElementName a string containing the root element name
68 * @param[in] strNameAttributeName a string containing the name of the root name attribute
72 const std::string &strRootElementType = "",
73 const std::string &strRootElementName = "",
74 const std::string &strNameAttributeName = "");
102 std::string getRootElementName() const;
106 std::string getSchemaBaseUri();
115 void setSchemaBaseUri(const std::string &uri);
121 * @param[in] strAttributeName is a std::string used to find the corresponding attribute
125 std::string getRootElementAttributeString(const std::string &strAttributeName) const;
158 static std::string mkUri(const std::string &base, const std::string &relative);
162 * string.
164 * @param[in] source either a filename or a string representing an xml document
170 static _xmlDoc *mkXmlDoc(const std::string &source, bool fromFile, bool xincludes,
190 std::string getSchemaUri() const;
195 std::string _strRootElementType;
200 std::string _strRootElementName;
205 std::string _strNameAttributeName;
212 std::string _schemaBaseUri;