| 
    SNAP Library 2.3, Developer Reference
    2014-06-16 11:58:46
    
   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 | |