INMOST
A toolkit for distributed mathematical modeling
|
Structure for xml tag with attributes. More...
#include <inmost_xml.h>
Public Member Functions | |
bool | RawData () const |
This is data without ![CDATA[ wrap. | |
bool | BlockData () const |
This is data within ![CDATA[ wrap. | |
bool | Failure () const |
Was not able to read the tag. | |
bool | Process () const |
Tag was read and have internal contents, can process the contents. | |
bool | Stub () const |
Tag was read but do not have internal contents. | |
bool | Finalize () const |
Tag was not red, finish of enclosing tag was encountered. | |
const XMLAttrib & | GetAttrib (int n) const |
Retrieve attribute number n. | |
XMLAttrib & | GetAttrib (int n) |
Retrieve attribute number n. | |
int | NumAttrib () const |
Retrieve number of attributes. | |
std::string | GetName () const |
Retrieve the name of the tag. | |
Public Attributes | |
std::string | name |
std::vector< XMLAttrib > | attributes |
int | finish |
Structure for xml tag with attributes.
Definition at line 161 of file inmost_xml.h.