Annotation of truecrypt/common/xml.h, revision 1.1.1.10

1.1.1.3   root        1: /*
1.1.1.10! root        2:  Copyright (c) 2005-2010 TrueCrypt Developers Association. All rights reserved.
1.1.1.3   root        3: 
1.1.1.10! root        4:  Governed by the TrueCrypt License 3.0 the full text of which is contained in
1.1.1.9   root        5:  the file License.txt included in TrueCrypt binary and source code distribution
                      6:  packages.
1.1.1.3   root        7: */
                      8: 
1.1.1.4   root        9: #ifdef __cplusplus
                     10: extern "C" {
                     11: #endif
                     12: 
1.1       root       13: char *XmlNextNode (char *xmlNode);
                     14: char *XmlFindElement (char *xmlNode, char *nodeName);
1.1.1.2   root       15: char *XmlGetAttributeText (char *xmlNode, char *xmlAttrName, char *xmlAttrValue, int xmlAttrValueSize);
                     16: char *XmlGetNodeText (char *xmlNode, char *xmlText, int xmlTextSize);
1.1       root       17: int XmlWriteHeader (FILE *file);
1.1.1.10! root       18: int XmlWriteHeaderW (FILE *file);
1.1       root       19: int XmlWriteFooter (FILE *file);
1.1.1.10! root       20: int XmlWriteFooterW (FILE *file);
1.1       root       21: char *XmlFindElementByAttributeValue (char *xml, char *nodeName, char *attrName, char *attrValue);
1.1.1.10! root       22: char *XmlQuoteText (const char *textSrc, char *textDst, int textDstMaxSize);
1.1.1.4   root       23: 
                     24: #ifdef __cplusplus
                     25: }
                     26: #endif

unix.superglobalmegacorp.com

This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.