|
SNAP Library 2.2, Developer Reference
2014-03-11 19:15:55
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 |
| xsyUndef | |
| xsyWs | |
| xsyComment | |
| xsyXmlDecl | |
| xsyPI | |
| xsyDocTypeDecl | |
| xsyElement | |
| xsyAttList | |
| xsyEntity | |
| xsyNotation | |
| xsyTag | |
| xsySTag | |
| xsyETag | |
| xsySETag | |
| xsyStr | |
| xsyQStr | |
| xsyEof |
Definition at line 89 of file xml.h.
{
xsyUndef, xsyWs, xsyComment,
xsyXmlDecl, xsyPI,
xsyDocTypeDecl, xsyElement, xsyAttList, xsyEntity, xsyNotation,
xsyTag, xsySTag, xsyETag, xsySETag, xsyStr, xsyQStr,
xsyEof} TXmlLxSym;
| enum TXmlSpacing |