|
SNAP Library 3.0, User Reference
2016-07-20 17:56:49
SNAP, a general purpose, high performance system for analysis and manipulation of large networks
|
#include <xml.h>
Public Member Functions | |
| TXmlChDef () | |
| TXmlChDef (TSIn &SIn) | |
| void | Save (TSOut &SOut) |
| TXmlChDef & | operator= (const TXmlChDef &) |
| bool | IsChar (const uchar &Ch) const |
| bool | IsComb (const uchar &Ch) const |
| bool | IsExt (const uchar &Ch) const |
| bool | IsLetter (const uchar &Ch) const |
| bool | IsDigit (const uchar &Ch) const |
| bool | IsName (const uchar &Ch) const |
| bool | IsPubid (const uchar &Ch) const |
| bool | IsWs (const uchar &Ch) const |
| bool | IsFirstNameCh (const uchar &Ch) const |
| bool | IsEoln (const uchar &Ch) const |
| bool | IsEntityNm (const TStr &EntityNm, TStr &EntityVal) const |
Static Public Member Functions | |
| static PXmlChDef | Load (TSIn &SIn) |
Private Member Functions | |
| void | SetChTy (TBSet &ChSet, const int &MnCh, const int &MxCh=-1) |
| void | SetChTy (TBSet &ChSet, const TStr &Str) |
| void | SetEntityVal (const TStr &Nm, const TStr &Val) |
Private Attributes | |
| TCRef | CRef |
| TInt | Chs |
| TBSet | CharChSet |
| TBSet | CombChSet |
| TBSet | ExtChSet |
| TBSet | LetterChSet |
| TBSet | DigitChSet |
| TBSet | NameChSet |
| TBSet | PubidChSet |
| TStrStrH | EntityNmToValH |
Friends | |
| class | TPt< TXmlChDef > |
| TXmlChDef::TXmlChDef | ( | ) |
Definition at line 208 of file xml.cpp.
|
inline |
|
inline |
|
private |