#include <xmldocumentmanaging.h>
Public Member Functions | |
void | applyProcedure (XMLVisitor &v) |
XMLNode * | son (int ii) |
QVector< XMLNode * > | sons () |
XMLInteriorNode (XMLTag *tag) | |
~XMLInteriorNode () | |
Public Attributes | |
QVector< XMLNode * > | _sons |
Definition at line 82 of file xmldocumentmanaging.h.
XMLInteriorNode::XMLInteriorNode | ( | XMLTag * | tag | ) |
Definition at line 52 of file xmldocumentmanaging.cpp.
XMLInteriorNode::~XMLInteriorNode | ( | ) |
Definition at line 68 of file xmldocumentmanaging.cpp.
void XMLInteriorNode::applyProcedure | ( | XMLVisitor & | v | ) | [virtual] |
Implements XMLNode.
Definition at line 74 of file xmldocumentmanaging.cpp.
XMLNode * XMLInteriorNode::son | ( | int | ii | ) |
Definition at line 57 of file xmldocumentmanaging.cpp.
QVector< XMLNode * > XMLInteriorNode::sons | ( | ) |
Definition at line 63 of file xmldocumentmanaging.cpp.
QVector< XMLNode* > XMLInteriorNode::_sons |
Definition at line 95 of file xmldocumentmanaging.h.