This is the complete list of members for te::xml::AbstractWriter, including all inherited members.
AbstractWriter() | te::xml::AbstractWriter | |
m_rootNamespaceUri | te::xml::AbstractWriter | protected |
m_uri | te::xml::AbstractWriter | protected |
setRootNamespaceURI(const std::string &uri) | te::xml::AbstractWriter | |
setURI(const std::string &uri) | te::xml::AbstractWriter | |
writeAttribute(const std::string &attName, const std::string &value)=0 | te::xml::AbstractWriter | pure virtual |
writeAttribute(const std::string &attName, const double &value)=0 | te::xml::AbstractWriter | pure virtual |
writeAttribute(const std::string &attName, boost::int32_t value)=0 | te::xml::AbstractWriter | pure virtual |
writeAttribute(const std::string &attName, boost::uint32_t value)=0 | te::xml::AbstractWriter | pure virtual |
writeAttribute(const std::string &attName, boost::int64_t value)=0 | te::xml::AbstractWriter | pure virtual |
writeAttribute(const std::string &attName, boost::uint64_t value)=0 | te::xml::AbstractWriter | pure virtual |
writeElement(const std::string &qName, const std::string &value)=0 | te::xml::AbstractWriter | pure virtual |
writeElement(const std::string &qName, const double &value)=0 | te::xml::AbstractWriter | pure virtual |
writeElement(const std::string &qName, boost::int32_t value)=0 | te::xml::AbstractWriter | pure virtual |
writeElement(const std::string &qName, boost::uint32_t value)=0 | te::xml::AbstractWriter | pure virtual |
writeElement(const std::string &qName, boost::int64_t value)=0 | te::xml::AbstractWriter | pure virtual |
writeElement(const std::string &qName, boost::uint64_t value)=0 | te::xml::AbstractWriter | pure virtual |
writeEndElement(const std::string &qName)=0 | te::xml::AbstractWriter | pure virtual |
writeStartDocument(const std::string &encoding, const std::string &standalone)=0 | te::xml::AbstractWriter | pure virtual |
writeStartElement(const std::string &qName)=0 | te::xml::AbstractWriter | pure virtual |
writeToFile()=0 | te::xml::AbstractWriter | pure virtual |
writeValue(const std::string &value)=0 | te::xml::AbstractWriter | pure virtual |
writeValue(const double &value)=0 | te::xml::AbstractWriter | pure virtual |
writeValue(boost::int32_t value)=0 | te::xml::AbstractWriter | pure virtual |
writeValue(boost::uint32_t value)=0 | te::xml::AbstractWriter | pure virtual |
writeValue(boost::int64_t value)=0 | te::xml::AbstractWriter | pure virtual |
writeValue(boost::uint64_t value)=0 | te::xml::AbstractWriter | pure virtual |
~AbstractWriter() | te::xml::AbstractWriter | virtual |