Diff for /XML/valid.h between versions 1.7 and 1.8

version 1.7, 1999/04/04 22:46:12 version 1.8, 1999/04/21 11:12:53
Line 58  xmlNotationPtr xmlAddNotationDecl(xmlDtd Line 58  xmlNotationPtr xmlAddNotationDecl(xmlDtd
                const CHAR *PublicID, const CHAR *SystemID);                 const CHAR *PublicID, const CHAR *SystemID);
 xmlNotationTablePtr xmlCopyNotationTable(xmlNotationTablePtr table);  xmlNotationTablePtr xmlCopyNotationTable(xmlNotationTablePtr table);
 void xmlFreeNotationTable(xmlNotationTablePtr table);  void xmlFreeNotationTable(xmlNotationTablePtr table);
 void xmlDumpNotationTable(xmlNotationTablePtr table);  void xmlDumpNotationTable(xmlBufferPtr buf, xmlNotationTablePtr table);
   
 /* Element Content */  /* Element Content */
 xmlElementContentPtr xmlNewElementContent(CHAR *name, int type);  xmlElementContentPtr xmlNewElementContent(CHAR *name, int type);
Line 70  xmlElementPtr xmlAddElementDecl(xmlDtdPt Line 70  xmlElementPtr xmlAddElementDecl(xmlDtdPt
                                        xmlElementContentPtr content);                                         xmlElementContentPtr content);
 xmlElementTablePtr xmlCopyElementTable(xmlElementTablePtr table);  xmlElementTablePtr xmlCopyElementTable(xmlElementTablePtr table);
 void xmlFreeElementTable(xmlElementTablePtr table);  void xmlFreeElementTable(xmlElementTablePtr table);
 void xmlDumpElementTable(xmlElementTablePtr table);  void xmlDumpElementTable(xmlBufferPtr buf, xmlElementTablePtr table);
   
 /* Enumeration */  /* Enumeration */
 xmlEnumerationPtr xmlCreateEnumeration(CHAR *name);  xmlEnumerationPtr xmlCreateEnumeration(CHAR *name);
Line 83  xmlAttributePtr xmlAddAttributeDecl(xmlD Line 83  xmlAttributePtr xmlAddAttributeDecl(xmlD
                const CHAR *defaultValue, xmlEnumerationPtr tree);                 const CHAR *defaultValue, xmlEnumerationPtr tree);
 xmlAttributeTablePtr xmlCopyAttributeTable(xmlAttributeTablePtr table);  xmlAttributeTablePtr xmlCopyAttributeTable(xmlAttributeTablePtr table);
 void xmlFreeAttributeTable(xmlAttributeTablePtr table);  void xmlFreeAttributeTable(xmlAttributeTablePtr table);
 void xmlDumpAttributeTable(xmlAttributeTablePtr table);  void xmlDumpAttributeTable(xmlBufferPtr buf, xmlAttributeTablePtr table);
   
 #endif /* __XML_VALID_H__ */  #endif /* __XML_VALID_H__ */

Removed from v.1.7  
changed lines
  Added in v.1.8


Webmaster