1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214
|
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>Class Poco::XML::DOMSerializer</title>
<meta http-equiv="content-type" content="text/html; charset=utf-8"/>
<meta name="author" content="Applied Informatics Software Engineering GmbH and Contributors"/>
<meta name="publisher" content="Applied Informatics Software Engineering GmbH and Contributors"/>
<meta name="copyright" content="Copyright (c) 2009, Applied Informatics Software Engineering GmbH and Contributors"/>
<meta name="language" content="en"/>
<meta name="date" content="2009-11-24"/>
<meta name="generator" content="PocoDoc"/>
<link rel="stylesheet" href="css/styles.css" type="text/css"/>
</head>
<body bgcolor="#ffffff" leftmargin="0" topmargin="0">
<div class="header">
<h1 class="namespace"><a href="Poco.XML.html" class="namespace">Poco::XML</a></h1>
<h1 class="symbol">class DOMSerializer</h1>
</div>
<div class="body">
<p>
<b>Library:</b> XML<br />
<b>Package:</b> DOM<br />
<b>Header:</b> Poco/DOM/DOMSerializer.h</p>
<h2>Description</h2>
<div class="description">
<p>The <a href="Poco.XML.DOMSerializer.html" title="class Poco::XML::DOMSerializer">DOMSerializer</a> serializes a DOM document into a sequence of SAX events which are reported to the registered SAX event handlers. </p>
<p>The <a href="Poco.XML.DOMWriter.html" title="class Poco::XML::DOMWriter">DOMWriter</a> uses a <a href="Poco.XML.DOMSerializer.html" title="class Poco::XML::DOMSerializer">DOMSerializer</a> with an <a href="Poco.XML.XMLWriter.html" title="class Poco::XML::XMLWriter">XMLWriter</a> to serialize a DOM document into textual <a href="Poco.XML.html" title="namespace Poco::XML">XML</a>. </p>
</div>
<h2>Inheritance</h2>
<p><b>Direct Base Classes: </b><a href="Poco.XML.XMLReader.html" title="class Poco::XML::XMLReader">XMLReader</a></p>
<p><b>All Base Classes: </b><a href="Poco.XML.XMLReader.html" title="class Poco::XML::XMLReader">XMLReader</a></p>
<h2>Member Summary</h2>
<p><b>Member Functions: </b><a href="Poco.XML.DOMSerializer.html#17934" title="Poco::XML::DOMSerializer::getContentHandler()">getContentHandler</a>, <a href="Poco.XML.DOMSerializer.html#17931" title="Poco::XML::DOMSerializer::getDTDHandler()">getDTDHandler</a>, <a href="Poco.XML.DOMSerializer.html#17928" title="Poco::XML::DOMSerializer::getEntityResolver()">getEntityResolver</a>, <a href="Poco.XML.DOMSerializer.html#17937" title="Poco::XML::DOMSerializer::getErrorHandler()">getErrorHandler</a>, <a href="Poco.XML.DOMSerializer.html#17941" title="Poco::XML::DOMSerializer::getFeature()">getFeature</a>, <a href="Poco.XML.DOMSerializer.html#17949" title="Poco::XML::DOMSerializer::getProperty()">getProperty</a>, <a href="Poco.XML.DOMSerializer.html#17970" title="Poco::XML::DOMSerializer::handleCDATASection()">handleCDATASection</a>, <a href="Poco.XML.DOMSerializer.html#17964" title="Poco::XML::DOMSerializer::handleCharacterData()">handleCharacterData</a>, <a href="Poco.XML.DOMSerializer.html#17966" title="Poco::XML::DOMSerializer::handleComment()">handleComment</a>, <a href="Poco.XML.DOMSerializer.html#17972" title="Poco::XML::DOMSerializer::handleDocument()">handleDocument</a>, <a href="Poco.XML.DOMSerializer.html#17974" title="Poco::XML::DOMSerializer::handleDocumentType()">handleDocumentType</a>, <a href="Poco.XML.DOMSerializer.html#17962" title="Poco::XML::DOMSerializer::handleElement()">handleElement</a>, <a href="Poco.XML.DOMSerializer.html#17980" title="Poco::XML::DOMSerializer::handleEntity()">handleEntity</a>, <a href="Poco.XML.DOMSerializer.html#17976" title="Poco::XML::DOMSerializer::handleFragment()">handleFragment</a>, <a href="Poco.XML.DOMSerializer.html#17960" title="Poco::XML::DOMSerializer::handleNode()">handleNode</a>, <a href="Poco.XML.DOMSerializer.html#17978" title="Poco::XML::DOMSerializer::handleNotation()">handleNotation</a>, <a href="Poco.XML.DOMSerializer.html#17968" title="Poco::XML::DOMSerializer::handlePI()">handlePI</a>, <a href="Poco.XML.DOMSerializer.html#17958" title="Poco::XML::DOMSerializer::iterate()">iterate</a>, <a href="Poco.XML.DOMSerializer.html#17951" title="Poco::XML::DOMSerializer::parse()">parse</a>, <a href="Poco.XML.DOMSerializer.html#17955" title="Poco::XML::DOMSerializer::parseMemoryNP()">parseMemoryNP</a>, <a href="Poco.XML.DOMSerializer.html#17924" title="Poco::XML::DOMSerializer::serialize()">serialize</a>, <a href="Poco.XML.DOMSerializer.html#17932" title="Poco::XML::DOMSerializer::setContentHandler()">setContentHandler</a>, <a href="Poco.XML.DOMSerializer.html#17929" title="Poco::XML::DOMSerializer::setDTDHandler()">setDTDHandler</a>, <a href="Poco.XML.DOMSerializer.html#17926" title="Poco::XML::DOMSerializer::setEntityResolver()">setEntityResolver</a>, <a href="Poco.XML.DOMSerializer.html#17935" title="Poco::XML::DOMSerializer::setErrorHandler()">setErrorHandler</a>, <a href="Poco.XML.DOMSerializer.html#17938" title="Poco::XML::DOMSerializer::setFeature()">setFeature</a>, <a href="Poco.XML.DOMSerializer.html#17943" title="Poco::XML::DOMSerializer::setProperty()">setProperty</a></p>
<p><b>Inherited Functions: </b><a href="Poco.XML.XMLReader.html#19443" title="Poco::XML::XMLReader::getContentHandler()">getContentHandler</a>, <a href="Poco.XML.XMLReader.html#19440" title="Poco::XML::XMLReader::getDTDHandler()">getDTDHandler</a>, <a href="Poco.XML.XMLReader.html#19437" title="Poco::XML::XMLReader::getEntityResolver()">getEntityResolver</a>, <a href="Poco.XML.XMLReader.html#19446" title="Poco::XML::XMLReader::getErrorHandler()">getErrorHandler</a>, <a href="Poco.XML.XMLReader.html#19450" title="Poco::XML::XMLReader::getFeature()">getFeature</a>, <a href="Poco.XML.XMLReader.html#19458" title="Poco::XML::XMLReader::getProperty()">getProperty</a>, <a href="Poco.XML.XMLReader.html#19460" title="Poco::XML::XMLReader::parse()">parse</a>, <a href="Poco.XML.XMLReader.html#19464" title="Poco::XML::XMLReader::parseMemoryNP()">parseMemoryNP</a>, <a href="Poco.XML.XMLReader.html#19441" title="Poco::XML::XMLReader::setContentHandler()">setContentHandler</a>, <a href="Poco.XML.XMLReader.html#19438" title="Poco::XML::XMLReader::setDTDHandler()">setDTDHandler</a>, <a href="Poco.XML.XMLReader.html#19435" title="Poco::XML::XMLReader::setEntityResolver()">setEntityResolver</a>, <a href="Poco.XML.XMLReader.html#19444" title="Poco::XML::XMLReader::setErrorHandler()">setErrorHandler</a>, <a href="Poco.XML.XMLReader.html#19447" title="Poco::XML::XMLReader::setFeature()">setFeature</a>, <a href="Poco.XML.XMLReader.html#19455" title="Poco::XML::XMLReader::setProperty()">setProperty</a></p>
<h2>Constructors</h2>
<h3><a name="17922">DOMSerializer</a></h3>
<p class="decl"><a href="Poco.XML.DOMSerializer.html" title="class Poco::XML::DOMSerializer">DOMSerializer</a>();</p>
<div class="description">
<p>Creates the <a href="Poco.XML.DOMSerializer.html" title="class Poco::XML::DOMSerializer">DOMSerializer</a>. </p>
</div>
<h2>Destructor</h2>
<h3><a name="17923">~DOMSerializer</a> <img src="images/virtual.gif" alt="virtual" title="virtual" style="vertical-align:baseline;" border="0" /> </h3>
<p class="decl">~<a href="Poco.XML.DOMSerializer.html" title="class Poco::XML::DOMSerializer">DOMSerializer</a>();</p>
<div class="description">
<p>Destroys the <a href="Poco.XML.DOMSerializer.html" title="class Poco::XML::DOMSerializer">DOMSerializer</a>. </p>
</div>
<h2>Member Functions</h2>
<h3><a name="17934">getContentHandler</a> <img src="images/virtual.gif" alt="virtual" title="virtual" style="vertical-align:baseline;" border="0" /> </h3>
<p class="decl"><a href="Poco.XML.ContentHandler.html" title="class Poco::XML::ContentHandler">ContentHandler</a> * getContentHandler() const;</p>
<div class="description">
<p></p>
</div>
<div class="description"><p><b>See also:</b> <a href="Poco.XML.XMLReader.html#19443" title="Poco::XML::XMLReader::getContentHandler()">Poco::XML::XMLReader::getContentHandler()</a></p></div>
<h3><a name="17931">getDTDHandler</a> <img src="images/virtual.gif" alt="virtual" title="virtual" style="vertical-align:baseline;" border="0" /> </h3>
<p class="decl"><a href="Poco.XML.DTDHandler.html" title="class Poco::XML::DTDHandler">DTDHandler</a> * getDTDHandler() const;</p>
<div class="description">
<p></p>
</div>
<div class="description"><p><b>See also:</b> <a href="Poco.XML.XMLReader.html#19440" title="Poco::XML::XMLReader::getDTDHandler()">Poco::XML::XMLReader::getDTDHandler()</a></p></div>
<h3><a name="17928">getEntityResolver</a> <img src="images/virtual.gif" alt="virtual" title="virtual" style="vertical-align:baseline;" border="0" /> </h3>
<p class="decl"><a href="Poco.XML.EntityResolver.html" title="class Poco::XML::EntityResolver">EntityResolver</a> * getEntityResolver() const;</p>
<div class="description">
<p></p>
</div>
<div class="description"><p><b>See also:</b> <a href="Poco.XML.XMLReader.html#19437" title="Poco::XML::XMLReader::getEntityResolver()">Poco::XML::XMLReader::getEntityResolver()</a></p></div>
<h3><a name="17937">getErrorHandler</a> <img src="images/virtual.gif" alt="virtual" title="virtual" style="vertical-align:baseline;" border="0" /> </h3>
<p class="decl"><a href="Poco.XML.ErrorHandler.html" title="class Poco::XML::ErrorHandler">ErrorHandler</a> * getErrorHandler() const;</p>
<div class="description">
<p></p>
</div>
<div class="description"><p><b>See also:</b> <a href="Poco.XML.XMLReader.html#19446" title="Poco::XML::XMLReader::getErrorHandler()">Poco::XML::XMLReader::getErrorHandler()</a></p></div>
<h3><a name="17941">getFeature</a> <img src="images/virtual.gif" alt="virtual" title="virtual" style="vertical-align:baseline;" border="0" /> </h3>
<p class="decl">bool getFeature(<br /> const <a href="Poco.XML.html#19841" title="Poco::XML::XMLString">XMLString</a> & featureId<br />) const;</p>
<div class="description">
<p></p>
</div>
<div class="description"><p><b>See also:</b> <a href="Poco.XML.XMLReader.html#19450" title="Poco::XML::XMLReader::getFeature()">Poco::XML::XMLReader::getFeature()</a></p></div>
<h3><a name="17949">getProperty</a> <img src="images/virtual.gif" alt="virtual" title="virtual" style="vertical-align:baseline;" border="0" /> </h3>
<p class="decl">void * getProperty(<br /> const <a href="Poco.XML.html#19841" title="Poco::XML::XMLString">XMLString</a> & propertyId<br />) const;</p>
<div class="description">
<p></p>
</div>
<div class="description"><p><b>See also:</b> <a href="Poco.XML.XMLReader.html#19458" title="Poco::XML::XMLReader::getProperty()">Poco::XML::XMLReader::getProperty()</a></p></div>
<h3><a name="17924">serialize</a></h3>
<p class="decl">void serialize(<br /> const <a href="Poco.XML.Node.html" title="class Poco::XML::Node">Node</a> * pNode<br />);</p>
<div class="description">
<p>Serializes a DOM node and its children into a sequence of SAX events, which are reported to the registered SAX event handlers. </p>
</div>
<h3><a name="17932">setContentHandler</a> <img src="images/virtual.gif" alt="virtual" title="virtual" style="vertical-align:baseline;" border="0" /> </h3>
<p class="decl">void setContentHandler(<br /> <a href="Poco.XML.ContentHandler.html" title="class Poco::XML::ContentHandler">ContentHandler</a> * pContentHandler<br />);</p>
<div class="description">
<p></p>
</div>
<div class="description"><p><b>See also:</b> <a href="Poco.XML.XMLReader.html#19441" title="Poco::XML::XMLReader::setContentHandler()">Poco::XML::XMLReader::setContentHandler()</a></p></div>
<h3><a name="17929">setDTDHandler</a> <img src="images/virtual.gif" alt="virtual" title="virtual" style="vertical-align:baseline;" border="0" /> </h3>
<p class="decl">void setDTDHandler(<br /> <a href="Poco.XML.DTDHandler.html" title="class Poco::XML::DTDHandler">DTDHandler</a> * pDTDHandler<br />);</p>
<div class="description">
<p></p>
</div>
<div class="description"><p><b>See also:</b> <a href="Poco.XML.XMLReader.html#19438" title="Poco::XML::XMLReader::setDTDHandler()">Poco::XML::XMLReader::setDTDHandler()</a></p></div>
<h3><a name="17926">setEntityResolver</a> <img src="images/virtual.gif" alt="virtual" title="virtual" style="vertical-align:baseline;" border="0" /> </h3>
<p class="decl">void setEntityResolver(<br /> <a href="Poco.XML.EntityResolver.html" title="class Poco::XML::EntityResolver">EntityResolver</a> * pResolver<br />);</p>
<div class="description">
<p></p>
</div>
<div class="description"><p><b>See also:</b> <a href="Poco.XML.XMLReader.html#19435" title="Poco::XML::XMLReader::setEntityResolver()">Poco::XML::XMLReader::setEntityResolver()</a></p></div>
<h3><a name="17935">setErrorHandler</a> <img src="images/virtual.gif" alt="virtual" title="virtual" style="vertical-align:baseline;" border="0" /> </h3>
<p class="decl">void setErrorHandler(<br /> <a href="Poco.XML.ErrorHandler.html" title="class Poco::XML::ErrorHandler">ErrorHandler</a> * pErrorHandler<br />);</p>
<div class="description">
<p></p>
</div>
<div class="description"><p><b>See also:</b> <a href="Poco.XML.XMLReader.html#19444" title="Poco::XML::XMLReader::setErrorHandler()">Poco::XML::XMLReader::setErrorHandler()</a></p></div>
<h3><a name="17938">setFeature</a> <img src="images/virtual.gif" alt="virtual" title="virtual" style="vertical-align:baseline;" border="0" /> </h3>
<p class="decl">void setFeature(<br /> const <a href="Poco.XML.html#19841" title="Poco::XML::XMLString">XMLString</a> & featureId,<br /> bool state<br />);</p>
<div class="description">
<p></p>
</div>
<div class="description"><p><b>See also:</b> <a href="Poco.XML.XMLReader.html#19447" title="Poco::XML::XMLReader::setFeature()">Poco::XML::XMLReader::setFeature()</a></p></div>
<h3><a name="17943">setProperty</a> <img src="images/virtual.gif" alt="virtual" title="virtual" style="vertical-align:baseline;" border="0" /> </h3>
<p class="decl">void setProperty(<br /> const <a href="Poco.XML.html#19841" title="Poco::XML::XMLString">XMLString</a> & propertyId,<br /> const <a href="Poco.XML.html#19841" title="Poco::XML::XMLString">XMLString</a> & value<br />);</p>
<div class="description">
<p></p>
</div>
<div class="description"><p><b>See also:</b> <a href="Poco.XML.XMLReader.html#19452" title="Poco::XML::XMLReader::setProperty()">Poco::XML::XMLReader::setProperty()</a></p></div>
<h3><a name="17946">setProperty</a> <img src="images/virtual.gif" alt="virtual" title="virtual" style="vertical-align:baseline;" border="0" /> </h3>
<p class="decl">void setProperty(<br /> const <a href="Poco.XML.html#19841" title="Poco::XML::XMLString">XMLString</a> & propertyId,<br /> void * value<br />);</p>
<div class="description">
<p></p>
</div>
<div class="description"><p><b>See also:</b> <a href="Poco.XML.XMLReader.html#19455" title="Poco::XML::XMLReader::setProperty()">Poco::XML::XMLReader::setProperty()</a></p></div>
<h3><a name="17970">handleCDATASection</a> <img src="images/protected.gif" alt="protected" title="protected" style="vertical-align:baseline;" border="0" /> </h3>
<p class="decl">void handleCDATASection(<br /> const <a href="Poco.XML.CDATASection.html" title="class Poco::XML::CDATASection">CDATASection</a> * pCDATA<br />) const;</p>
<div class="description">
<p></p>
</div>
<h3><a name="17964">handleCharacterData</a> <img src="images/protected.gif" alt="protected" title="protected" style="vertical-align:baseline;" border="0" /> </h3>
<p class="decl">void handleCharacterData(<br /> const <a href="Poco.XML.Text.html" title="class Poco::XML::Text">Text</a> * pText<br />) const;</p>
<div class="description">
<p></p>
</div>
<h3><a name="17966">handleComment</a> <img src="images/protected.gif" alt="protected" title="protected" style="vertical-align:baseline;" border="0" /> </h3>
<p class="decl">void handleComment(<br /> const <a href="Poco.XML.Comment.html" title="class Poco::XML::Comment">Comment</a> * pComment<br />) const;</p>
<div class="description">
<p></p>
</div>
<h3><a name="17972">handleDocument</a> <img src="images/protected.gif" alt="protected" title="protected" style="vertical-align:baseline;" border="0" /> </h3>
<p class="decl">void handleDocument(<br /> const <a href="Poco.XML.Document.html" title="class Poco::XML::Document">Document</a> * pDocument<br />) const;</p>
<div class="description">
<p></p>
</div>
<h3><a name="17974">handleDocumentType</a> <img src="images/protected.gif" alt="protected" title="protected" style="vertical-align:baseline;" border="0" /> </h3>
<p class="decl">void handleDocumentType(<br /> const <a href="Poco.XML.DocumentType.html" title="class Poco::XML::DocumentType">DocumentType</a> * pDocumentType<br />) const;</p>
<div class="description">
<p></p>
</div>
<h3><a name="17962">handleElement</a> <img src="images/protected.gif" alt="protected" title="protected" style="vertical-align:baseline;" border="0" /> </h3>
<p class="decl">void handleElement(<br /> const <a href="Poco.XML.Element.html" title="class Poco::XML::Element">Element</a> * pElement<br />) const;</p>
<div class="description">
<p></p>
</div>
<h3><a name="17980">handleEntity</a> <img src="images/protected.gif" alt="protected" title="protected" style="vertical-align:baseline;" border="0" /> </h3>
<p class="decl">void handleEntity(<br /> const <a href="Poco.XML.Entity.html" title="class Poco::XML::Entity">Entity</a> * pEntity<br />) const;</p>
<div class="description">
<p></p>
</div>
<h3><a name="17976">handleFragment</a> <img src="images/protected.gif" alt="protected" title="protected" style="vertical-align:baseline;" border="0" /> </h3>
<p class="decl">void handleFragment(<br /> const <a href="Poco.XML.DocumentFragment.html" title="class Poco::XML::DocumentFragment">DocumentFragment</a> * pFragment<br />) const;</p>
<div class="description">
<p></p>
</div>
<h3><a name="17960">handleNode</a> <img src="images/protected.gif" alt="protected" title="protected" style="vertical-align:baseline;" border="0" /> </h3>
<p class="decl">void handleNode(<br /> const <a href="Poco.XML.Node.html" title="class Poco::XML::Node">Node</a> * pNode<br />) const;</p>
<div class="description">
<p></p>
</div>
<h3><a name="17978">handleNotation</a> <img src="images/protected.gif" alt="protected" title="protected" style="vertical-align:baseline;" border="0" /> </h3>
<p class="decl">void handleNotation(<br /> const <a href="Poco.XML.Notation.html" title="class Poco::XML::Notation">Notation</a> * pNotation<br />) const;</p>
<div class="description">
<p></p>
</div>
<h3><a name="17968">handlePI</a> <img src="images/protected.gif" alt="protected" title="protected" style="vertical-align:baseline;" border="0" /> </h3>
<p class="decl">void handlePI(<br /> const <a href="Poco.XML.ProcessingInstruction.html" title="class Poco::XML::ProcessingInstruction">ProcessingInstruction</a> * pPI<br />) const;</p>
<div class="description">
<p></p>
</div>
<h3><a name="17958">iterate</a> <img src="images/protected.gif" alt="protected" title="protected" style="vertical-align:baseline;" border="0" /> </h3>
<p class="decl">void iterate(<br /> const <a href="Poco.XML.Node.html" title="class Poco::XML::Node">Node</a> * pNode<br />) const;</p>
<div class="description">
<p></p>
</div>
<h3><a name="17951">parse</a> <img src="images/protected.gif" alt="protected" title="protected" style="vertical-align:baseline;" border="0" /> <img src="images/virtual.gif" alt="virtual" title="virtual" style="vertical-align:baseline;" border="0" /> </h3>
<p class="decl">void parse(<br /> <a href="Poco.XML.InputSource.html" title="class Poco::XML::InputSource">InputSource</a> * pSource<br />);</p>
<div class="description">
<p>The <a href="Poco.XML.DOMSerializer.html" title="class Poco::XML::DOMSerializer">DOMSerializer</a> cannot parse an <a href="Poco.XML.InputSource.html" title="class Poco::XML::InputSource">InputSource</a>, so this method simply throws an <a href="Poco.XML.XMLException.html" title="class Poco::XML::XMLException">XMLException</a> when invoked. </p>
</div>
<div class="description"><p><b>See also:</b> <a href="Poco.XML.XMLReader.html#19460" title="Poco::XML::XMLReader::parse()">Poco::XML::XMLReader::parse()</a></p></div>
<h3><a name="17953">parse</a> <img src="images/protected.gif" alt="protected" title="protected" style="vertical-align:baseline;" border="0" /> <img src="images/virtual.gif" alt="virtual" title="virtual" style="vertical-align:baseline;" border="0" /> </h3>
<p class="decl">void parse(<br /> const <a href="Poco.XML.html#19841" title="Poco::XML::XMLString">XMLString</a> & systemId<br />);</p>
<div class="description">
<p>The <a href="Poco.XML.DOMSerializer.html" title="class Poco::XML::DOMSerializer">DOMSerializer</a> cannot parse from a system identifier, so this method simply throws an <a href="Poco.XML.XMLException.html" title="class Poco::XML::XMLException">XMLException</a> when invoked. </p>
</div>
<div class="description"><p><b>See also:</b> <a href="Poco.XML.XMLReader.html#19462" title="Poco::XML::XMLReader::parse()">Poco::XML::XMLReader::parse()</a></p></div>
<h3><a name="17955">parseMemoryNP</a> <img src="images/protected.gif" alt="protected" title="protected" style="vertical-align:baseline;" border="0" /> <img src="images/virtual.gif" alt="virtual" title="virtual" style="vertical-align:baseline;" border="0" /> </h3>
<p class="decl">void parseMemoryNP(<br /> const char * xml,<br /> std::size_t size<br />);</p>
<div class="description">
<p>The <a href="Poco.XML.DOMSerializer.html" title="class Poco::XML::DOMSerializer">DOMSerializer</a> cannot parse from a system identifier, so this method simply throws an <a href="Poco.XML.XMLException.html" title="class Poco::XML::XMLException">XMLException</a> when invoked. </p>
</div>
<div class="description"><p><b>See also:</b> <a href="Poco.XML.XMLReader.html#19464" title="Poco::XML::XMLReader::parseMemoryNP()">Poco::XML::XMLReader::parseMemoryNP()</a></p></div>
<p class="footer">POCO C++ Libraries 1.3.6-all<br />
Copyright © 2009, <a href="http://pocoproject.org/" target="_blank">Applied Informatics Software Engineering GmbH and Contributors</a></p>
</div>
</body>
</html>
|