libzeep

PrevUpHomeNext

Struct notation

zeep::xml::document::notation

Synopsis

// In header: <zeep/xml/document.hpp>



struct notation {

  // public data members
  std::string m_name;
  std::string m_sysid;
  std::string m_pubid;
};

PrevUpHomeNext