#include <Reader.h>
◆ XMLReader()
Base::XMLReader::XMLReader |
( |
const Base::String & |
FileName, |
|
|
std::istream & |
|
|
) |
| |
opens the file and read the first element
◆ ~XMLReader()
Base::XMLReader::~XMLReader |
( |
| ) |
|
◆ getAttribute() [1/2]
Base::String Base::XMLReader::getAttribute |
( |
const char * |
AttrName | ) |
const |
|
inlinevirtual |
◆ getAttribute() [2/2]
Base::String Base::XMLReader::getAttribute |
( |
const wchar_t * |
AttrName | ) |
const |
|
inlinevirtual |
◆ getAttributeAsDouble() [1/2]
double Base::XMLReader::getAttributeAsDouble |
( |
const char * |
AttrName | ) |
const |
|
inlinevirtual |
◆ getAttributeAsDouble() [2/2]
double Base::XMLReader::getAttributeAsDouble |
( |
const wchar_t * |
AttrName | ) |
const |
|
inlinevirtual |
◆ getAttributeAsInteger() [1/2]
long Base::XMLReader::getAttributeAsInteger |
( |
const char * |
AttrName | ) |
const |
|
inlinevirtual |
◆ getAttributeAsInteger() [2/2]
long Base::XMLReader::getAttributeAsInteger |
( |
const wchar_t * |
AttrName | ) |
const |
|
inlinevirtual |
◆ getAttributeCount()
unsigned int Base::XMLReader::getAttributeCount |
( |
void |
| ) |
const |
|
inlinevirtual |
◆ getAttributeString()
std::string Base::XMLReader::getAttributeString |
( |
const char * |
AttrName | ) |
const |
|
inlinevirtual |
◆ getText()
◆ hasAttribute()
bool Base::XMLReader::hasAttribute |
( |
const char * |
AttrName | ) |
const |
|
inlinevirtual |
◆ isValid()
bool Base::XMLReader::isValid |
( |
| ) |
const |
|
inlinevirtual |
◆ localName()
const char* Base::XMLReader::localName |
( |
void |
| ) |
|
|
inlinevirtual |
◆ read()
void Base::XMLReader::read |
( |
void |
| ) |
|
|
inlinevirtual |
◆ readCharacters()
void Base::XMLReader::readCharacters |
( |
void |
| ) |
|
|
inlinevirtual |
◆ readElement()
void Base::XMLReader::readElement |
( |
const char * |
ElementName = 0 | ) |
|
|
inlinevirtual |
reads until it findes a start element (<name>) or start-end element (<name>) (with special name if given)
Implements Base::AbstractXMLReader.
◆ readEndElement()
void Base::XMLReader::readEndElement |
( |
const char * |
ElementName = 0 | ) |
|
|
inlinevirtual |
◆ readInline()
virtual bool Base::XMLReader::readInline |
( |
| ) |
|
|
inlinevirtual |
The documentation for this class was generated from the following file:
- D:/CadworkJobs/SoftwareProjekte/Lexocad/LexoGit/Lexocad/lexocad/Base/include/Base/Reader.h