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
|
<!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::WhitespaceFilter</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 WhitespaceFilter</h1>
</div>
<div class="body">
<p>
<b>Library:</b> XML<br />
<b>Package:</b> SAX<br />
<b>Header:</b> Poco/SAX/WhitespaceFilter.h</p>
<h2>Description</h2>
<div class="description">
<p>This implementation of the SAX2 <a href="Poco.XML.XMLFilter.html" title="class Poco::XML::XMLFilter">XMLFilter</a> interface filters all whitespace-only character data element content. </p>
</div>
<h2>Inheritance</h2>
<p><b>Direct Base Classes: </b><a href="Poco.XML.XMLFilterImpl.html" title="class Poco::XML::XMLFilterImpl">XMLFilterImpl</a>, <a href="Poco.XML.LexicalHandler.html" title="class Poco::XML::LexicalHandler">LexicalHandler</a></p>
<p><b>All Base Classes: </b><a href="Poco.XML.ContentHandler.html" title="class Poco::XML::ContentHandler">ContentHandler</a>, <a href="Poco.XML.DTDHandler.html" title="class Poco::XML::DTDHandler">DTDHandler</a>, <a href="Poco.XML.EntityResolver.html" title="class Poco::XML::EntityResolver">EntityResolver</a>, <a href="Poco.XML.ErrorHandler.html" title="class Poco::XML::ErrorHandler">ErrorHandler</a>, <a href="Poco.XML.LexicalHandler.html" title="class Poco::XML::LexicalHandler">LexicalHandler</a>, <a href="Poco.XML.XMLFilter.html" title="class Poco::XML::XMLFilter">XMLFilter</a>, <a href="Poco.XML.XMLFilterImpl.html" title="class Poco::XML::XMLFilterImpl">XMLFilterImpl</a>, <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.WhitespaceFilter.html#19301" title="Poco::XML::WhitespaceFilter::characters()">characters</a>, <a href="Poco.XML.WhitespaceFilter.html#19323" title="Poco::XML::WhitespaceFilter::comment()">comment</a>, <a href="Poco.XML.WhitespaceFilter.html#19322" title="Poco::XML::WhitespaceFilter::endCDATA()">endCDATA</a>, <a href="Poco.XML.WhitespaceFilter.html#19316" title="Poco::XML::WhitespaceFilter::endDTD()">endDTD</a>, <a href="Poco.XML.WhitespaceFilter.html#19291" title="Poco::XML::WhitespaceFilter::endDocument()">endDocument</a>, <a href="Poco.XML.WhitespaceFilter.html#19297" title="Poco::XML::WhitespaceFilter::endElement()">endElement</a>, <a href="Poco.XML.WhitespaceFilter.html#19319" title="Poco::XML::WhitespaceFilter::endEntity()">endEntity</a>, <a href="Poco.XML.WhitespaceFilter.html#19288" title="Poco::XML::WhitespaceFilter::getProperty()">getProperty</a>, <a href="Poco.XML.WhitespaceFilter.html#19305" title="Poco::XML::WhitespaceFilter::ignorableWhitespace()">ignorableWhitespace</a>, <a href="Poco.XML.WhitespaceFilter.html#19309" title="Poco::XML::WhitespaceFilter::processingInstruction()">processingInstruction</a>, <a href="Poco.XML.WhitespaceFilter.html#19282" title="Poco::XML::WhitespaceFilter::setProperty()">setProperty</a>, <a href="Poco.XML.WhitespaceFilter.html#19327" title="Poco::XML::WhitespaceFilter::setupParse()">setupParse</a>, <a href="Poco.XML.WhitespaceFilter.html#19321" title="Poco::XML::WhitespaceFilter::startCDATA()">startCDATA</a>, <a href="Poco.XML.WhitespaceFilter.html#19312" title="Poco::XML::WhitespaceFilter::startDTD()">startDTD</a>, <a href="Poco.XML.WhitespaceFilter.html#19290" title="Poco::XML::WhitespaceFilter::startDocument()">startDocument</a>, <a href="Poco.XML.WhitespaceFilter.html#19292" title="Poco::XML::WhitespaceFilter::startElement()">startElement</a>, <a href="Poco.XML.WhitespaceFilter.html#19317" title="Poco::XML::WhitespaceFilter::startEntity()">startEntity</a></p>
<p><b>Inherited Functions: </b><a href="Poco.XML.ContentHandler.html#18865" title="Poco::XML::ContentHandler::characters()">characters</a>, <a href="Poco.XML.LexicalHandler.html#19037" title="Poco::XML::LexicalHandler::comment()">comment</a>, <a href="Poco.XML.LexicalHandler.html#19036" title="Poco::XML::LexicalHandler::endCDATA()">endCDATA</a>, <a href="Poco.XML.LexicalHandler.html#19030" title="Poco::XML::LexicalHandler::endDTD()">endDTD</a>, <a href="Poco.XML.ContentHandler.html#18855" title="Poco::XML::ContentHandler::endDocument()">endDocument</a>, <a href="Poco.XML.ContentHandler.html#18861" title="Poco::XML::ContentHandler::endElement()">endElement</a>, <a href="Poco.XML.LexicalHandler.html#19033" title="Poco::XML::LexicalHandler::endEntity()">endEntity</a>, <a href="Poco.XML.ContentHandler.html#18879" title="Poco::XML::ContentHandler::endPrefixMapping()">endPrefixMapping</a>, <a href="Poco.XML.ErrorHandler.html#18993" title="Poco::XML::ErrorHandler::error()">error</a>, <a href="Poco.XML.ErrorHandler.html#18995" title="Poco::XML::ErrorHandler::fatalError()">fatalError</a>, <a href="Poco.XML.XMLFilterImpl.html#19352" title="Poco::XML::XMLFilterImpl::getContentHandler()">getContentHandler</a>, <a href="Poco.XML.XMLFilterImpl.html#19349" title="Poco::XML::XMLFilterImpl::getDTDHandler()">getDTDHandler</a>, <a href="Poco.XML.XMLFilterImpl.html#19346" title="Poco::XML::XMLFilterImpl::getEntityResolver()">getEntityResolver</a>, <a href="Poco.XML.XMLFilterImpl.html#19355" title="Poco::XML::XMLFilterImpl::getErrorHandler()">getErrorHandler</a>, <a href="Poco.XML.XMLFilterImpl.html#19359" title="Poco::XML::XMLFilterImpl::getFeature()">getFeature</a>, <a href="Poco.XML.XMLFilter.html#19332" title="Poco::XML::XMLFilter::getParent()">getParent</a>, <a href="Poco.XML.XMLFilterImpl.html#19367" title="Poco::XML::XMLFilterImpl::getProperty()">getProperty</a>, <a href="Poco.XML.ContentHandler.html#18869" title="Poco::XML::ContentHandler::ignorableWhitespace()">ignorableWhitespace</a>, <a href="Poco.XML.DTDHandler.html#18885" title="Poco::XML::DTDHandler::notationDecl()">notationDecl</a>, <a href="Poco.XML.XMLFilterImpl.html#19427" title="Poco::XML::XMLFilterImpl::parent()">parent</a>, <a href="Poco.XML.XMLFilterImpl.html#19369" title="Poco::XML::XMLFilterImpl::parse()">parse</a>, <a href="Poco.XML.XMLFilterImpl.html#19373" title="Poco::XML::XMLFilterImpl::parseMemoryNP()">parseMemoryNP</a>, <a href="Poco.XML.ContentHandler.html#18873" title="Poco::XML::ContentHandler::processingInstruction()">processingInstruction</a>, <a href="Poco.XML.EntityResolver.html#18970" title="Poco::XML::EntityResolver::releaseInputSource()">releaseInputSource</a>, <a href="Poco.XML.EntityResolver.html#18967" title="Poco::XML::EntityResolver::resolveEntity()">resolveEntity</a>, <a href="Poco.XML.XMLFilterImpl.html#19350" title="Poco::XML::XMLFilterImpl::setContentHandler()">setContentHandler</a>, <a href="Poco.XML.XMLFilterImpl.html#19347" title="Poco::XML::XMLFilterImpl::setDTDHandler()">setDTDHandler</a>, <a href="Poco.XML.ContentHandler.html#18852" title="Poco::XML::ContentHandler::setDocumentLocator()">setDocumentLocator</a>, <a href="Poco.XML.XMLFilterImpl.html#19344" title="Poco::XML::XMLFilterImpl::setEntityResolver()">setEntityResolver</a>, <a href="Poco.XML.XMLFilterImpl.html#19353" title="Poco::XML::XMLFilterImpl::setErrorHandler()">setErrorHandler</a>, <a href="Poco.XML.XMLFilterImpl.html#19356" title="Poco::XML::XMLFilterImpl::setFeature()">setFeature</a>, <a href="Poco.XML.XMLFilter.html#19333" title="Poco::XML::XMLFilter::setParent()">setParent</a>, <a href="Poco.XML.XMLFilterImpl.html#19361" title="Poco::XML::XMLFilterImpl::setProperty()">setProperty</a>, <a href="Poco.XML.XMLFilterImpl.html#19428" title="Poco::XML::XMLFilterImpl::setupParse()">setupParse</a>, <a href="Poco.XML.ContentHandler.html#18881" title="Poco::XML::ContentHandler::skippedEntity()">skippedEntity</a>, <a href="Poco.XML.LexicalHandler.html#19035" title="Poco::XML::LexicalHandler::startCDATA()">startCDATA</a>, <a href="Poco.XML.LexicalHandler.html#19026" title="Poco::XML::LexicalHandler::startDTD()">startDTD</a>, <a href="Poco.XML.ContentHandler.html#18854" title="Poco::XML::ContentHandler::startDocument()">startDocument</a>, <a href="Poco.XML.ContentHandler.html#18856" title="Poco::XML::ContentHandler::startElement()">startElement</a>, <a href="Poco.XML.LexicalHandler.html#19031" title="Poco::XML::LexicalHandler::startEntity()">startEntity</a>, <a href="Poco.XML.ContentHandler.html#18876" title="Poco::XML::ContentHandler::startPrefixMapping()">startPrefixMapping</a>, <a href="Poco.XML.DTDHandler.html#18889" title="Poco::XML::DTDHandler::unparsedEntityDecl()">unparsedEntityDecl</a>, <a href="Poco.XML.ErrorHandler.html#18991" title="Poco::XML::ErrorHandler::warning()">warning</a></p>
<h2>Constructors</h2>
<h3><a name="19278">WhitespaceFilter</a></h3>
<p class="decl"><a href="Poco.XML.WhitespaceFilter.html" title="class Poco::XML::WhitespaceFilter">WhitespaceFilter</a>();</p>
<div class="description">
<p>Creates the <a href="Poco.XML.WhitespaceFilter.html" title="class Poco::XML::WhitespaceFilter">WhitespaceFilter</a>, with no parent. </p>
</div>
<h3><a name="19279">WhitespaceFilter</a></h3>
<p class="decl"><a href="Poco.XML.WhitespaceFilter.html" title="class Poco::XML::WhitespaceFilter">WhitespaceFilter</a>(<br /> <a href="Poco.XML.XMLReader.html" title="class Poco::XML::XMLReader">XMLReader</a> * pReader<br />);</p>
<div class="description">
<p>Creates the <a href="Poco.XML.WhitespaceFilter.html" title="class Poco::XML::WhitespaceFilter">WhitespaceFilter</a> with the specified parent. </p>
</div>
<h2>Destructor</h2>
<h3><a name="19281">~WhitespaceFilter</a> <img src="images/virtual.gif" alt="virtual" title="virtual" style="vertical-align:baseline;" border="0" /> </h3>
<p class="decl">~<a href="Poco.XML.WhitespaceFilter.html" title="class Poco::XML::WhitespaceFilter">WhitespaceFilter</a>();</p>
<div class="description">
<p>Destroys the <a href="Poco.XML.WhitespaceFilter.html" title="class Poco::XML::WhitespaceFilter">WhitespaceFilter</a>. </p>
</div>
<h2>Member Functions</h2>
<h3><a name="19301">characters</a> <img src="images/virtual.gif" alt="virtual" title="virtual" style="vertical-align:baseline;" border="0" /> </h3>
<p class="decl">void characters(<br /> const <a href="Poco.XML.html#19840" title="Poco::XML::XMLChar">XMLChar</a> ch[],<br /> int start,<br /> int length<br />);</p>
<div class="description">
<p></p>
</div>
<div class="description"><p><b>See also:</b> <a href="Poco.XML.XMLFilterImpl.html#19403" title="Poco::XML::XMLFilterImpl::characters()">Poco::XML::XMLFilterImpl::characters()</a></p></div>
<h3><a name="19323">comment</a> <img src="images/virtual.gif" alt="virtual" title="virtual" style="vertical-align:baseline;" border="0" /> </h3>
<p class="decl">void comment(<br /> const <a href="Poco.XML.html#19840" title="Poco::XML::XMLChar">XMLChar</a> ch[],<br /> int start,<br /> int length<br />);</p>
<div class="description">
<p></p>
</div>
<div class="description"><p><b>See also:</b> <a href="Poco.XML.LexicalHandler.html#19037" title="Poco::XML::LexicalHandler::comment()">Poco::XML::LexicalHandler::comment()</a></p></div>
<h3><a name="19322">endCDATA</a> <img src="images/virtual.gif" alt="virtual" title="virtual" style="vertical-align:baseline;" border="0" /> </h3>
<p class="decl">void endCDATA();</p>
<div class="description">
<p></p>
</div>
<div class="description"><p><b>See also:</b> <a href="Poco.XML.LexicalHandler.html#19036" title="Poco::XML::LexicalHandler::endCDATA()">Poco::XML::LexicalHandler::endCDATA()</a></p></div>
<h3><a name="19316">endDTD</a> <img src="images/virtual.gif" alt="virtual" title="virtual" style="vertical-align:baseline;" border="0" /> </h3>
<p class="decl">void endDTD();</p>
<div class="description">
<p></p>
</div>
<div class="description"><p><b>See also:</b> <a href="Poco.XML.LexicalHandler.html#19030" title="Poco::XML::LexicalHandler::endDTD()">Poco::XML::LexicalHandler::endDTD()</a></p></div>
<h3><a name="19291">endDocument</a> <img src="images/virtual.gif" alt="virtual" title="virtual" style="vertical-align:baseline;" border="0" /> </h3>
<p class="decl">void endDocument();</p>
<div class="description">
<p></p>
</div>
<div class="description"><p><b>See also:</b> <a href="Poco.XML.XMLFilterImpl.html#19393" title="Poco::XML::XMLFilterImpl::endDocument()">Poco::XML::XMLFilterImpl::endDocument()</a></p></div>
<h3><a name="19297">endElement</a> <img src="images/virtual.gif" alt="virtual" title="virtual" style="vertical-align:baseline;" border="0" /> </h3>
<p class="decl">void endElement(<br /> const <a href="Poco.XML.html#19841" title="Poco::XML::XMLString">XMLString</a> & uri,<br /> const <a href="Poco.XML.html#19841" title="Poco::XML::XMLString">XMLString</a> & localName,<br /> const <a href="Poco.XML.html#19841" title="Poco::XML::XMLString">XMLString</a> & qname<br />);</p>
<div class="description">
<p></p>
</div>
<div class="description"><p><b>See also:</b> <a href="Poco.XML.XMLFilterImpl.html#19399" title="Poco::XML::XMLFilterImpl::endElement()">Poco::XML::XMLFilterImpl::endElement()</a></p></div>
<h3><a name="19319">endEntity</a> <img src="images/virtual.gif" alt="virtual" title="virtual" style="vertical-align:baseline;" border="0" /> </h3>
<p class="decl">void endEntity(<br /> const <a href="Poco.XML.html#19841" title="Poco::XML::XMLString">XMLString</a> & name<br />);</p>
<div class="description">
<p></p>
</div>
<div class="description"><p><b>See also:</b> <a href="Poco.XML.LexicalHandler.html#19033" title="Poco::XML::LexicalHandler::endEntity()">Poco::XML::LexicalHandler::endEntity()</a></p></div>
<h3><a name="19288">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.XMLFilterImpl.html#19367" title="Poco::XML::XMLFilterImpl::getProperty()">Poco::XML::XMLFilterImpl::getProperty()</a></p></div>
<h3><a name="19305">ignorableWhitespace</a> <img src="images/virtual.gif" alt="virtual" title="virtual" style="vertical-align:baseline;" border="0" /> </h3>
<p class="decl">void ignorableWhitespace(<br /> const <a href="Poco.XML.html#19840" title="Poco::XML::XMLChar">XMLChar</a> ch[],<br /> int start,<br /> int length<br />);</p>
<div class="description">
<p></p>
</div>
<div class="description"><p><b>See also:</b> <a href="Poco.XML.XMLFilterImpl.html#19407" title="Poco::XML::XMLFilterImpl::ignorableWhitespace()">Poco::XML::XMLFilterImpl::ignorableWhitespace()</a></p></div>
<h3><a name="19309">processingInstruction</a> <img src="images/virtual.gif" alt="virtual" title="virtual" style="vertical-align:baseline;" border="0" /> </h3>
<p class="decl">void processingInstruction(<br /> const <a href="Poco.XML.html#19841" title="Poco::XML::XMLString">XMLString</a> & target,<br /> const <a href="Poco.XML.html#19841" title="Poco::XML::XMLString">XMLString</a> & data<br />);</p>
<div class="description">
<p></p>
</div>
<div class="description"><p><b>See also:</b> <a href="Poco.XML.XMLFilterImpl.html#19411" title="Poco::XML::XMLFilterImpl::processingInstruction()">Poco::XML::XMLFilterImpl::processingInstruction()</a></p></div>
<h3><a name="19282">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.XMLFilterImpl.html#19361" title="Poco::XML::XMLFilterImpl::setProperty()">Poco::XML::XMLFilterImpl::setProperty()</a></p></div>
<h3><a name="19285">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.XMLFilterImpl.html#19364" title="Poco::XML::XMLFilterImpl::setProperty()">Poco::XML::XMLFilterImpl::setProperty()</a></p></div>
<h3><a name="19321">startCDATA</a> <img src="images/virtual.gif" alt="virtual" title="virtual" style="vertical-align:baseline;" border="0" /> </h3>
<p class="decl">void startCDATA();</p>
<div class="description">
<p></p>
</div>
<div class="description"><p><b>See also:</b> <a href="Poco.XML.LexicalHandler.html#19035" title="Poco::XML::LexicalHandler::startCDATA()">Poco::XML::LexicalHandler::startCDATA()</a></p></div>
<h3><a name="19312">startDTD</a> <img src="images/virtual.gif" alt="virtual" title="virtual" style="vertical-align:baseline;" border="0" /> </h3>
<p class="decl">void startDTD(<br /> const <a href="Poco.XML.html#19841" title="Poco::XML::XMLString">XMLString</a> & name,<br /> const <a href="Poco.XML.html#19841" title="Poco::XML::XMLString">XMLString</a> & publicId,<br /> const <a href="Poco.XML.html#19841" title="Poco::XML::XMLString">XMLString</a> & systemId<br />);</p>
<div class="description">
<p></p>
</div>
<div class="description"><p><b>See also:</b> <a href="Poco.XML.LexicalHandler.html#19026" title="Poco::XML::LexicalHandler::startDTD()">Poco::XML::LexicalHandler::startDTD()</a></p></div>
<h3><a name="19290">startDocument</a> <img src="images/virtual.gif" alt="virtual" title="virtual" style="vertical-align:baseline;" border="0" /> </h3>
<p class="decl">void startDocument();</p>
<div class="description">
<p></p>
</div>
<div class="description"><p><b>See also:</b> <a href="Poco.XML.XMLFilterImpl.html#19392" title="Poco::XML::XMLFilterImpl::startDocument()">Poco::XML::XMLFilterImpl::startDocument()</a></p></div>
<h3><a name="19292">startElement</a> <img src="images/virtual.gif" alt="virtual" title="virtual" style="vertical-align:baseline;" border="0" /> </h3>
<p class="decl">void startElement(<br /> const <a href="Poco.XML.html#19841" title="Poco::XML::XMLString">XMLString</a> & uri,<br /> const <a href="Poco.XML.html#19841" title="Poco::XML::XMLString">XMLString</a> & localName,<br /> const <a href="Poco.XML.html#19841" title="Poco::XML::XMLString">XMLString</a> & qname,<br /> const <a href="Poco.XML.Attributes.html" title="class Poco::XML::Attributes">Attributes</a> & attrList<br />);</p>
<div class="description">
<p></p>
</div>
<div class="description"><p><b>See also:</b> <a href="Poco.XML.XMLFilterImpl.html#19394" title="Poco::XML::XMLFilterImpl::startElement()">Poco::XML::XMLFilterImpl::startElement()</a></p></div>
<h3><a name="19317">startEntity</a> <img src="images/virtual.gif" alt="virtual" title="virtual" style="vertical-align:baseline;" border="0" /> </h3>
<p class="decl">void startEntity(<br /> const <a href="Poco.XML.html#19841" title="Poco::XML::XMLString">XMLString</a> & name<br />);</p>
<div class="description">
<p></p>
</div>
<div class="description"><p><b>See also:</b> <a href="Poco.XML.LexicalHandler.html#19031" title="Poco::XML::LexicalHandler::startEntity()">Poco::XML::LexicalHandler::startEntity()</a></p></div>
<h3><a name="19327">setupParse</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 setupParse();</p>
<div class="description">
<p></p>
</div>
<div class="description"><p><b>See also:</b> <a href="Poco.XML.XMLFilterImpl.html#19428" title="Poco::XML::XMLFilterImpl::setupParse()">Poco::XML::XMLFilterImpl::setupParse()</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>
|