#include <XMLReader.hpp>
Inherited by s3d::XMLReader.
|
| std::unique_ptr< XMLElementDetail > | m_detail |
| |
◆ XMLElement() [1/3]
| SIV3D_NODISCARD_CXX20 s3d::XMLElement::XMLElement |
( |
| ) |
|
◆ XMLElement() [2/3]
| SIV3D_NODISCARD_CXX20 s3d::XMLElement::XMLElement |
( |
const std::shared_ptr< tinyxml2::XMLDocument > & |
doc, |
|
|
const tinyxml2::XMLElement * |
element |
|
) |
| |
◆ XMLElement() [3/3]
| SIV3D_NODISCARD_CXX20 s3d::XMLElement::XMLElement |
( |
XMLElement && |
other | ) |
|
◆ ~XMLElement()
| s3d::XMLElement::~XMLElement |
( |
| ) |
|
◆ attribute()
◆ attributes()
◆ firstChild()
◆ isNull()
| bool s3d::XMLElement::isNull |
( |
| ) |
const |
◆ name()
| String s3d::XMLElement::name |
( |
| ) |
const |
◆ nextSibling()
◆ operator bool()
| s3d::XMLElement::operator bool |
( |
| ) |
const |
|
explicit |
◆ operator=()
◆ parent()
◆ text()
| String s3d::XMLElement::text |
( |
| ) |
const |
◆ m_detail
| std::unique_ptr<XMLElementDetail> s3d::XMLElement::m_detail |
|
protected |
The documentation for this class was generated from the following file: