Concept Framework 1.0 documentation Contents | Index

standard.lib.xml.xmlReaderForMemory

Name Version Deprecated
xmlReaderForMemory version 1.0 no

Prototype:
number xmlReaderForMemory(string buffer, string URL, string encoding, number options)

Parameters:
buffer      The buffer containing the buffer
URL      the base URL to use for the document
encoding      the document encoding
options      a combination of xmlParserOption

Description:
Create an xmltextReader for an XML in-memory document. The parsing flags @options are a combination of xmlParserOption.

Returns:
Returns the new reader or null in case of error.

Documented by Eduard Suica by adapting from http://xmlsoft.org/, generation time: Thu Oct 15 20:02:08 2009 GMT(c)2009 RadGs Software