|
| | TXmlTok () |
| |
| | TXmlTok (const TXmlLxSym &_Sym) |
| |
| | TXmlTok (const TXmlLxSym &_Sym, const TStr &_Str) |
| |
| | TXmlTok (const TXmlLxSym &_Sym, const TStr &_Str, const TStrKdV &_ArgNmValV) |
| |
| | TXmlTok (TSIn &) |
| |
| void | Save (TSOut &) |
| |
| TXmlTok & | operator= (const TXmlTok &) |
| |
| TXmlLxSym | GetSym () const |
| |
| TStr | GetSymStr () const |
| |
| void | PutStr (const TStr &_Str) |
| |
| TStr | GetStr () const |
| |
| bool | IsTag () const |
| |
| bool | IsTag (const TStr &TagNm) const |
| |
| TStr | GetTagNm () const |
| |
| void | AddArg (const TStr &ArgNm, const bool &ArgVal) |
| |
| void | AddArg (const TStr &ArgNm, const int &ArgVal) |
| |
| void | AddArg (const TStr &ArgNm, const uint64 &ArgVal) |
| |
| void | AddArg (const TStr &ArgNm, const double &ArgVal) |
| |
| void | AddArg (const TStr &ArgNm, const TStr &ArgVal) |
| |
| int | GetArgs () const |
| |
| void | GetArg (const int &ArgN, TStr &ArgNm, TStr &ArgVal) const |
| |
| bool | IsArg (const TStr &ArgNm) const |
| |
| bool | IsArg (const TStr &ArgNm, TStr &ArgVal) const |
| |
| void | PutArgVal (const TStr &ArgNm, const TStr &ArgVal) |
| |
| TStr | GetArgVal (const TStr &ArgNm) const |
| |
| TStr | GetArgVal (const TStr &ArgNm, const TStr &DfArgVal) const |
| |
| bool | GetBoolArgVal (const TStr &ArgNm, const bool &DfVal=false) const |
| |
| bool | GetBoolArgVal (const TStr &ArgNm, const TStr &TrueVal, const bool &DfVal=false) const |
| |
| bool | GetBoolArgVal (const TStr &ArgNm, const TStr &TrueVal, const TStr &FalseVal, const bool &DfVal=false) const |
| |
| int | GetIntArgVal (const TStr &ArgNm, const int &DfVal=0) const |
| |
| double | GetFltArgVal (const TStr &ArgNm, const double &DfVal=0) const |
| |
| TStr | GetStrArgVal (const TStr &ArgNm, const TStr &DfVal=TStr()) const |
| |
| bool | IsSubTag (const TStr &TagNm) const |
| |
| bool | IsSubTag (const TStr &TagNm, PXmlTok &Tok) const |
| |
| void | AddSubTok (const PXmlTok &Tok) |
| |
| int | GetSubToks () const |
| |
| PXmlTok | GetSubTok (const int &SubTokN) const |
| |
| void | ClrSubTok () |
| |
| void | PutSubTok (const PXmlTok &Tok, const int &SubTokN=-1) |
| |
| bool | IsTagTok (const TStr &TagPath, PXmlTok &TagTok) const |
| |
| bool | IsTagTok (const TStr &TagPath) const |
| |
| PXmlTok | GetTagTok (const TStr &TagPath) const |
| |
| void | GetTagTokV (const TStr &TagPath, TXmlTokV &XmlTokV) const |
| |
| void | GetTagValV (const TStr &TagNm, const bool &XmlP, TStrV &ValV) const |
| |
| TStr | GetTagVal (const TStr &TagNm, const bool &XmlP) const |
| |
| TStr | GetTagTokStr (const TStr &TagPath) const |
| |
| TStr | GetTagTokStrOrDf (const TStr &TagPath, const TStr &DfVal=TStr()) const |
| |
| void | AddTokToChA (const bool &XmlP, TChA &ChA) const |
| |
| TStr | GetTokStr (const bool &XmlP=true) const |
| |
Definition at line 198 of file xml.h.