#include <Elements.h>
rdf::TextEquiv::TextEquiv |
( |
| ) |
|
Initializes a new instance of the TextEquiv class without any text (null).
rdf::TextEquiv::TextEquiv |
( |
const QString & |
text | ) |
|
Initializes a new instance of the TextEquiv class with some text.
- Parameters
-
bool rdf::TextEquiv::isNull |
( |
| ) |
const |
TextEquiv rdf::TextEquiv::read |
( |
QXmlStreamReader & |
reader | ) |
|
|
static |
Reads the TextEquiv tag. The reader must be at the position of the tag.
- Parameters
-
- Returns
- TextEquiv object containing the text
QString rdf::TextEquiv::text |
( |
| ) |
const |
void rdf::TextEquiv::write |
( |
QXmlStreamWriter & |
writer | ) |
const |
bool rdf::TextEquiv::mIsNull = false |
|
protected |
QString rdf::TextEquiv::mText |
|
protected |
The documentation for this class was generated from the following files: