|
SNAP Library 3.0, Developer Reference
2016-07-20 17:56:49
SNAP, a general purpose, high performance system for analysis and manipulation of large networks
|
#include "bd.h"

Go to the source code of this file.
Classes | |
| class | TXmlObjSer |
| class | TXmlObjSerTagNm |
| class | TXmlChDef |
| class | TXmlLx |
| class | TXmlTok |
| class | TXmlDoc |
| class | TXmlParser |
Typedefs | |
| typedef TPt< TXmlChDef > | PXmlChDef |
| typedef TPt< TXmlTok > | PXmlTok |
| typedef TVec< PXmlTok > | TXmlTokV |
| typedef TPt< TXmlDoc > | PXmlDoc |
| typedef TVec< PXmlDoc > | TXmlDocV |
| typedef TPt< TXmlParser > | PXmlParser |
Enumerations | |
| enum | TXmlLxSym { xsyUndef, xsyWs, xsyComment, xsyXmlDecl, xsyPI, xsyDocTypeDecl, xsyElement, xsyAttList, xsyEntity, xsyNotation, xsyTag, xsySTag, xsyETag, xsySETag, xsyStr, xsyQStr, xsyEof } |
| enum | TXmlSpacing { xspIntact, xspPreserve, xspSeparate, xspTruncate } |
| typedef TPt<TXmlParser> PXmlParser |
| enum TXmlLxSym |
| Enumerator | |
|---|---|
| xsyUndef | |
| xsyWs | |
| xsyComment | |
| xsyXmlDecl | |
| xsyPI | |
| xsyDocTypeDecl | |
| xsyElement | |
| xsyAttList | |
| xsyEntity | |
| xsyNotation | |
| xsyTag | |
| xsySTag | |
| xsyETag | |
| xsySETag | |
| xsyStr | |
| xsyQStr | |
| xsyEof | |