blob: 63471cc06f825a0b793612acf756e7d6f21d78d9 [file] [log] [blame]
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<META http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>Fragment Extractor Generator</title>
<link href="http://purl.org/DC/elements/1.0/" rel="schema.DC">
<meta content="Carsten Ziegeler" name="DC.Creator">
<meta content="This document describes the fragment extractor generator of Cocoon" name="DC.Description">
</head>
<body>
<h1>Fragment Extractor Generator</h1>
<p> FragmentExtractor is a transformer-generator pair which is designed to allow
sitemap managers to extract certain nodes from a SAX stream and move them
into a separate pipeline. The main use for this is to extract inline SVG
images and serve them up through a separate pipeline, usually serializing
them to PNG or JPEG format first.</p>
<ul>
<li>Name : extractor</li>
<li>Class: org.apache.cocoon.generation.FragmentExtractorGenerator</li>
<li>Cacheable: no.</li>
</ul>
<pre class="code">
&lt;map:generate type="extractor"/&gt;
</pre>
</body>
</html>