#include <XmlDataFactory.hpp>
◆ first()
Determines whether the input token stream contains given type
- Parameters
-
- Returns
- bool
◆ toFile()
template<class T >
static void factory::XmlDataFactory::toFile |
( |
const T & |
data, |
|
|
const std::string & |
filename |
|
) |
| |
|
inlinestatic |
Parses the XML in file and returns the String.
- Parameters
-
- Returns
- String
◆ toStdout()
template<class T >
static void factory::XmlDataFactory::toStdout |
( |
const T & |
data | ) |
|
|
inlinestatic |
Parses the XML from stdin and returns the String.
- Returns
- String
◆ toStream()
template<class T >
static void factory::XmlDataFactory::toStream |
( |
const T & |
data, |
|
|
ext::ostream & |
out |
|
) |
| |
|
inlinestatic |
Parses the XML from stream and returns the String.
- Returns
- String
◆ toString()
template<class T >
static std::string factory::XmlDataFactory::toString |
( |
const T & |
data | ) |
|
|
inlinestatic |
Parses the XML and returns the String.
- Parameters
-
str | string containing the XML |
- Returns
- String
◆ toTokens() [1/2]
◆ toTokens() [2/2]
Parses the String from list of tokens.
- Parameters
-
tokens | XML represented as list of tokens |
- Returns
- parsed String
The documentation for this class was generated from the following file: