mirror of
https://gitlab.gnome.org/GNOME/libxml2.git
synced 2026-01-26 21:41:34 +03:00
html: Call lower-level escaping functions
Removes the need to pass a document around.
This commit is contained in:
@@ -22,7 +22,7 @@ XML_HIDDEN int
|
||||
htmlParseContentType(const xmlChar *val, htmlMetaEncodingOffsets *off);
|
||||
|
||||
XML_HIDDEN void
|
||||
htmlNodeDumpInternal(xmlOutputBufferPtr buf, xmlDocPtr doc, xmlNodePtr cur,
|
||||
htmlNodeDumpInternal(xmlOutputBufferPtr buf, xmlNodePtr cur,
|
||||
const char *encoding, int format);
|
||||
|
||||
#endif /* LIBXML_HTML_ENABLED */
|
||||
|
||||
@@ -19,4 +19,7 @@ xmlStaticCopyNodeList(xmlNodePtr node, xmlDocPtr doc, xmlNodePtr parent);
|
||||
XML_HIDDEN const xmlChar *
|
||||
xmlSplitQName4(const xmlChar *name, xmlChar **prefixPtr);
|
||||
|
||||
XML_HIDDEN xmlChar *
|
||||
xmlNodeListGetStringInternal(const xmlNode *node, int escape, int flags);
|
||||
|
||||
#endif /* XML_TREE_H_PRIVATE__ */
|
||||
|
||||
Reference in New Issue
Block a user