mirror of
https://github.com/GNOME/libxml2.git
synced 2025-10-18 09:41:21 +08:00
@@ -107,7 +107,6 @@ typedef struct _xmlHashTable xmlRefTable;
|
|||||||
typedef xmlRefTable *xmlRefTablePtr;
|
typedef xmlRefTable *xmlRefTablePtr;
|
||||||
|
|
||||||
/* Notation */
|
/* Notation */
|
||||||
XML_DEPRECATED
|
|
||||||
XMLPUBFUN xmlNotation *
|
XMLPUBFUN xmlNotation *
|
||||||
xmlAddNotationDecl (xmlValidCtxt *ctxt,
|
xmlAddNotationDecl (xmlValidCtxt *ctxt,
|
||||||
xmlDtd *dtd,
|
xmlDtd *dtd,
|
||||||
@@ -170,7 +169,6 @@ XMLPUBFUN void
|
|||||||
#endif /* LIBXML_OUTPUT_ENABLED */
|
#endif /* LIBXML_OUTPUT_ENABLED */
|
||||||
|
|
||||||
/* Element */
|
/* Element */
|
||||||
XML_DEPRECATED
|
|
||||||
XMLPUBFUN xmlElement *
|
XMLPUBFUN xmlElement *
|
||||||
xmlAddElementDecl (xmlValidCtxt *ctxt,
|
xmlAddElementDecl (xmlValidCtxt *ctxt,
|
||||||
xmlDtd *dtd,
|
xmlDtd *dtd,
|
||||||
@@ -206,7 +204,6 @@ XMLPUBFUN xmlEnumeration *
|
|||||||
xmlCopyEnumeration (xmlEnumeration *cur);
|
xmlCopyEnumeration (xmlEnumeration *cur);
|
||||||
|
|
||||||
/* Attribute */
|
/* Attribute */
|
||||||
XML_DEPRECATED
|
|
||||||
XMLPUBFUN xmlAttribute *
|
XMLPUBFUN xmlAttribute *
|
||||||
xmlAddAttributeDecl (xmlValidCtxt *ctxt,
|
xmlAddAttributeDecl (xmlValidCtxt *ctxt,
|
||||||
xmlDtd *dtd,
|
xmlDtd *dtd,
|
||||||
|
12
valid.c
12
valid.c
@@ -1092,9 +1092,7 @@ xmlFreeElement(xmlElementPtr elem) {
|
|||||||
/**
|
/**
|
||||||
* Register a new element declaration.
|
* Register a new element declaration.
|
||||||
*
|
*
|
||||||
* @deprecated Internal function, don't use.
|
* @param ctxt the validation context (optional)
|
||||||
*
|
|
||||||
* @param ctxt the validation context
|
|
||||||
* @param dtd pointer to the DTD
|
* @param dtd pointer to the DTD
|
||||||
* @param name the entity name
|
* @param name the entity name
|
||||||
* @param type the element type
|
* @param type the element type
|
||||||
@@ -1555,9 +1553,7 @@ xmlFreeAttribute(xmlAttributePtr attr) {
|
|||||||
/**
|
/**
|
||||||
* Register a new attribute declaration.
|
* Register a new attribute declaration.
|
||||||
*
|
*
|
||||||
* @deprecated Internal function, don't use.
|
* @param ctxt the validation context (optional)
|
||||||
*
|
|
||||||
* @param ctxt the validation context
|
|
||||||
* @param dtd pointer to the DTD
|
* @param dtd pointer to the DTD
|
||||||
* @param elem the element name
|
* @param elem the element name
|
||||||
* @param name the attribute name
|
* @param name the attribute name
|
||||||
@@ -1918,10 +1914,8 @@ xmlFreeNotation(xmlNotationPtr nota) {
|
|||||||
/**
|
/**
|
||||||
* Register a new notation declaration.
|
* Register a new notation declaration.
|
||||||
*
|
*
|
||||||
* @deprecated Internal function, don't use.
|
* @param ctxt the validation context (optional)
|
||||||
*
|
|
||||||
* @param dtd pointer to the DTD
|
* @param dtd pointer to the DTD
|
||||||
* @param ctxt the validation context
|
|
||||||
* @param name the entity name
|
* @param name the entity name
|
||||||
* @param publicId the public identifier or NULL
|
* @param publicId the public identifier or NULL
|
||||||
* @param systemId the system identifier or NULL
|
* @param systemId the system identifier or NULL
|
||||||
|
Reference in New Issue
Block a user