mirror of
https://gitlab.gnome.org/GNOME/libxml2.git
synced 2025-10-23 01:52:48 +03:00
parser: Rename new input API functions
These weren't made public yet.
This commit is contained in:
@@ -174,8 +174,8 @@ testCtxtParseContent(void) {
|
||||
|
||||
for (j = 0; j < 2; j++) {
|
||||
if (j == 0) {
|
||||
input = xmlInputCreateString(NULL, content,
|
||||
XML_INPUT_BUF_STATIC);
|
||||
input = xmlNewInputFromString(NULL, content,
|
||||
XML_INPUT_BUF_STATIC);
|
||||
list = xmlCtxtParseContent(ctxt, input, node, 0);
|
||||
} else {
|
||||
xmlParseInNodeContext(node, content, strlen(content), 0,
|
||||
|
Reference in New Issue
Block a user