--- embedaddon/libxml2/doc/devhelp/libxml2-parserInternals.html 2012/02/21 23:37:59 1.1.1.1 +++ embedaddon/libxml2/doc/devhelp/libxml2-parserInternals.html 2013/07/22 01:22:25 1.1.1.2 @@ -412,7 +412,7 @@ void xmlParseEntityDecl<
ctxt:an XML parser context
filename:the filename to use as entity
Returns:the new input stream or NULL in case of error

xmlNewInputStream ()

xmlParserInputPtr	xmlNewInputStream	(xmlParserCtxtPtr ctxt)
-

Create a new input stream structure

+

Create a new input stream structure.

ctxt:an XML parser context
Returns:the new input stream or NULL

xmlNewStringInputStream ()

xmlParserInputPtr	xmlNewStringInputStream	(xmlParserCtxtPtr ctxt, 
const xmlChar * buffer)