implementation of the IrrXMLReader
More...
Inherits irr::io::IIrrXMLReader< char_type, superclass >.
template<class char_type, class superclass>
class irr::io::CXMLReaderImpl< char_type, superclass >
implementation of the IrrXMLReader
◆ CXMLReaderImpl()
template<class char_type , class superclass >
◆ ~CXMLReaderImpl()
template<class char_type , class superclass >
◆ getAttributeCount()
template<class char_type , class superclass >
Returns attribute count of the current XML node.
◆ getAttributeName()
template<class char_type , class superclass >
Returns name of an attribute.
◆ getAttributeValue() [1/2]
template<class char_type , class superclass >
virtual const char_type* irr::io::CXMLReaderImpl< char_type, superclass >::getAttributeValue |
( |
const char_type * |
name | ) |
const |
|
inlinevirtual |
Returns the value of an attribute.
◆ getAttributeValue() [2/2]
template<class char_type , class superclass >
Returns the value of an attribute.
◆ getAttributeValueAsFloat() [1/2]
template<class char_type , class superclass >
Returns the value of an attribute as float.
◆ getAttributeValueAsFloat() [2/2]
template<class char_type , class superclass >
Returns the value of an attribute as float.
◆ getAttributeValueAsInt() [1/2]
template<class char_type , class superclass >
Returns the value of an attribute as integer.
◆ getAttributeValueAsInt() [2/2]
template<class char_type , class superclass >
Returns the value of an attribute as integer.
◆ getAttributeValueSafe()
template<class char_type , class superclass >
virtual const char_type* irr::io::CXMLReaderImpl< char_type, superclass >::getAttributeValueSafe |
( |
const char_type * |
name | ) |
const |
|
inlinevirtual |
Returns the value of an attribute.
◆ getNodeData()
template<class char_type , class superclass >
Returns data of the current node.
◆ getNodeName()
template<class char_type , class superclass >
Returns the name of the current node.
◆ getNodeType()
template<class char_type , class superclass >
Returns the type of the current XML node.
◆ getParserFormat()
template<class char_type , class superclass >
Returns format of the strings returned by the parser.
◆ getSourceFormat()
template<class char_type , class superclass >
Returns format of the source xml file.
◆ isEmptyElement()
template<class char_type , class superclass >
Returns if an element is an empty element, like <foo >
◆ read()
template<class char_type , class superclass >
Reads forward to the next xml node.
- Returns
- Returns false, if there was no further node.
The documentation for this class was generated from the following file: