![]() |
KSquare Utilities
|
XmlElement derived class that will be used when there is no Factory defined for the element. More...
#include <XmlStream.h>
Inheritance diagram for KKB::XmlElementUnKnown:Public Member Functions | |
| XmlElementUnKnown (XmlTagPtr tag, XmlStream &s, VolConstBool &cancelFlag, RunLog &log) | |
| virtual | ~XmlElementUnKnown () |
| std::deque< XmlTokenPtr > * | TakeOwnership () |
| std::deque< XmlTokenPtr > * | Value () const |
Public Member Functions inherited from KKB::XmlElement | |
| XmlElement (const KKStr §ionName, XmlTag::TagTypes tagType) | |
| XmlElement (XmlTagPtr _nameTag, XmlStream &s, RunLog &log) | |
| virtual | ~XmlElement () |
| KKStrConstPtr | AttributeValue (const char *attributeName) |
| KKStrConstPtr | AttributeValue (const KKStr &attributeName) |
| XmlTagConstPtr | NameTag () const |
| KKStr | NameTagStr () const |
| virtual const KKStr & | SectionName () const |
| virtual bool | ToBool () const |
| virtual double | ToDouble () const |
| virtual float | ToFloat () const |
| virtual kkint32 | ToInt32 () const |
| virtual TokenTypes | TokenType () |
| virtual KKStr | ToKKStr () const |
| virtual const KKStr & | VarName () const |
Public Member Functions inherited from KKB::XmlToken | |
| XmlToken () | |
| virtual | ~XmlToken () |
Additional Inherited Members | |
Public Types inherited from KKB::XmlElement | |
| typedef XmlElement * | XmlElementPtr |
Public Types inherited from KKB::XmlToken | |
| enum | TokenTypes { TokenTypes::tokNULL, TokenTypes::tokElement, TokenTypes::tokContent } |
| typedef XmlToken * | XmlTokenPtr |
XmlElement derived class that will be used when there is no Factory defined for the element.
remarks>All sub-elements and content will be saved in value which will be a list of XmlEemenst and content.
Definition at line 471 of file XmlStream.h.
| XmlElementUnKnown::XmlElementUnKnown | ( | XmlTagPtr | tag, |
| XmlStream & | s, | ||
| VolConstBool & | cancelFlag, | ||
| RunLog & | log | ||
| ) |
Definition at line 1051 of file XmlStream.cpp.
References KKB::XmlStream::GetNextToken(), KKB::XmlElement::XmlElement(), and XmlElementUnKnown().
Referenced by XmlElementUnKnown().
|
virtual |
Definition at line 1068 of file XmlStream.cpp.
| deque< XmlTokenPtr > * XmlElementUnKnown::TakeOwnership | ( | ) |
Definition at line 1080 of file XmlStream.cpp.
|
inline |
Definition at line 482 of file XmlStream.h.