From 2d1849b271fa8697b88d07ba7d78dc83591e1363 Mon Sep 17 00:00:00 2001 From: Mike Hommey Date: Fri, 5 Nov 2010 08:17:59 +0100 Subject: Import upstream version 2.7.8 --- doc/devhelp/libxml2-xmlreader.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'doc/devhelp/libxml2-xmlreader.html') diff --git a/doc/devhelp/libxml2-xmlreader.html b/doc/devhelp/libxml2-xmlreader.html index 0ecf704..96da247 100644 --- a/doc/devhelp/libxml2-xmlreader.html +++ b/doc/devhelp/libxml2-xmlreader.html @@ -496,7 +496,7 @@ The content of this structure is not made public by the API.

xmlTextReaderReadOuterXml ()

xmlChar *	xmlTextReaderReadOuterXml	(xmlTextReaderPtr reader)

Reads the contents of the current node, including child nodes and markup.

-
reader:the xmlTextReaderPtr used
Returns:a string containing the XML content, or NULL if the current node is neither an element nor attribute, or has no child nodes. The string must be deallocated by the caller.
+
reader:the xmlTextReaderPtr used
Returns:a string containing the node and any XML content, or NULL if the current node cannot be serialized. The string must be deallocated by the caller.

xmlTextReaderReadState ()

int	xmlTextReaderReadState		(xmlTextReaderPtr reader)

Gets the read state of the reader.

-- cgit v1.2.3