You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@poi.apache.org by ki...@apache.org on 2015/05/12 01:44:51 UTC

svn commit: r1678837 [4/12] - in /poi/site/publish: ./ apidocs/ apidocs/org/apache/poi/ apidocs/org/apache/poi/class-use/ apidocs/org/apache/poi/extractor/ apidocs/org/apache/poi/hdgf/ apidocs/org/apache/poi/hdgf/extractor/ apidocs/org/apache/poi/hpbf/...

Modified: poi/site/publish/apidocs/org/apache/poi/POIDocument.html
URL: http://svn.apache.org/viewvc/poi/site/publish/apidocs/org/apache/poi/POIDocument.html?rev=1678837&r1=1678836&r2=1678837&view=diff
==============================================================================
--- poi/site/publish/apidocs/org/apache/poi/POIDocument.html (original)
+++ poi/site/publish/apidocs/org/apache/poi/POIDocument.html Mon May 11 23:44:49 2015
@@ -103,8 +103,6 @@ extends java.lang.Object</pre>
 <div class="block">This holds the common functionality for all POI
   Document classes.
  Currently, this relates to Document Information Properties</div>
-<dl><dt><span class="strong">Author:</span></dt>
-  <dd>Nick Burch</dd></dl>
 </li>
 </ul>
 </div>
@@ -152,20 +150,21 @@ extends java.lang.Object</pre>
 </tr>
 <tr class="rowColor">
 <td class="colFirst"><code>protected </code></td>
-<td class="colLast"><code><strong><a href="../../../org/apache/poi/POIDocument.html#POIDocument(org.apache.poi.poifs.filesystem.DirectoryNode,%20org.apache.poi.poifs.filesystem.POIFSFileSystem)">POIDocument</a></strong>(<a href="../../../org/apache/poi/poifs/filesystem/DirectoryNode.html" title="class in org.apache.poi.poifs.filesystem">DirectoryNode</a>&nbsp;dir,
-           <a href="../../../org/apache/poi/poifs/filesystem/POIFSFileSystem.html" title="class in org.apache.poi.poifs.filesystem">POIFSFileSystem</a>&nbsp;fs)</code>
-<div class="block"><strong>Deprecated.</strong>&nbsp;
-<div class="block"><i>use <a href="../../../org/apache/poi/POIDocument.html#POIDocument(org.apache.poi.poifs.filesystem.DirectoryNode)"><code>POIDocument(DirectoryNode)</code></a> instead</i></div>
-</div>
+<td class="colLast"><code><strong><a href="../../../org/apache/poi/POIDocument.html#POIDocument(org.apache.poi.poifs.filesystem.NPOIFSFileSystem)">POIDocument</a></strong>(<a href="../../../org/apache/poi/poifs/filesystem/NPOIFSFileSystem.html" title="class in org.apache.poi.poifs.filesystem">NPOIFSFileSystem</a>&nbsp;fs)</code>
+<div class="block">Constructs from an old-style OPOIFS</div>
 </td>
 </tr>
 <tr class="altColor">
 <td class="colFirst"><code>protected </code></td>
-<td class="colLast"><code><strong><a href="../../../org/apache/poi/POIDocument.html#POIDocument(org.apache.poi.poifs.filesystem.NPOIFSFileSystem)">POIDocument</a></strong>(<a href="../../../org/apache/poi/poifs/filesystem/NPOIFSFileSystem.html" title="class in org.apache.poi.poifs.filesystem">NPOIFSFileSystem</a>&nbsp;fs)</code>&nbsp;</td>
+<td class="colLast"><code><strong><a href="../../../org/apache/poi/POIDocument.html#POIDocument(org.apache.poi.poifs.filesystem.OPOIFSFileSystem)">POIDocument</a></strong>(<a href="../../../org/apache/poi/poifs/filesystem/OPOIFSFileSystem.html" title="class in org.apache.poi.poifs.filesystem">OPOIFSFileSystem</a>&nbsp;fs)</code>
+<div class="block">Constructs from an old-style OPOIFS</div>
+</td>
 </tr>
 <tr class="rowColor">
 <td class="colFirst"><code>protected </code></td>
-<td class="colLast"><code><strong><a href="../../../org/apache/poi/POIDocument.html#POIDocument(org.apache.poi.poifs.filesystem.POIFSFileSystem)">POIDocument</a></strong>(<a href="../../../org/apache/poi/poifs/filesystem/POIFSFileSystem.html" title="class in org.apache.poi.poifs.filesystem">POIFSFileSystem</a>&nbsp;fs)</code>&nbsp;</td>
+<td class="colLast"><code><strong><a href="../../../org/apache/poi/POIDocument.html#POIDocument(org.apache.poi.poifs.filesystem.POIFSFileSystem)">POIDocument</a></strong>(<a href="../../../org/apache/poi/poifs/filesystem/POIFSFileSystem.html" title="class in org.apache.poi.poifs.filesystem">POIFSFileSystem</a>&nbsp;fs)</code>
+<div class="block">Constructs from the default POIFS</div>
+</td>
 </tr>
 </table>
 </li>
@@ -183,35 +182,6 @@ extends java.lang.Object</pre>
 <th class="colLast" scope="col">Method and Description</th>
 </tr>
 <tr class="altColor">
-<td class="colFirst"><code>protected void</code></td>
-<td class="colLast"><code><strong><a href="../../../org/apache/poi/POIDocument.html#copyNodeRecursively(org.apache.poi.poifs.filesystem.Entry,%20org.apache.poi.poifs.filesystem.DirectoryEntry)">copyNodeRecursively</a></strong>(<a href="../../../org/apache/poi/poifs/filesystem/Entry.html" title="interface in org.apache.poi.poifs.filesystem">Entry</a>&nbsp;entry,
-                   <a href="../../../org/apache/poi/poifs/filesystem/DirectoryEntry.html" title="interface in org.apache.poi.poifs.filesystem">DirectoryEntry</a>&nbsp;target)</code>
-<div class="block"><strong>Deprecated.</strong>&nbsp;
-<div class="block"><i>Use <a href="../../../org/apache/poi/poifs/filesystem/EntryUtils.html#copyNodeRecursively(org.apache.poi.poifs.filesystem.Entry,%20org.apache.poi.poifs.filesystem.DirectoryEntry)"><code>EntryUtils.copyNodeRecursively(Entry, DirectoryEntry)</code></a> instead</i></div>
-</div>
-</td>
-</tr>
-<tr class="rowColor">
-<td class="colFirst"><code>protected void</code></td>
-<td class="colLast"><code><strong><a href="../../../org/apache/poi/POIDocument.html#copyNodes(org.apache.poi.poifs.filesystem.DirectoryNode,%20org.apache.poi.poifs.filesystem.DirectoryNode,%20java.util.List)">copyNodes</a></strong>(<a href="../../../org/apache/poi/poifs/filesystem/DirectoryNode.html" title="class in org.apache.poi.poifs.filesystem">DirectoryNode</a>&nbsp;sourceRoot,
-         <a href="../../../org/apache/poi/poifs/filesystem/DirectoryNode.html" title="class in org.apache.poi.poifs.filesystem">DirectoryNode</a>&nbsp;targetRoot,
-         java.util.List&lt;java.lang.String&gt;&nbsp;excepts)</code>
-<div class="block"><strong>Deprecated.</strong>&nbsp;
-<div class="block"><i>Use <a href="../../../org/apache/poi/poifs/filesystem/EntryUtils.html#copyNodes(org.apache.poi.poifs.filesystem.DirectoryEntry,%20org.apache.poi.poifs.filesystem.DirectoryEntry,%20java.util.List)"><code>EntryUtils.copyNodes(DirectoryEntry, DirectoryEntry, List)</code></a> instead</i></div>
-</div>
-</td>
-</tr>
-<tr class="altColor">
-<td class="colFirst"><code>protected void</code></td>
-<td class="colLast"><code><strong><a href="../../../org/apache/poi/POIDocument.html#copyNodes(org.apache.poi.poifs.filesystem.POIFSFileSystem,%20org.apache.poi.poifs.filesystem.POIFSFileSystem,%20java.util.List)">copyNodes</a></strong>(<a href="../../../org/apache/poi/poifs/filesystem/POIFSFileSystem.html" title="class in org.apache.poi.poifs.filesystem">POIFSFileSystem</a>&nbsp;source,
-         <a href="../../../org/apache/poi/poifs/filesystem/POIFSFileSystem.html" title="class in org.apache.poi.poifs.filesystem">POIFSFileSystem</a>&nbsp;target,
-         java.util.List&lt;java.lang.String&gt;&nbsp;excepts)</code>
-<div class="block"><strong>Deprecated.</strong>&nbsp;
-<div class="block"><i>Use <a href="../../../org/apache/poi/poifs/filesystem/EntryUtils.html#copyNodes(org.apache.poi.poifs.filesystem.DirectoryEntry,%20org.apache.poi.poifs.filesystem.DirectoryEntry,%20java.util.List)"><code>EntryUtils.copyNodes(DirectoryEntry, DirectoryEntry, List)</code></a> instead</i></div>
-</div>
-</td>
-</tr>
-<tr class="rowColor">
 <td class="colFirst"><code>void</code></td>
 <td class="colLast"><code><strong><a href="../../../org/apache/poi/POIDocument.html#createInformationProperties()">createInformationProperties</a></strong>()</code>
 <div class="block">Will create whichever of SummaryInformation
@@ -219,20 +189,20 @@ extends java.lang.Object</pre>
   are not already part of your document.</div>
 </td>
 </tr>
-<tr class="altColor">
+<tr class="rowColor">
 <td class="colFirst"><code><a href="../../../org/apache/poi/hpsf/DocumentSummaryInformation.html" title="class in org.apache.poi.hpsf">DocumentSummaryInformation</a></code></td>
 <td class="colLast"><code><strong><a href="../../../org/apache/poi/POIDocument.html#getDocumentSummaryInformation()">getDocumentSummaryInformation</a></strong>()</code>
 <div class="block">Fetch the Document Summary Information of the document</div>
 </td>
 </tr>
-<tr class="rowColor">
+<tr class="altColor">
 <td class="colFirst"><code>protected <a href="../../../org/apache/poi/hpsf/PropertySet.html" title="class in org.apache.poi.hpsf">PropertySet</a></code></td>
 <td class="colLast"><code><strong><a href="../../../org/apache/poi/POIDocument.html#getPropertySet(java.lang.String)">getPropertySet</a></strong>(java.lang.String&nbsp;setName)</code>
 <div class="block">For a given named property entry, either return it or null if
   if it wasn't found</div>
 </td>
 </tr>
-<tr class="altColor">
+<tr class="rowColor">
 <td class="colFirst"><code>protected <a href="../../../org/apache/poi/hpsf/PropertySet.html" title="class in org.apache.poi.hpsf">PropertySet</a></code></td>
 <td class="colLast"><code><strong><a href="../../../org/apache/poi/POIDocument.html#getPropertySet(java.lang.String,%20org.apache.poi.poifs.crypt.EncryptionInfo)">getPropertySet</a></strong>(java.lang.String&nbsp;setName,
               <a href="../../../org/apache/poi/poifs/crypt/EncryptionInfo.html" title="class in org.apache.poi.poifs.crypt">EncryptionInfo</a>&nbsp;encryptionInfo)</code>
@@ -240,43 +210,51 @@ extends java.lang.Object</pre>
   if it wasn't found</div>
 </td>
 </tr>
-<tr class="rowColor">
+<tr class="altColor">
 <td class="colFirst"><code><a href="../../../org/apache/poi/hpsf/SummaryInformation.html" title="class in org.apache.poi.hpsf">SummaryInformation</a></code></td>
 <td class="colLast"><code><strong><a href="../../../org/apache/poi/POIDocument.html#getSummaryInformation()">getSummaryInformation</a></strong>()</code>
 <div class="block">Fetch the Summary Information of the document</div>
 </td>
 </tr>
-<tr class="altColor">
+<tr class="rowColor">
 <td class="colFirst"><code>protected void</code></td>
 <td class="colLast"><code><strong><a href="../../../org/apache/poi/POIDocument.html#readProperties()">readProperties</a></strong>()</code>
 <div class="block">Find, and create objects for, the standard
   Document Information Properties (HPSF).</div>
 </td>
 </tr>
-<tr class="rowColor">
+<tr class="altColor">
 <td class="colFirst"><code>abstract void</code></td>
 <td class="colLast"><code><strong><a href="../../../org/apache/poi/POIDocument.html#write(java.io.OutputStream)">write</a></strong>(java.io.OutputStream&nbsp;out)</code>
 <div class="block">Writes the document out to the specified output stream.</div>
 </td>
 </tr>
+<tr class="rowColor">
+<td class="colFirst"><code>protected void</code></td>
+<td class="colLast"><code><strong><a href="../../../org/apache/poi/POIDocument.html#writeProperties()">writeProperties</a></strong>()</code>
+<div class="block">Writes out the updated standard Document Information Properties (HPSF)
+  into the currently open NPOIFSFileSystem
+ TODO Implement in-place update</div>
+</td>
+</tr>
 <tr class="altColor">
 <td class="colFirst"><code>protected void</code></td>
-<td class="colLast"><code><strong><a href="../../../org/apache/poi/POIDocument.html#writeProperties(org.apache.poi.poifs.filesystem.POIFSFileSystem)">writeProperties</a></strong>(<a href="../../../org/apache/poi/poifs/filesystem/POIFSFileSystem.html" title="class in org.apache.poi.poifs.filesystem">POIFSFileSystem</a>&nbsp;outFS)</code>
-<div class="block">Writes out the standard Documment Information Properties (HPSF)</div>
+<td class="colLast"><code><strong><a href="../../../org/apache/poi/POIDocument.html#writeProperties(org.apache.poi.poifs.filesystem.NPOIFSFileSystem)">writeProperties</a></strong>(<a href="../../../org/apache/poi/poifs/filesystem/NPOIFSFileSystem.html" title="class in org.apache.poi.poifs.filesystem">NPOIFSFileSystem</a>&nbsp;outFS)</code>
+<div class="block">Writes out the standard Document Information Properties (HPSF)</div>
 </td>
 </tr>
 <tr class="rowColor">
 <td class="colFirst"><code>protected void</code></td>
-<td class="colLast"><code><strong><a href="../../../org/apache/poi/POIDocument.html#writeProperties(org.apache.poi.poifs.filesystem.POIFSFileSystem,%20java.util.List)">writeProperties</a></strong>(<a href="../../../org/apache/poi/poifs/filesystem/POIFSFileSystem.html" title="class in org.apache.poi.poifs.filesystem">POIFSFileSystem</a>&nbsp;outFS,
+<td class="colLast"><code><strong><a href="../../../org/apache/poi/POIDocument.html#writeProperties(org.apache.poi.poifs.filesystem.NPOIFSFileSystem,%20java.util.List)">writeProperties</a></strong>(<a href="../../../org/apache/poi/poifs/filesystem/NPOIFSFileSystem.html" title="class in org.apache.poi.poifs.filesystem">NPOIFSFileSystem</a>&nbsp;outFS,
                java.util.List&lt;java.lang.String&gt;&nbsp;writtenEntries)</code>
-<div class="block">Writes out the standard Documment Information Properties (HPSF)</div>
+<div class="block">Writes out the standard Document Information Properties (HPSF)</div>
 </td>
 </tr>
 <tr class="altColor">
 <td class="colFirst"><code>protected void</code></td>
-<td class="colLast"><code><strong><a href="../../../org/apache/poi/POIDocument.html#writePropertySet(java.lang.String,%20org.apache.poi.hpsf.PropertySet,%20org.apache.poi.poifs.filesystem.POIFSFileSystem)">writePropertySet</a></strong>(java.lang.String&nbsp;name,
+<td class="colLast"><code><strong><a href="../../../org/apache/poi/POIDocument.html#writePropertySet(java.lang.String,%20org.apache.poi.hpsf.PropertySet,%20org.apache.poi.poifs.filesystem.NPOIFSFileSystem)">writePropertySet</a></strong>(java.lang.String&nbsp;name,
                 <a href="../../../org/apache/poi/hpsf/PropertySet.html" title="class in org.apache.poi.hpsf">PropertySet</a>&nbsp;set,
-                <a href="../../../org/apache/poi/poifs/filesystem/POIFSFileSystem.html" title="class in org.apache.poi.poifs.filesystem">POIFSFileSystem</a>&nbsp;outFS)</code>
+                <a href="../../../org/apache/poi/poifs/filesystem/NPOIFSFileSystem.html" title="class in org.apache.poi.poifs.filesystem">NPOIFSFileSystem</a>&nbsp;outFS)</code>
 <div class="block">Writes out a given ProperySet</div>
 </td>
 </tr>
@@ -331,34 +309,34 @@ extends java.lang.Object</pre>
 <dl><dt><span class="strong">Parameters:</span></dt><dd><code>dir</code> - The <a href="../../../org/apache/poi/poifs/filesystem/DirectoryNode.html" title="class in org.apache.poi.poifs.filesystem"><code>DirectoryNode</code></a> where information is read from.</dd></dl>
 </li>
 </ul>
-<a name="POIDocument(org.apache.poi.poifs.filesystem.DirectoryNode, org.apache.poi.poifs.filesystem.POIFSFileSystem)">
+<a name="POIDocument(org.apache.poi.poifs.filesystem.OPOIFSFileSystem)">
 <!--   -->
 </a>
 <ul class="blockList">
 <li class="blockList">
 <h4>POIDocument</h4>
-<pre>@Deprecated
-protected&nbsp;POIDocument(<a href="../../../org/apache/poi/poifs/filesystem/DirectoryNode.html" title="class in org.apache.poi.poifs.filesystem">DirectoryNode</a>&nbsp;dir,
-                      <a href="../../../org/apache/poi/poifs/filesystem/POIFSFileSystem.html" title="class in org.apache.poi.poifs.filesystem">POIFSFileSystem</a>&nbsp;fs)</pre>
-<div class="block"><span class="strong">Deprecated.</span>&nbsp;<i>use <a href="../../../org/apache/poi/POIDocument.html#POIDocument(org.apache.poi.poifs.filesystem.DirectoryNode)"><code>POIDocument(DirectoryNode)</code></a> instead</i></div>
+<pre>protected&nbsp;POIDocument(<a href="../../../org/apache/poi/poifs/filesystem/OPOIFSFileSystem.html" title="class in org.apache.poi.poifs.filesystem">OPOIFSFileSystem</a>&nbsp;fs)</pre>
+<div class="block">Constructs from an old-style OPOIFS</div>
 </li>
 </ul>
-<a name="POIDocument(org.apache.poi.poifs.filesystem.POIFSFileSystem)">
+<a name="POIDocument(org.apache.poi.poifs.filesystem.NPOIFSFileSystem)">
 <!--   -->
 </a>
 <ul class="blockList">
 <li class="blockList">
 <h4>POIDocument</h4>
-<pre>protected&nbsp;POIDocument(<a href="../../../org/apache/poi/poifs/filesystem/POIFSFileSystem.html" title="class in org.apache.poi.poifs.filesystem">POIFSFileSystem</a>&nbsp;fs)</pre>
+<pre>protected&nbsp;POIDocument(<a href="../../../org/apache/poi/poifs/filesystem/NPOIFSFileSystem.html" title="class in org.apache.poi.poifs.filesystem">NPOIFSFileSystem</a>&nbsp;fs)</pre>
+<div class="block">Constructs from an old-style OPOIFS</div>
 </li>
 </ul>
-<a name="POIDocument(org.apache.poi.poifs.filesystem.NPOIFSFileSystem)">
+<a name="POIDocument(org.apache.poi.poifs.filesystem.POIFSFileSystem)">
 <!--   -->
 </a>
 <ul class="blockListLast">
 <li class="blockList">
 <h4>POIDocument</h4>
-<pre>protected&nbsp;POIDocument(<a href="../../../org/apache/poi/poifs/filesystem/NPOIFSFileSystem.html" title="class in org.apache.poi.poifs.filesystem">NPOIFSFileSystem</a>&nbsp;fs)</pre>
+<pre>protected&nbsp;POIDocument(<a href="../../../org/apache/poi/poifs/filesystem/POIFSFileSystem.html" title="class in org.apache.poi.poifs.filesystem">POIFSFileSystem</a>&nbsp;fs)</pre>
+<div class="block">Constructs from the default POIFS</div>
 </li>
 </ul>
 </li>
@@ -449,38 +427,55 @@ protected&nbsp;POIDocument(<a href="../.
 <dt><span class="strong">Returns:</span></dt><dd>The value of the given property or null if it wasn't found.</dd></dl>
 </li>
 </ul>
-<a name="writeProperties(org.apache.poi.poifs.filesystem.POIFSFileSystem)">
+<a name="writeProperties()">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>writeProperties</h4>
+<pre>protected&nbsp;void&nbsp;writeProperties()
+                        throws java.io.IOException</pre>
+<div class="block">Writes out the updated standard Document Information Properties (HPSF)
+  into the currently open NPOIFSFileSystem
+ TODO Implement in-place update</div>
+<dl><dt><span class="strong">Throws:</span></dt>
+<dd><code>java.io.IOException</code> - if an error when writing to the open
+      <a href="../../../org/apache/poi/poifs/filesystem/NPOIFSFileSystem.html" title="class in org.apache.poi.poifs.filesystem"><code>NPOIFSFileSystem</code></a> occurs
+ TODO throws exception if open from stream not file</dd></dl>
+</li>
+</ul>
+<a name="writeProperties(org.apache.poi.poifs.filesystem.NPOIFSFileSystem)">
 <!--   -->
 </a>
 <ul class="blockList">
 <li class="blockList">
 <h4>writeProperties</h4>
-<pre>protected&nbsp;void&nbsp;writeProperties(<a href="../../../org/apache/poi/poifs/filesystem/POIFSFileSystem.html" title="class in org.apache.poi.poifs.filesystem">POIFSFileSystem</a>&nbsp;outFS)
+<pre>protected&nbsp;void&nbsp;writeProperties(<a href="../../../org/apache/poi/poifs/filesystem/NPOIFSFileSystem.html" title="class in org.apache.poi.poifs.filesystem">NPOIFSFileSystem</a>&nbsp;outFS)
                         throws java.io.IOException</pre>
-<div class="block">Writes out the standard Documment Information Properties (HPSF)</div>
+<div class="block">Writes out the standard Document Information Properties (HPSF)</div>
 <dl><dt><span class="strong">Parameters:</span></dt><dd><code>outFS</code> - the POIFSFileSystem to write the properties into</dd>
 <dt><span class="strong">Throws:</span></dt>
 <dd><code>java.io.IOException</code> - if an error when writing to the 
-      <a href="../../../org/apache/poi/poifs/filesystem/POIFSFileSystem.html" title="class in org.apache.poi.poifs.filesystem"><code>POIFSFileSystem</code></a> occurs</dd></dl>
+      <a href="../../../org/apache/poi/poifs/filesystem/NPOIFSFileSystem.html" title="class in org.apache.poi.poifs.filesystem"><code>NPOIFSFileSystem</code></a> occurs</dd></dl>
 </li>
 </ul>
-<a name="writeProperties(org.apache.poi.poifs.filesystem.POIFSFileSystem, java.util.List)">
+<a name="writeProperties(org.apache.poi.poifs.filesystem.NPOIFSFileSystem, java.util.List)">
 <!--   -->
 </a>
 <ul class="blockList">
 <li class="blockList">
 <h4>writeProperties</h4>
-<pre>protected&nbsp;void&nbsp;writeProperties(<a href="../../../org/apache/poi/poifs/filesystem/POIFSFileSystem.html" title="class in org.apache.poi.poifs.filesystem">POIFSFileSystem</a>&nbsp;outFS,
+<pre>protected&nbsp;void&nbsp;writeProperties(<a href="../../../org/apache/poi/poifs/filesystem/NPOIFSFileSystem.html" title="class in org.apache.poi.poifs.filesystem">NPOIFSFileSystem</a>&nbsp;outFS,
                    java.util.List&lt;java.lang.String&gt;&nbsp;writtenEntries)
                         throws java.io.IOException</pre>
-<div class="block">Writes out the standard Documment Information Properties (HPSF)</div>
-<dl><dt><span class="strong">Parameters:</span></dt><dd><code>outFS</code> - the POIFSFileSystem to write the properties into</dd><dd><code>writtenEntries</code> - a list of POIFS entries to add the property names too</dd>
+<div class="block">Writes out the standard Document Information Properties (HPSF)</div>
+<dl><dt><span class="strong">Parameters:</span></dt><dd><code>outFS</code> - the NPOIFSFileSystem to write the properties into</dd><dd><code>writtenEntries</code> - a list of POIFS entries to add the property names too</dd>
 <dt><span class="strong">Throws:</span></dt>
 <dd><code>java.io.IOException</code> - if an error when writing to the 
-      <a href="../../../org/apache/poi/poifs/filesystem/POIFSFileSystem.html" title="class in org.apache.poi.poifs.filesystem"><code>POIFSFileSystem</code></a> occurs</dd></dl>
+      <a href="../../../org/apache/poi/poifs/filesystem/NPOIFSFileSystem.html" title="class in org.apache.poi.poifs.filesystem"><code>NPOIFSFileSystem</code></a> occurs</dd></dl>
 </li>
 </ul>
-<a name="writePropertySet(java.lang.String, org.apache.poi.hpsf.PropertySet, org.apache.poi.poifs.filesystem.POIFSFileSystem)">
+<a name="writePropertySet(java.lang.String, org.apache.poi.hpsf.PropertySet, org.apache.poi.poifs.filesystem.NPOIFSFileSystem)">
 <!--   -->
 </a>
 <ul class="blockList">
@@ -488,19 +483,19 @@ protected&nbsp;POIDocument(<a href="../.
 <h4>writePropertySet</h4>
 <pre>protected&nbsp;void&nbsp;writePropertySet(java.lang.String&nbsp;name,
                     <a href="../../../org/apache/poi/hpsf/PropertySet.html" title="class in org.apache.poi.hpsf">PropertySet</a>&nbsp;set,
-                    <a href="../../../org/apache/poi/poifs/filesystem/POIFSFileSystem.html" title="class in org.apache.poi.poifs.filesystem">POIFSFileSystem</a>&nbsp;outFS)
+                    <a href="../../../org/apache/poi/poifs/filesystem/NPOIFSFileSystem.html" title="class in org.apache.poi.poifs.filesystem">NPOIFSFileSystem</a>&nbsp;outFS)
                          throws java.io.IOException</pre>
 <div class="block">Writes out a given ProperySet</div>
-<dl><dt><span class="strong">Parameters:</span></dt><dd><code>name</code> - the (POIFS Level) name of the property to write</dd><dd><code>set</code> - the PropertySet to write out</dd><dd><code>outFS</code> - the POIFSFileSystem to write the property into</dd>
+<dl><dt><span class="strong">Parameters:</span></dt><dd><code>name</code> - the (POIFS Level) name of the property to write</dd><dd><code>set</code> - the PropertySet to write out</dd><dd><code>outFS</code> - the NPOIFSFileSystem to write the property into</dd>
 <dt><span class="strong">Throws:</span></dt>
 <dd><code>java.io.IOException</code> - if an error when writing to the 
-      <a href="../../../org/apache/poi/poifs/filesystem/POIFSFileSystem.html" title="class in org.apache.poi.poifs.filesystem"><code>POIFSFileSystem</code></a> occurs</dd></dl>
+      <a href="../../../org/apache/poi/poifs/filesystem/NPOIFSFileSystem.html" title="class in org.apache.poi.poifs.filesystem"><code>NPOIFSFileSystem</code></a> occurs</dd></dl>
 </li>
 </ul>
 <a name="write(java.io.OutputStream)">
 <!--   -->
 </a>
-<ul class="blockList">
+<ul class="blockListLast">
 <li class="blockList">
 <h4>write</h4>
 <pre>public abstract&nbsp;void&nbsp;write(java.io.OutputStream&nbsp;out)
@@ -512,60 +507,6 @@ protected&nbsp;POIDocument(<a href="../.
 <dd><code>java.io.IOException</code> - thrown on errors writing to the stream</dd></dl>
 </li>
 </ul>
-<a name="copyNodes(org.apache.poi.poifs.filesystem.POIFSFileSystem, org.apache.poi.poifs.filesystem.POIFSFileSystem, java.util.List)">
-<!--   -->
-</a>
-<ul class="blockList">
-<li class="blockList">
-<h4>copyNodes</h4>
-<pre>@Deprecated
-protected&nbsp;void&nbsp;copyNodes(<a href="../../../org/apache/poi/poifs/filesystem/POIFSFileSystem.html" title="class in org.apache.poi.poifs.filesystem">POIFSFileSystem</a>&nbsp;source,
-                        <a href="../../../org/apache/poi/poifs/filesystem/POIFSFileSystem.html" title="class in org.apache.poi.poifs.filesystem">POIFSFileSystem</a>&nbsp;target,
-                        java.util.List&lt;java.lang.String&gt;&nbsp;excepts)
-                  throws java.io.IOException</pre>
-<div class="block"><span class="strong">Deprecated.</span>&nbsp;<i>Use <a href="../../../org/apache/poi/poifs/filesystem/EntryUtils.html#copyNodes(org.apache.poi.poifs.filesystem.DirectoryEntry,%20org.apache.poi.poifs.filesystem.DirectoryEntry,%20java.util.List)"><code>EntryUtils.copyNodes(DirectoryEntry, DirectoryEntry, List)</code></a> instead</i></div>
-<div class="block">Copies nodes from one POIFS to the other minus the excepts</div>
-<dl><dt><span class="strong">Parameters:</span></dt><dd><code>source</code> - is the source POIFS to copy from</dd><dd><code>target</code> - is the target POIFS to copy to</dd><dd><code>excepts</code> - is a list of Strings specifying what nodes NOT to copy</dd>
-<dt><span class="strong">Throws:</span></dt>
-<dd><code>java.io.IOException</code> - thrown on errors writing to the target file system.</dd></dl>
-</li>
-</ul>
-<a name="copyNodes(org.apache.poi.poifs.filesystem.DirectoryNode, org.apache.poi.poifs.filesystem.DirectoryNode, java.util.List)">
-<!--   -->
-</a>
-<ul class="blockList">
-<li class="blockList">
-<h4>copyNodes</h4>
-<pre>@Deprecated
-protected&nbsp;void&nbsp;copyNodes(<a href="../../../org/apache/poi/poifs/filesystem/DirectoryNode.html" title="class in org.apache.poi.poifs.filesystem">DirectoryNode</a>&nbsp;sourceRoot,
-                        <a href="../../../org/apache/poi/poifs/filesystem/DirectoryNode.html" title="class in org.apache.poi.poifs.filesystem">DirectoryNode</a>&nbsp;targetRoot,
-                        java.util.List&lt;java.lang.String&gt;&nbsp;excepts)
-                  throws java.io.IOException</pre>
-<div class="block"><span class="strong">Deprecated.</span>&nbsp;<i>Use <a href="../../../org/apache/poi/poifs/filesystem/EntryUtils.html#copyNodes(org.apache.poi.poifs.filesystem.DirectoryEntry,%20org.apache.poi.poifs.filesystem.DirectoryEntry,%20java.util.List)"><code>EntryUtils.copyNodes(DirectoryEntry, DirectoryEntry, List)</code></a> instead</i></div>
-<div class="block">Copies nodes from one POIFS to the other minus the excepts</div>
-<dl><dt><span class="strong">Parameters:</span></dt><dd><code>sourceRoot</code> - is the source POIFS to copy from</dd><dd><code>targetRoot</code> - is the target POIFS to copy to</dd><dd><code>excepts</code> - is a list of Strings specifying what nodes NOT to copy</dd>
-<dt><span class="strong">Throws:</span></dt>
-<dd><code>java.io.IOException</code> - thrown on errors writing to the target directory node.</dd></dl>
-</li>
-</ul>
-<a name="copyNodeRecursively(org.apache.poi.poifs.filesystem.Entry, org.apache.poi.poifs.filesystem.DirectoryEntry)">
-<!--   -->
-</a>
-<ul class="blockListLast">
-<li class="blockList">
-<h4>copyNodeRecursively</h4>
-<pre><a href="../../../org/apache/poi/util/Internal.html" title="annotation in org.apache.poi.util">@Internal</a>
-@Deprecated
-protected&nbsp;void&nbsp;copyNodeRecursively(<a href="../../../org/apache/poi/poifs/filesystem/Entry.html" title="interface in org.apache.poi.poifs.filesystem">Entry</a>&nbsp;entry,
-                                           <a href="../../../org/apache/poi/poifs/filesystem/DirectoryEntry.html" title="interface in org.apache.poi.poifs.filesystem">DirectoryEntry</a>&nbsp;target)
-                            throws java.io.IOException</pre>
-<div class="block"><span class="strong">Deprecated.</span>&nbsp;<i>Use <a href="../../../org/apache/poi/poifs/filesystem/EntryUtils.html#copyNodeRecursively(org.apache.poi.poifs.filesystem.Entry,%20org.apache.poi.poifs.filesystem.DirectoryEntry)"><code>EntryUtils.copyNodeRecursively(Entry, DirectoryEntry)</code></a> instead</i></div>
-<div class="block">Copies an Entry into a target POIFS directory, recursively</div>
-<dl><dt><span class="strong">Parameters:</span></dt><dd><code>entry</code> - the entry to copy from</dd><dd><code>target</code> - the entry to write to</dd>
-<dt><span class="strong">Throws:</span></dt>
-<dd><code>java.io.IOException</code> - thrown on errors writing to the target directory entry.</dd></dl>
-</li>
-</ul>
 </li>
 </ul>
 </li>

Modified: poi/site/publish/apidocs/org/apache/poi/POIOLE2TextExtractor.html
URL: http://svn.apache.org/viewvc/poi/site/publish/apidocs/org/apache/poi/POIOLE2TextExtractor.html?rev=1678837&r1=1678836&r2=1678837&view=diff
==============================================================================
--- poi/site/publish/apidocs/org/apache/poi/POIOLE2TextExtractor.html (original)
+++ poi/site/publish/apidocs/org/apache/poi/POIOLE2TextExtractor.html Mon May 11 23:44:49 2015
@@ -177,27 +177,19 @@ extends <a href="../../../org/apache/poi
 </td>
 </tr>
 <tr class="rowColor">
-<td class="colFirst"><code><a href="../../../org/apache/poi/poifs/filesystem/POIFSFileSystem.html" title="class in org.apache.poi.poifs.filesystem">POIFSFileSystem</a></code></td>
-<td class="colLast"><code><strong><a href="../../../org/apache/poi/POIOLE2TextExtractor.html#getFileSystem()">getFileSystem</a></strong>()</code>
-<div class="block"><strong>Deprecated.</strong>&nbsp;
-<div class="block"><i>Use <a href="../../../org/apache/poi/POIOLE2TextExtractor.html#getRoot()"><code>getRoot()</code></a> instead</i></div>
-</div>
-</td>
-</tr>
-<tr class="altColor">
 <td class="colFirst"><code><a href="../../../org/apache/poi/POITextExtractor.html" title="class in org.apache.poi">POITextExtractor</a></code></td>
 <td class="colLast"><code><strong><a href="../../../org/apache/poi/POIOLE2TextExtractor.html#getMetadataTextExtractor()">getMetadataTextExtractor</a></strong>()</code>
 <div class="block">Returns an HPSF powered text extractor for the
   document properties metadata, such as title and author.</div>
 </td>
 </tr>
-<tr class="rowColor">
+<tr class="altColor">
 <td class="colFirst"><code><a href="../../../org/apache/poi/poifs/filesystem/DirectoryEntry.html" title="interface in org.apache.poi.poifs.filesystem">DirectoryEntry</a></code></td>
 <td class="colLast"><code><strong><a href="../../../org/apache/poi/POIOLE2TextExtractor.html#getRoot()">getRoot</a></strong>()</code>
 <div class="block">Return the underlying DirectoryEntry of this document.</div>
 </td>
 </tr>
-<tr class="altColor">
+<tr class="rowColor">
 <td class="colFirst"><code><a href="../../../org/apache/poi/hpsf/SummaryInformation.html" title="class in org.apache.poi.hpsf">SummaryInformation</a></code></td>
 <td class="colLast"><code><strong><a href="../../../org/apache/poi/POIOLE2TextExtractor.html#getSummaryInformation()">getSummaryInformation</a></strong>()</code>
 <div class="block">Returns the summary information metadata for the document.</div>
@@ -293,7 +285,7 @@ extends <a href="../../../org/apache/poi
 <a name="getRoot()">
 <!--   -->
 </a>
-<ul class="blockList">
+<ul class="blockListLast">
 <li class="blockList">
 <h4>getRoot</h4>
 <pre>public&nbsp;<a href="../../../org/apache/poi/poifs/filesystem/DirectoryEntry.html" title="interface in org.apache.poi.poifs.filesystem">DirectoryEntry</a>&nbsp;getRoot()</pre>
@@ -301,19 +293,6 @@ extends <a href="../../../org/apache/poi
 <dl><dt><span class="strong">Returns:</span></dt><dd>the DirectoryEntry that is associated with the POIDocument of this extractor.</dd></dl>
 </li>
 </ul>
-<a name="getFileSystem()">
-<!--   -->
-</a>
-<ul class="blockListLast">
-<li class="blockList">
-<h4>getFileSystem</h4>
-<pre>@Deprecated
-public&nbsp;<a href="../../../org/apache/poi/poifs/filesystem/POIFSFileSystem.html" title="class in org.apache.poi.poifs.filesystem">POIFSFileSystem</a>&nbsp;getFileSystem()</pre>
-<div class="block"><span class="strong">Deprecated.</span>&nbsp;<i>Use <a href="../../../org/apache/poi/POIOLE2TextExtractor.html#getRoot()"><code>getRoot()</code></a> instead</i></div>
-<div class="block">Return the underlying POIFS FileSystem of this document.</div>
-<dl><dt><span class="strong">Returns:</span></dt><dd>the POIFSFileSystem that is associated with the POIDocument of this extractor.</dd></dl>
-</li>
-</ul>
 </li>
 </ul>
 </li>

Modified: poi/site/publish/apidocs/org/apache/poi/class-use/POIOLE2TextExtractor.html
URL: http://svn.apache.org/viewvc/poi/site/publish/apidocs/org/apache/poi/class-use/POIOLE2TextExtractor.html?rev=1678837&r1=1678836&r2=1678837&view=diff
==============================================================================
--- poi/site/publish/apidocs/org/apache/poi/class-use/POIOLE2TextExtractor.html (original)
+++ poi/site/publish/apidocs/org/apache/poi/class-use/POIOLE2TextExtractor.html Mon May 11 23:44:49 2015
@@ -119,6 +119,14 @@
 <tbody>
 <tr class="altColor">
 <td class="colFirst"><code>static <a href="../../../../org/apache/poi/POIOLE2TextExtractor.html" title="class in org.apache.poi">POIOLE2TextExtractor</a></code></td>
+<td class="colLast"><span class="strong">ExtractorFactory.</span><code><strong><a href="../../../../org/apache/poi/extractor/ExtractorFactory.html#createExtractor(org.apache.poi.poifs.filesystem.NPOIFSFileSystem)">createExtractor</a></strong>(<a href="../../../../org/apache/poi/poifs/filesystem/NPOIFSFileSystem.html" title="class in org.apache.poi.poifs.filesystem">NPOIFSFileSystem</a>&nbsp;fs)</code>&nbsp;</td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><code>static <a href="../../../../org/apache/poi/POIOLE2TextExtractor.html" title="class in org.apache.poi">POIOLE2TextExtractor</a></code></td>
+<td class="colLast"><span class="strong">ExtractorFactory.</span><code><strong><a href="../../../../org/apache/poi/extractor/ExtractorFactory.html#createExtractor(org.apache.poi.poifs.filesystem.OPOIFSFileSystem)">createExtractor</a></strong>(<a href="../../../../org/apache/poi/poifs/filesystem/OPOIFSFileSystem.html" title="class in org.apache.poi.poifs.filesystem">OPOIFSFileSystem</a>&nbsp;fs)</code>&nbsp;</td>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><code>static <a href="../../../../org/apache/poi/POIOLE2TextExtractor.html" title="class in org.apache.poi">POIOLE2TextExtractor</a></code></td>
 <td class="colLast"><span class="strong">ExtractorFactory.</span><code><strong><a href="../../../../org/apache/poi/extractor/ExtractorFactory.html#createExtractor(org.apache.poi.poifs.filesystem.POIFSFileSystem)">createExtractor</a></strong>(<a href="../../../../org/apache/poi/poifs/filesystem/POIFSFileSystem.html" title="class in org.apache.poi.poifs.filesystem">POIFSFileSystem</a>&nbsp;fs)</code>&nbsp;</td>
 </tr>
 </tbody>

Modified: poi/site/publish/apidocs/org/apache/poi/class-use/POITextExtractor.html
URL: http://svn.apache.org/viewvc/poi/site/publish/apidocs/org/apache/poi/class-use/POITextExtractor.html?rev=1678837&r1=1678836&r2=1678837&view=diff
==============================================================================
--- poi/site/publish/apidocs/org/apache/poi/class-use/POITextExtractor.html (original)
+++ poi/site/publish/apidocs/org/apache/poi/class-use/POITextExtractor.html Mon May 11 23:44:49 2015
@@ -217,29 +217,20 @@
 </tr>
 <tr class="rowColor">
 <td class="colFirst"><code>static <a href="../../../../org/apache/poi/POITextExtractor.html" title="class in org.apache.poi">POITextExtractor</a></code></td>
-<td class="colLast"><span class="strong">ExtractorFactory.</span><code><strong><a href="../../../../org/apache/poi/extractor/ExtractorFactory.html#createExtractor(org.apache.poi.poifs.filesystem.DirectoryNode,%20org.apache.poi.poifs.filesystem.POIFSFileSystem)">createExtractor</a></strong>(<a href="../../../../org/apache/poi/poifs/filesystem/DirectoryNode.html" title="class in org.apache.poi.poifs.filesystem">DirectoryNode</a>&nbsp;poifsDir,
-               <a href="../../../../org/apache/poi/poifs/filesystem/POIFSFileSystem.html" title="class in org.apache.poi.poifs.filesystem">POIFSFileSystem</a>&nbsp;fs)</code>
-<div class="block"><strong>Deprecated.</strong>&nbsp;
-<div class="block"><i>Use <a href="../../../../org/apache/poi/extractor/ExtractorFactory.html#createExtractor(org.apache.poi.poifs.filesystem.DirectoryNode)"><code>ExtractorFactory.createExtractor(DirectoryNode)</code></a> instead</i></div>
-</div>
-</td>
-</tr>
-<tr class="altColor">
-<td class="colFirst"><code>static <a href="../../../../org/apache/poi/POITextExtractor.html" title="class in org.apache.poi">POITextExtractor</a></code></td>
 <td class="colLast"><span class="strong">ExtractorFactory.</span><code><strong><a href="../../../../org/apache/poi/extractor/ExtractorFactory.html#createExtractor(java.io.File)">createExtractor</a></strong>(java.io.File&nbsp;f)</code>&nbsp;</td>
 </tr>
-<tr class="rowColor">
+<tr class="altColor">
 <td class="colFirst"><code>static <a href="../../../../org/apache/poi/POITextExtractor.html" title="class in org.apache.poi">POITextExtractor</a></code></td>
 <td class="colLast"><span class="strong">ExtractorFactory.</span><code><strong><a href="../../../../org/apache/poi/extractor/ExtractorFactory.html#createExtractor(java.io.InputStream)">createExtractor</a></strong>(java.io.InputStream&nbsp;inp)</code>&nbsp;</td>
 </tr>
-<tr class="altColor">
+<tr class="rowColor">
 <td class="colFirst"><code>static <a href="../../../../org/apache/poi/POITextExtractor.html" title="class in org.apache.poi">POITextExtractor</a>[]</code></td>
 <td class="colLast"><span class="strong">ExtractorFactory.</span><code><strong><a href="../../../../org/apache/poi/extractor/ExtractorFactory.html#getEmbededDocsTextExtractors(org.apache.poi.POIOLE2TextExtractor)">getEmbededDocsTextExtractors</a></strong>(<a href="../../../../org/apache/poi/POIOLE2TextExtractor.html" title="class in org.apache.poi">POIOLE2TextExtractor</a>&nbsp;ext)</code>
 <div class="block">Returns an array of text extractors, one for each of
   the embedded documents in the file (if there are any).</div>
 </td>
 </tr>
-<tr class="rowColor">
+<tr class="altColor">
 <td class="colFirst"><code>static <a href="../../../../org/apache/poi/POITextExtractor.html" title="class in org.apache.poi">POITextExtractor</a>[]</code></td>
 <td class="colLast"><span class="strong">ExtractorFactory.</span><code><strong><a href="../../../../org/apache/poi/extractor/ExtractorFactory.html#getEmbededDocsTextExtractors(org.apache.poi.POIXMLTextExtractor)">getEmbededDocsTextExtractors</a></strong>(<a href="../../../../org/apache/poi/POIXMLTextExtractor.html" title="class in org.apache.poi">POIXMLTextExtractor</a>&nbsp;ext)</code>
 <div class="block">Returns an array of text extractors, one for each of

Modified: poi/site/publish/apidocs/org/apache/poi/class-use/POIXMLDocumentPart.html
URL: http://svn.apache.org/viewvc/poi/site/publish/apidocs/org/apache/poi/class-use/POIXMLDocumentPart.html?rev=1678837&r1=1678836&r2=1678837&view=diff
==============================================================================
--- poi/site/publish/apidocs/org/apache/poi/class-use/POIXMLDocumentPart.html (original)
+++ poi/site/publish/apidocs/org/apache/poi/class-use/POIXMLDocumentPart.html Mon May 11 23:44:49 2015
@@ -681,7 +681,10 @@
 </tr>
 <tr class="altColor">
 <td class="colFirst"><code>class&nbsp;</code></td>
-<td class="colLast"><code><strong><a href="../../../../org/apache/poi/xwpf/usermodel/XWPFStyles.html" title="class in org.apache.poi.xwpf.usermodel">XWPFStyles</a></strong></code>&nbsp;</td>
+<td class="colLast"><code><strong><a href="../../../../org/apache/poi/xwpf/usermodel/XWPFStyles.html" title="class in org.apache.poi.xwpf.usermodel">XWPFStyles</a></strong></code>
+<div class="block">Holds details of built-in, default and user styles, which
+  apply to tables / paragraphs / lists etc.</div>
+</td>
 </tr>
 </tbody>
 </table>

Modified: poi/site/publish/apidocs/org/apache/poi/extractor/ExtractorFactory.html
URL: http://svn.apache.org/viewvc/poi/site/publish/apidocs/org/apache/poi/extractor/ExtractorFactory.html?rev=1678837&r1=1678836&r2=1678837&view=diff
==============================================================================
--- poi/site/publish/apidocs/org/apache/poi/extractor/ExtractorFactory.html (original)
+++ poi/site/publish/apidocs/org/apache/poi/extractor/ExtractorFactory.html Mon May 11 23:44:49 2015
@@ -166,20 +166,15 @@ extends java.lang.Object</pre>
 </tr>
 <tr class="rowColor">
 <td class="colFirst"><code>static <a href="../../../../org/apache/poi/POITextExtractor.html" title="class in org.apache.poi">POITextExtractor</a></code></td>
-<td class="colLast"><code><strong><a href="../../../../org/apache/poi/extractor/ExtractorFactory.html#createExtractor(org.apache.poi.poifs.filesystem.DirectoryNode,%20org.apache.poi.poifs.filesystem.POIFSFileSystem)">createExtractor</a></strong>(<a href="../../../../org/apache/poi/poifs/filesystem/DirectoryNode.html" title="class in org.apache.poi.poifs.filesystem">DirectoryNode</a>&nbsp;poifsDir,
-               <a href="../../../../org/apache/poi/poifs/filesystem/POIFSFileSystem.html" title="class in org.apache.poi.poifs.filesystem">POIFSFileSystem</a>&nbsp;fs)</code>
-<div class="block"><strong>Deprecated.</strong>&nbsp;
-<div class="block"><i>Use <a href="../../../../org/apache/poi/extractor/ExtractorFactory.html#createExtractor(org.apache.poi.poifs.filesystem.DirectoryNode)"><code>createExtractor(DirectoryNode)</code></a> instead</i></div>
-</div>
-</td>
+<td class="colLast"><code><strong><a href="../../../../org/apache/poi/extractor/ExtractorFactory.html#createExtractor(java.io.File)">createExtractor</a></strong>(java.io.File&nbsp;f)</code>&nbsp;</td>
 </tr>
 <tr class="altColor">
 <td class="colFirst"><code>static <a href="../../../../org/apache/poi/POITextExtractor.html" title="class in org.apache.poi">POITextExtractor</a></code></td>
-<td class="colLast"><code><strong><a href="../../../../org/apache/poi/extractor/ExtractorFactory.html#createExtractor(java.io.File)">createExtractor</a></strong>(java.io.File&nbsp;f)</code>&nbsp;</td>
+<td class="colLast"><code><strong><a href="../../../../org/apache/poi/extractor/ExtractorFactory.html#createExtractor(java.io.InputStream)">createExtractor</a></strong>(java.io.InputStream&nbsp;inp)</code>&nbsp;</td>
 </tr>
 <tr class="rowColor">
-<td class="colFirst"><code>static <a href="../../../../org/apache/poi/POITextExtractor.html" title="class in org.apache.poi">POITextExtractor</a></code></td>
-<td class="colLast"><code><strong><a href="../../../../org/apache/poi/extractor/ExtractorFactory.html#createExtractor(java.io.InputStream)">createExtractor</a></strong>(java.io.InputStream&nbsp;inp)</code>&nbsp;</td>
+<td class="colFirst"><code>static <a href="../../../../org/apache/poi/POIOLE2TextExtractor.html" title="class in org.apache.poi">POIOLE2TextExtractor</a></code></td>
+<td class="colLast"><code><strong><a href="../../../../org/apache/poi/extractor/ExtractorFactory.html#createExtractor(org.apache.poi.poifs.filesystem.NPOIFSFileSystem)">createExtractor</a></strong>(<a href="../../../../org/apache/poi/poifs/filesystem/NPOIFSFileSystem.html" title="class in org.apache.poi.poifs.filesystem">NPOIFSFileSystem</a>&nbsp;fs)</code>&nbsp;</td>
 </tr>
 <tr class="altColor">
 <td class="colFirst"><code>static <a href="../../../../org/apache/poi/POIXMLTextExtractor.html" title="class in org.apache.poi">POIXMLTextExtractor</a></code></td>
@@ -187,9 +182,13 @@ extends java.lang.Object</pre>
 </tr>
 <tr class="rowColor">
 <td class="colFirst"><code>static <a href="../../../../org/apache/poi/POIOLE2TextExtractor.html" title="class in org.apache.poi">POIOLE2TextExtractor</a></code></td>
-<td class="colLast"><code><strong><a href="../../../../org/apache/poi/extractor/ExtractorFactory.html#createExtractor(org.apache.poi.poifs.filesystem.POIFSFileSystem)">createExtractor</a></strong>(<a href="../../../../org/apache/poi/poifs/filesystem/POIFSFileSystem.html" title="class in org.apache.poi.poifs.filesystem">POIFSFileSystem</a>&nbsp;fs)</code>&nbsp;</td>
+<td class="colLast"><code><strong><a href="../../../../org/apache/poi/extractor/ExtractorFactory.html#createExtractor(org.apache.poi.poifs.filesystem.OPOIFSFileSystem)">createExtractor</a></strong>(<a href="../../../../org/apache/poi/poifs/filesystem/OPOIFSFileSystem.html" title="class in org.apache.poi.poifs.filesystem">OPOIFSFileSystem</a>&nbsp;fs)</code>&nbsp;</td>
 </tr>
 <tr class="altColor">
+<td class="colFirst"><code>static <a href="../../../../org/apache/poi/POIOLE2TextExtractor.html" title="class in org.apache.poi">POIOLE2TextExtractor</a></code></td>
+<td class="colLast"><code><strong><a href="../../../../org/apache/poi/extractor/ExtractorFactory.html#createExtractor(org.apache.poi.poifs.filesystem.POIFSFileSystem)">createExtractor</a></strong>(<a href="../../../../org/apache/poi/poifs/filesystem/POIFSFileSystem.html" title="class in org.apache.poi.poifs.filesystem">POIFSFileSystem</a>&nbsp;fs)</code>&nbsp;</td>
+</tr>
+<tr class="rowColor">
 <td class="colFirst"><code>static java.lang.Boolean</code></td>
 <td class="colLast"><code><strong><a href="../../../../org/apache/poi/extractor/ExtractorFactory.html#getAllThreadsPreferEventExtractors()">getAllThreadsPreferEventExtractors</a></strong>()</code>
 <div class="block">Should all threads prefer event based over usermodel based extractors?
@@ -197,28 +196,28 @@ extends java.lang.Object</pre>
  Default is to use the thread level setting, which defaults to false.</div>
 </td>
 </tr>
-<tr class="rowColor">
+<tr class="altColor">
 <td class="colFirst"><code>static <a href="../../../../org/apache/poi/POITextExtractor.html" title="class in org.apache.poi">POITextExtractor</a>[]</code></td>
 <td class="colLast"><code><strong><a href="../../../../org/apache/poi/extractor/ExtractorFactory.html#getEmbededDocsTextExtractors(org.apache.poi.POIOLE2TextExtractor)">getEmbededDocsTextExtractors</a></strong>(<a href="../../../../org/apache/poi/POIOLE2TextExtractor.html" title="class in org.apache.poi">POIOLE2TextExtractor</a>&nbsp;ext)</code>
 <div class="block">Returns an array of text extractors, one for each of
   the embedded documents in the file (if there are any).</div>
 </td>
 </tr>
-<tr class="altColor">
+<tr class="rowColor">
 <td class="colFirst"><code>static <a href="../../../../org/apache/poi/POITextExtractor.html" title="class in org.apache.poi">POITextExtractor</a>[]</code></td>
 <td class="colLast"><code><strong><a href="../../../../org/apache/poi/extractor/ExtractorFactory.html#getEmbededDocsTextExtractors(org.apache.poi.POIXMLTextExtractor)">getEmbededDocsTextExtractors</a></strong>(<a href="../../../../org/apache/poi/POIXMLTextExtractor.html" title="class in org.apache.poi">POIXMLTextExtractor</a>&nbsp;ext)</code>
 <div class="block">Returns an array of text extractors, one for each of
   the embeded documents in the file (if there are any).</div>
 </td>
 </tr>
-<tr class="rowColor">
+<tr class="altColor">
 <td class="colFirst"><code>protected static boolean</code></td>
 <td class="colLast"><code><strong><a href="../../../../org/apache/poi/extractor/ExtractorFactory.html#getPreferEventExtractor()">getPreferEventExtractor</a></strong>()</code>
 <div class="block">Should this thread use event based extractors is available?
  Checks the all-threads one first, then thread specific.</div>
 </td>
 </tr>
-<tr class="altColor">
+<tr class="rowColor">
 <td class="colFirst"><code>static boolean</code></td>
 <td class="colLast"><code><strong><a href="../../../../org/apache/poi/extractor/ExtractorFactory.html#getThreadPrefersEventExtractors()">getThreadPrefersEventExtractors</a></strong>()</code>
 <div class="block">Should this thread prefer event based over usermodel based extractors?
@@ -226,14 +225,14 @@ extends java.lang.Object</pre>
  Default is false.</div>
 </td>
 </tr>
-<tr class="rowColor">
+<tr class="altColor">
 <td class="colFirst"><code>static void</code></td>
 <td class="colLast"><code><strong><a href="../../../../org/apache/poi/extractor/ExtractorFactory.html#setAllThreadsPreferEventExtractors(java.lang.Boolean)">setAllThreadsPreferEventExtractors</a></strong>(java.lang.Boolean&nbsp;preferEventExtractors)</code>
 <div class="block">Should all threads prefer event based over usermodel based extractors?
  If set, will take preference over the Thread level setting.</div>
 </td>
 </tr>
-<tr class="altColor">
+<tr class="rowColor">
 <td class="colFirst"><code>static void</code></td>
 <td class="colLast"><code><strong><a href="../../../../org/apache/poi/extractor/ExtractorFactory.html#setThreadPrefersEventExtractors(boolean)">setThreadPrefersEventExtractors</a></strong>(boolean&nbsp;preferEventExtractors)</code>
 <div class="block">Should this thread prefer event based over usermodel based extractors?
@@ -444,20 +443,35 @@ extends java.lang.Object</pre>
 <dd><code>org.apache.xmlbeans.XmlException</code></dd></dl>
 </li>
 </ul>
-<a name="createExtractor(org.apache.poi.poifs.filesystem.DirectoryNode, org.apache.poi.poifs.filesystem.POIFSFileSystem)">
+<a name="createExtractor(org.apache.poi.poifs.filesystem.NPOIFSFileSystem)">
 <!--   -->
 </a>
 <ul class="blockList">
 <li class="blockList">
 <h4>createExtractor</h4>
-<pre>@Deprecated
-public static&nbsp;<a href="../../../../org/apache/poi/POITextExtractor.html" title="class in org.apache.poi">POITextExtractor</a>&nbsp;createExtractor(<a href="../../../../org/apache/poi/poifs/filesystem/DirectoryNode.html" title="class in org.apache.poi.poifs.filesystem">DirectoryNode</a>&nbsp;poifsDir,
-                                          <a href="../../../../org/apache/poi/poifs/filesystem/POIFSFileSystem.html" title="class in org.apache.poi.poifs.filesystem">POIFSFileSystem</a>&nbsp;fs)
-                                        throws java.io.IOException,
-                                               <a href="../../../../org/apache/poi/openxml4j/exceptions/InvalidFormatException.html" title="class in org.apache.poi.openxml4j.exceptions">InvalidFormatException</a>,
-                                               <a href="../../../../org/apache/poi/openxml4j/exceptions/OpenXML4JException.html" title="class in org.apache.poi.openxml4j.exceptions">OpenXML4JException</a>,
-                                               org.apache.xmlbeans.XmlException</pre>
-<div class="block"><span class="strong">Deprecated.</span>&nbsp;<i>Use <a href="../../../../org/apache/poi/extractor/ExtractorFactory.html#createExtractor(org.apache.poi.poifs.filesystem.DirectoryNode)"><code>createExtractor(DirectoryNode)</code></a> instead</i></div>
+<pre>public static&nbsp;<a href="../../../../org/apache/poi/POIOLE2TextExtractor.html" title="class in org.apache.poi">POIOLE2TextExtractor</a>&nbsp;createExtractor(<a href="../../../../org/apache/poi/poifs/filesystem/NPOIFSFileSystem.html" title="class in org.apache.poi.poifs.filesystem">NPOIFSFileSystem</a>&nbsp;fs)
+                                            throws java.io.IOException,
+                                                   <a href="../../../../org/apache/poi/openxml4j/exceptions/InvalidFormatException.html" title="class in org.apache.poi.openxml4j.exceptions">InvalidFormatException</a>,
+                                                   <a href="../../../../org/apache/poi/openxml4j/exceptions/OpenXML4JException.html" title="class in org.apache.poi.openxml4j.exceptions">OpenXML4JException</a>,
+                                                   org.apache.xmlbeans.XmlException</pre>
+<dl><dt><span class="strong">Throws:</span></dt>
+<dd><code>java.io.IOException</code></dd>
+<dd><code><a href="../../../../org/apache/poi/openxml4j/exceptions/InvalidFormatException.html" title="class in org.apache.poi.openxml4j.exceptions">InvalidFormatException</a></code></dd>
+<dd><code><a href="../../../../org/apache/poi/openxml4j/exceptions/OpenXML4JException.html" title="class in org.apache.poi.openxml4j.exceptions">OpenXML4JException</a></code></dd>
+<dd><code>org.apache.xmlbeans.XmlException</code></dd></dl>
+</li>
+</ul>
+<a name="createExtractor(org.apache.poi.poifs.filesystem.OPOIFSFileSystem)">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>createExtractor</h4>
+<pre>public static&nbsp;<a href="../../../../org/apache/poi/POIOLE2TextExtractor.html" title="class in org.apache.poi">POIOLE2TextExtractor</a>&nbsp;createExtractor(<a href="../../../../org/apache/poi/poifs/filesystem/OPOIFSFileSystem.html" title="class in org.apache.poi.poifs.filesystem">OPOIFSFileSystem</a>&nbsp;fs)
+                                            throws java.io.IOException,
+                                                   <a href="../../../../org/apache/poi/openxml4j/exceptions/InvalidFormatException.html" title="class in org.apache.poi.openxml4j.exceptions">InvalidFormatException</a>,
+                                                   <a href="../../../../org/apache/poi/openxml4j/exceptions/OpenXML4JException.html" title="class in org.apache.poi.openxml4j.exceptions">OpenXML4JException</a>,
+                                                   org.apache.xmlbeans.XmlException</pre>
 <dl><dt><span class="strong">Throws:</span></dt>
 <dd><code>java.io.IOException</code></dd>
 <dd><code><a href="../../../../org/apache/poi/openxml4j/exceptions/InvalidFormatException.html" title="class in org.apache.poi.openxml4j.exceptions">InvalidFormatException</a></code></dd>

Modified: poi/site/publish/apidocs/org/apache/poi/hdgf/HDGFDiagram.html
URL: http://svn.apache.org/viewvc/poi/site/publish/apidocs/org/apache/poi/hdgf/HDGFDiagram.html?rev=1678837&r1=1678836&r2=1678837&view=diff
==============================================================================
--- poi/site/publish/apidocs/org/apache/poi/hdgf/HDGFDiagram.html (original)
+++ poi/site/publish/apidocs/org/apache/poi/hdgf/HDGFDiagram.html Mon May 11 23:44:49 2015
@@ -212,7 +212,7 @@ extends <a href="../../../../org/apache/
 <!--   -->
 </a>
 <h3>Methods inherited from class&nbsp;org.apache.poi.<a href="../../../../org/apache/poi/POIDocument.html" title="class in org.apache.poi">POIDocument</a></h3>
-<code><a href="../../../../org/apache/poi/POIDocument.html#copyNodeRecursively(org.apache.poi.poifs.filesystem.Entry,%20org.apache.poi.poifs.filesystem.DirectoryEntry)">copyNodeRecursively</a>, <a href="../../../../org/apache/poi/POIDocument.html#copyNodes(org.apache.poi.poifs.filesystem.DirectoryNode,%20org.apache.poi.poifs.filesystem.DirectoryNode,%20java.util.List)">copyNodes</a>, <a href="../../../../org/apache/poi/POIDocument.html#copyNodes(org.apache.poi.poifs.filesystem.POIFSFileSystem,%20org.apache.poi.poifs.filesystem.POIFSFileSystem,%20java.util.List)">copyNodes</a>, <a href="../../../../org/apache/poi/POIDocument.html#createInformationProperties()">createInformationProperties</a>, <a href="../../../../org/apache/poi/POIDocument.html#getDocumentSummaryInformation()">getDocumentSummaryInformation</a>, <a href="../../../../org/apache/poi/POIDocument.html#getPropertySet(java.lang.String)">getPropertySet</a>, <a href="../../../../org/apache/poi/POIDocument.html#getPropertySet(
 java.lang.String,%20org.apache.poi.poifs.crypt.EncryptionInfo)">getPropertySet</a>, <a href="../../../../org/apache/poi/POIDocument.html#getSummaryInformation()">getSummaryInformation</a>, <a href="../../../../org/apache/poi/POIDocument.html#readProperties()">readProperties</a>, <a href="../../../../org/apache/poi/POIDocument.html#writeProperties(org.apache.poi.poifs.filesystem.POIFSFileSystem)">writeProperties</a>, <a href="../../../../org/apache/poi/POIDocument.html#writeProperties(org.apache.poi.poifs.filesystem.POIFSFileSystem,%20java.util.List)">writeProperties</a>, <a href="../../../../org/apache/poi/POIDocument.html#writePropertySet(java.lang.String,%20org.apache.poi.hpsf.PropertySet,%20org.apache.poi.poifs.filesystem.POIFSFileSystem)">writePropertySet</a></code></li>
+<code><a href="../../../../org/apache/poi/POIDocument.html#createInformationProperties()">createInformationProperties</a>, <a href="../../../../org/apache/poi/POIDocument.html#getDocumentSummaryInformation()">getDocumentSummaryInformation</a>, <a href="../../../../org/apache/poi/POIDocument.html#getPropertySet(java.lang.String)">getPropertySet</a>, <a href="../../../../org/apache/poi/POIDocument.html#getPropertySet(java.lang.String,%20org.apache.poi.poifs.crypt.EncryptionInfo)">getPropertySet</a>, <a href="../../../../org/apache/poi/POIDocument.html#getSummaryInformation()">getSummaryInformation</a>, <a href="../../../../org/apache/poi/POIDocument.html#readProperties()">readProperties</a>, <a href="../../../../org/apache/poi/POIDocument.html#writeProperties()">writeProperties</a>, <a href="../../../../org/apache/poi/POIDocument.html#writeProperties(org.apache.poi.poifs.filesystem.NPOIFSFileSystem)">writeProperties</a>, <a href="../../../../org/apache/poi/POIDocument.html#writeProper
 ties(org.apache.poi.poifs.filesystem.NPOIFSFileSystem,%20java.util.List)">writeProperties</a>, <a href="../../../../org/apache/poi/POIDocument.html#writePropertySet(java.lang.String,%20org.apache.poi.hpsf.PropertySet,%20org.apache.poi.poifs.filesystem.NPOIFSFileSystem)">writePropertySet</a></code></li>
 </ul>
 <ul class="blockList">
 <li class="blockList"><a name="methods_inherited_from_class_java.lang.Object">

Modified: poi/site/publish/apidocs/org/apache/poi/hdgf/extractor/VisioTextExtractor.html
URL: http://svn.apache.org/viewvc/poi/site/publish/apidocs/org/apache/poi/hdgf/extractor/VisioTextExtractor.html?rev=1678837&r1=1678836&r2=1678837&view=diff
==============================================================================
--- poi/site/publish/apidocs/org/apache/poi/hdgf/extractor/VisioTextExtractor.html (original)
+++ poi/site/publish/apidocs/org/apache/poi/hdgf/extractor/VisioTextExtractor.html Mon May 11 23:44:49 2015
@@ -206,7 +206,7 @@ extends <a href="../../../../../org/apac
 <!--   -->
 </a>
 <h3>Methods inherited from class&nbsp;org.apache.poi.<a href="../../../../../org/apache/poi/POIOLE2TextExtractor.html" title="class in org.apache.poi">POIOLE2TextExtractor</a></h3>
-<code><a href="../../../../../org/apache/poi/POIOLE2TextExtractor.html#getDocSummaryInformation()">getDocSummaryInformation</a>, <a href="../../../../../org/apache/poi/POIOLE2TextExtractor.html#getFileSystem()">getFileSystem</a>, <a href="../../../../../org/apache/poi/POIOLE2TextExtractor.html#getMetadataTextExtractor()">getMetadataTextExtractor</a>, <a href="../../../../../org/apache/poi/POIOLE2TextExtractor.html#getRoot()">getRoot</a>, <a href="../../../../../org/apache/poi/POIOLE2TextExtractor.html#getSummaryInformation()">getSummaryInformation</a></code></li>
+<code><a href="../../../../../org/apache/poi/POIOLE2TextExtractor.html#getDocSummaryInformation()">getDocSummaryInformation</a>, <a href="../../../../../org/apache/poi/POIOLE2TextExtractor.html#getMetadataTextExtractor()">getMetadataTextExtractor</a>, <a href="../../../../../org/apache/poi/POIOLE2TextExtractor.html#getRoot()">getRoot</a>, <a href="../../../../../org/apache/poi/POIOLE2TextExtractor.html#getSummaryInformation()">getSummaryInformation</a></code></li>
 </ul>
 <ul class="blockList">
 <li class="blockList"><a name="methods_inherited_from_class_org.apache.poi.POITextExtractor">

Modified: poi/site/publish/apidocs/org/apache/poi/hpbf/HPBFDocument.html
URL: http://svn.apache.org/viewvc/poi/site/publish/apidocs/org/apache/poi/hpbf/HPBFDocument.html?rev=1678837&r1=1678836&r2=1678837&view=diff
==============================================================================
--- poi/site/publish/apidocs/org/apache/poi/hpbf/HPBFDocument.html (original)
+++ poi/site/publish/apidocs/org/apache/poi/hpbf/HPBFDocument.html Mon May 11 23:44:49 2015
@@ -143,20 +143,12 @@ extends <a href="../../../../org/apache/
 </td>
 </tr>
 <tr class="rowColor">
-<td class="colOne"><code><strong><a href="../../../../org/apache/poi/hpbf/HPBFDocument.html#HPBFDocument(org.apache.poi.poifs.filesystem.DirectoryNode,%20org.apache.poi.poifs.filesystem.POIFSFileSystem)">HPBFDocument</a></strong>(<a href="../../../../org/apache/poi/poifs/filesystem/DirectoryNode.html" title="class in org.apache.poi.poifs.filesystem">DirectoryNode</a>&nbsp;dir,
-            <a href="../../../../org/apache/poi/poifs/filesystem/POIFSFileSystem.html" title="class in org.apache.poi.poifs.filesystem">POIFSFileSystem</a>&nbsp;fs)</code>
-<div class="block"><strong>Deprecated.</strong>&nbsp;
-<div class="block"><i>Use <a href="../../../../org/apache/poi/hpbf/HPBFDocument.html#HPBFDocument(org.apache.poi.poifs.filesystem.DirectoryNode)"><code>HPBFDocument(DirectoryNode)</code></a> instead</i></div>
-</div>
-</td>
-</tr>
-<tr class="altColor">
 <td class="colOne"><code><strong><a href="../../../../org/apache/poi/hpbf/HPBFDocument.html#HPBFDocument(java.io.InputStream)">HPBFDocument</a></strong>(java.io.InputStream&nbsp;inp)</code>&nbsp;</td>
 </tr>
-<tr class="rowColor">
+<tr class="altColor">
 <td class="colOne"><code><strong><a href="../../../../org/apache/poi/hpbf/HPBFDocument.html#HPBFDocument(org.apache.poi.poifs.filesystem.NPOIFSFileSystem)">HPBFDocument</a></strong>(<a href="../../../../org/apache/poi/poifs/filesystem/NPOIFSFileSystem.html" title="class in org.apache.poi.poifs.filesystem">NPOIFSFileSystem</a>&nbsp;fs)</code>&nbsp;</td>
 </tr>
-<tr class="altColor">
+<tr class="rowColor">
 <td class="colOne"><code><strong><a href="../../../../org/apache/poi/hpbf/HPBFDocument.html#HPBFDocument(org.apache.poi.poifs.filesystem.POIFSFileSystem)">HPBFDocument</a></strong>(<a href="../../../../org/apache/poi/poifs/filesystem/POIFSFileSystem.html" title="class in org.apache.poi.poifs.filesystem">POIFSFileSystem</a>&nbsp;fs)</code>
 <div class="block">Opens a new publisher document</div>
 </td>
@@ -204,7 +196,7 @@ extends <a href="../../../../org/apache/
 <!--   -->
 </a>
 <h3>Methods inherited from class&nbsp;org.apache.poi.<a href="../../../../org/apache/poi/POIDocument.html" title="class in org.apache.poi">POIDocument</a></h3>
-<code><a href="../../../../org/apache/poi/POIDocument.html#copyNodeRecursively(org.apache.poi.poifs.filesystem.Entry,%20org.apache.poi.poifs.filesystem.DirectoryEntry)">copyNodeRecursively</a>, <a href="../../../../org/apache/poi/POIDocument.html#copyNodes(org.apache.poi.poifs.filesystem.DirectoryNode,%20org.apache.poi.poifs.filesystem.DirectoryNode,%20java.util.List)">copyNodes</a>, <a href="../../../../org/apache/poi/POIDocument.html#copyNodes(org.apache.poi.poifs.filesystem.POIFSFileSystem,%20org.apache.poi.poifs.filesystem.POIFSFileSystem,%20java.util.List)">copyNodes</a>, <a href="../../../../org/apache/poi/POIDocument.html#createInformationProperties()">createInformationProperties</a>, <a href="../../../../org/apache/poi/POIDocument.html#getDocumentSummaryInformation()">getDocumentSummaryInformation</a>, <a href="../../../../org/apache/poi/POIDocument.html#getPropertySet(java.lang.String)">getPropertySet</a>, <a href="../../../../org/apache/poi/POIDocument.html#getPropertySet(
 java.lang.String,%20org.apache.poi.poifs.crypt.EncryptionInfo)">getPropertySet</a>, <a href="../../../../org/apache/poi/POIDocument.html#getSummaryInformation()">getSummaryInformation</a>, <a href="../../../../org/apache/poi/POIDocument.html#readProperties()">readProperties</a>, <a href="../../../../org/apache/poi/POIDocument.html#writeProperties(org.apache.poi.poifs.filesystem.POIFSFileSystem)">writeProperties</a>, <a href="../../../../org/apache/poi/POIDocument.html#writeProperties(org.apache.poi.poifs.filesystem.POIFSFileSystem,%20java.util.List)">writeProperties</a>, <a href="../../../../org/apache/poi/POIDocument.html#writePropertySet(java.lang.String,%20org.apache.poi.hpsf.PropertySet,%20org.apache.poi.poifs.filesystem.POIFSFileSystem)">writePropertySet</a></code></li>
+<code><a href="../../../../org/apache/poi/POIDocument.html#createInformationProperties()">createInformationProperties</a>, <a href="../../../../org/apache/poi/POIDocument.html#getDocumentSummaryInformation()">getDocumentSummaryInformation</a>, <a href="../../../../org/apache/poi/POIDocument.html#getPropertySet(java.lang.String)">getPropertySet</a>, <a href="../../../../org/apache/poi/POIDocument.html#getPropertySet(java.lang.String,%20org.apache.poi.poifs.crypt.EncryptionInfo)">getPropertySet</a>, <a href="../../../../org/apache/poi/POIDocument.html#getSummaryInformation()">getSummaryInformation</a>, <a href="../../../../org/apache/poi/POIDocument.html#readProperties()">readProperties</a>, <a href="../../../../org/apache/poi/POIDocument.html#writeProperties()">writeProperties</a>, <a href="../../../../org/apache/poi/POIDocument.html#writeProperties(org.apache.poi.poifs.filesystem.NPOIFSFileSystem)">writeProperties</a>, <a href="../../../../org/apache/poi/POIDocument.html#writeProper
 ties(org.apache.poi.poifs.filesystem.NPOIFSFileSystem,%20java.util.List)">writeProperties</a>, <a href="../../../../org/apache/poi/POIDocument.html#writePropertySet(java.lang.String,%20org.apache.poi.hpsf.PropertySet,%20org.apache.poi.poifs.filesystem.NPOIFSFileSystem)">writePropertySet</a></code></li>
 </ul>
 <ul class="blockList">
 <li class="blockList"><a name="methods_inherited_from_class_java.lang.Object">
@@ -263,23 +255,6 @@ extends <a href="../../../../org/apache/
 <dl><dt><span class="strong">Throws:</span></dt>
 <dd><code>java.io.IOException</code></dd></dl>
 </li>
-</ul>
-<a name="HPBFDocument(org.apache.poi.poifs.filesystem.DirectoryNode, org.apache.poi.poifs.filesystem.POIFSFileSystem)">
-<!--   -->
-</a>
-<ul class="blockList">
-<li class="blockList">
-<h4>HPBFDocument</h4>
-<pre>@Deprecated
-public&nbsp;HPBFDocument(<a href="../../../../org/apache/poi/poifs/filesystem/DirectoryNode.html" title="class in org.apache.poi.poifs.filesystem">DirectoryNode</a>&nbsp;dir,
-                       <a href="../../../../org/apache/poi/poifs/filesystem/POIFSFileSystem.html" title="class in org.apache.poi.poifs.filesystem">POIFSFileSystem</a>&nbsp;fs)
-             throws java.io.IOException</pre>
-<div class="block"><span class="strong">Deprecated.</span>&nbsp;<i>Use <a href="../../../../org/apache/poi/hpbf/HPBFDocument.html#HPBFDocument(org.apache.poi.poifs.filesystem.DirectoryNode)"><code>HPBFDocument(DirectoryNode)</code></a> instead</i></div>
-<div class="block">Opens an embedded publisher document,
-  at the given directory.</div>
-<dl><dt><span class="strong">Throws:</span></dt>
-<dd><code>java.io.IOException</code></dd></dl>
-</li>
 </ul>
 <a name="HPBFDocument(org.apache.poi.poifs.filesystem.DirectoryNode)">
 <!--   -->

Modified: poi/site/publish/apidocs/org/apache/poi/hpbf/dev/HPBFDumper.html
URL: http://svn.apache.org/viewvc/poi/site/publish/apidocs/org/apache/poi/hpbf/dev/HPBFDumper.html?rev=1678837&r1=1678836&r2=1678837&view=diff
==============================================================================
--- poi/site/publish/apidocs/org/apache/poi/hpbf/dev/HPBFDumper.html (original)
+++ poi/site/publish/apidocs/org/apache/poi/hpbf/dev/HPBFDumper.html Mon May 11 23:44:49 2015
@@ -120,7 +120,7 @@ extends java.lang.Object</pre>
 <td class="colOne"><code><strong><a href="../../../../../org/apache/poi/hpbf/dev/HPBFDumper.html#HPBFDumper(java.io.InputStream)">HPBFDumper</a></strong>(java.io.InputStream&nbsp;inp)</code>&nbsp;</td>
 </tr>
 <tr class="rowColor">
-<td class="colOne"><code><strong><a href="../../../../../org/apache/poi/hpbf/dev/HPBFDumper.html#HPBFDumper(org.apache.poi.poifs.filesystem.POIFSFileSystem)">HPBFDumper</a></strong>(<a href="../../../../../org/apache/poi/poifs/filesystem/POIFSFileSystem.html" title="class in org.apache.poi.poifs.filesystem">POIFSFileSystem</a>&nbsp;fs)</code>&nbsp;</td>
+<td class="colOne"><code><strong><a href="../../../../../org/apache/poi/hpbf/dev/HPBFDumper.html#HPBFDumper(org.apache.poi.poifs.filesystem.NPOIFSFileSystem)">HPBFDumper</a></strong>(<a href="../../../../../org/apache/poi/poifs/filesystem/NPOIFSFileSystem.html" title="class in org.apache.poi.poifs.filesystem">NPOIFSFileSystem</a>&nbsp;fs)</code>&nbsp;</td>
 </tr>
 </table>
 </li>
@@ -201,13 +201,13 @@ extends java.lang.Object</pre>
 <!--   -->
 </a>
 <h3>Constructor Detail</h3>
-<a name="HPBFDumper(org.apache.poi.poifs.filesystem.POIFSFileSystem)">
+<a name="HPBFDumper(org.apache.poi.poifs.filesystem.NPOIFSFileSystem)">
 <!--   -->
 </a>
 <ul class="blockList">
 <li class="blockList">
 <h4>HPBFDumper</h4>
-<pre>public&nbsp;HPBFDumper(<a href="../../../../../org/apache/poi/poifs/filesystem/POIFSFileSystem.html" title="class in org.apache.poi.poifs.filesystem">POIFSFileSystem</a>&nbsp;fs)</pre>
+<pre>public&nbsp;HPBFDumper(<a href="../../../../../org/apache/poi/poifs/filesystem/NPOIFSFileSystem.html" title="class in org.apache.poi.poifs.filesystem">NPOIFSFileSystem</a>&nbsp;fs)</pre>
 </li>
 </ul>
 <a name="HPBFDumper(java.io.InputStream)">

Modified: poi/site/publish/apidocs/org/apache/poi/hpbf/dev/PLCDumper.html
URL: http://svn.apache.org/viewvc/poi/site/publish/apidocs/org/apache/poi/hpbf/dev/PLCDumper.html?rev=1678837&r1=1678836&r2=1678837&view=diff
==============================================================================
--- poi/site/publish/apidocs/org/apache/poi/hpbf/dev/PLCDumper.html (original)
+++ poi/site/publish/apidocs/org/apache/poi/hpbf/dev/PLCDumper.html Mon May 11 23:44:49 2015
@@ -123,7 +123,7 @@ extends java.lang.Object</pre>
 <td class="colOne"><code><strong><a href="../../../../../org/apache/poi/hpbf/dev/PLCDumper.html#PLCDumper(java.io.InputStream)">PLCDumper</a></strong>(java.io.InputStream&nbsp;inp)</code>&nbsp;</td>
 </tr>
 <tr class="altColor">
-<td class="colOne"><code><strong><a href="../../../../../org/apache/poi/hpbf/dev/PLCDumper.html#PLCDumper(org.apache.poi.poifs.filesystem.POIFSFileSystem)">PLCDumper</a></strong>(<a href="../../../../../org/apache/poi/poifs/filesystem/POIFSFileSystem.html" title="class in org.apache.poi.poifs.filesystem">POIFSFileSystem</a>&nbsp;fs)</code>&nbsp;</td>
+<td class="colOne"><code><strong><a href="../../../../../org/apache/poi/hpbf/dev/PLCDumper.html#PLCDumper(org.apache.poi.poifs.filesystem.NPOIFSFileSystem)">PLCDumper</a></strong>(<a href="../../../../../org/apache/poi/poifs/filesystem/NPOIFSFileSystem.html" title="class in org.apache.poi.poifs.filesystem">NPOIFSFileSystem</a>&nbsp;fs)</code>&nbsp;</td>
 </tr>
 </table>
 </li>
@@ -175,13 +175,13 @@ extends java.lang.Object</pre>
 <pre>public&nbsp;PLCDumper(<a href="../../../../../org/apache/poi/hpbf/HPBFDocument.html" title="class in org.apache.poi.hpbf">HPBFDocument</a>&nbsp;hpbfDoc)</pre>
 </li>
 </ul>
-<a name="PLCDumper(org.apache.poi.poifs.filesystem.POIFSFileSystem)">
+<a name="PLCDumper(org.apache.poi.poifs.filesystem.NPOIFSFileSystem)">
 <!--   -->
 </a>
 <ul class="blockList">
 <li class="blockList">
 <h4>PLCDumper</h4>
-<pre>public&nbsp;PLCDumper(<a href="../../../../../org/apache/poi/poifs/filesystem/POIFSFileSystem.html" title="class in org.apache.poi.poifs.filesystem">POIFSFileSystem</a>&nbsp;fs)
+<pre>public&nbsp;PLCDumper(<a href="../../../../../org/apache/poi/poifs/filesystem/NPOIFSFileSystem.html" title="class in org.apache.poi.poifs.filesystem">NPOIFSFileSystem</a>&nbsp;fs)
           throws java.io.IOException</pre>
 <dl><dt><span class="strong">Throws:</span></dt>
 <dd><code>java.io.IOException</code></dd></dl>

Modified: poi/site/publish/apidocs/org/apache/poi/hpbf/extractor/PublisherTextExtractor.html
URL: http://svn.apache.org/viewvc/poi/site/publish/apidocs/org/apache/poi/hpbf/extractor/PublisherTextExtractor.html?rev=1678837&r1=1678836&r2=1678837&view=diff
==============================================================================
--- poi/site/publish/apidocs/org/apache/poi/hpbf/extractor/PublisherTextExtractor.html (original)
+++ poi/site/publish/apidocs/org/apache/poi/hpbf/extractor/PublisherTextExtractor.html Mon May 11 23:44:49 2015
@@ -147,21 +147,15 @@ extends <a href="../../../../../org/apac
 <td class="colOne"><code><strong><a href="../../../../../org/apache/poi/hpbf/extractor/PublisherTextExtractor.html#PublisherTextExtractor(org.apache.poi.poifs.filesystem.DirectoryNode)">PublisherTextExtractor</a></strong>(<a href="../../../../../org/apache/poi/poifs/filesystem/DirectoryNode.html" title="class in org.apache.poi.poifs.filesystem">DirectoryNode</a>&nbsp;dir)</code>&nbsp;</td>
 </tr>
 <tr class="rowColor">
-<td class="colOne"><code><strong><a href="../../../../../org/apache/poi/hpbf/extractor/PublisherTextExtractor.html#PublisherTextExtractor(org.apache.poi.poifs.filesystem.DirectoryNode,%20org.apache.poi.poifs.filesystem.POIFSFileSystem)">PublisherTextExtractor</a></strong>(<a href="../../../../../org/apache/poi/poifs/filesystem/DirectoryNode.html" title="class in org.apache.poi.poifs.filesystem">DirectoryNode</a>&nbsp;dir,
-                      <a href="../../../../../org/apache/poi/poifs/filesystem/POIFSFileSystem.html" title="class in org.apache.poi.poifs.filesystem">POIFSFileSystem</a>&nbsp;fs)</code>
-<div class="block"><strong>Deprecated.</strong>&nbsp;</div>
-</td>
-</tr>
-<tr class="altColor">
 <td class="colOne"><code><strong><a href="../../../../../org/apache/poi/hpbf/extractor/PublisherTextExtractor.html#PublisherTextExtractor(org.apache.poi.hpbf.HPBFDocument)">PublisherTextExtractor</a></strong>(<a href="../../../../../org/apache/poi/hpbf/HPBFDocument.html" title="class in org.apache.poi.hpbf">HPBFDocument</a>&nbsp;doc)</code>&nbsp;</td>
 </tr>
-<tr class="rowColor">
+<tr class="altColor">
 <td class="colOne"><code><strong><a href="../../../../../org/apache/poi/hpbf/extractor/PublisherTextExtractor.html#PublisherTextExtractor(java.io.InputStream)">PublisherTextExtractor</a></strong>(java.io.InputStream&nbsp;is)</code>&nbsp;</td>
 </tr>
-<tr class="altColor">
+<tr class="rowColor">
 <td class="colOne"><code><strong><a href="../../../../../org/apache/poi/hpbf/extractor/PublisherTextExtractor.html#PublisherTextExtractor(org.apache.poi.poifs.filesystem.NPOIFSFileSystem)">PublisherTextExtractor</a></strong>(<a href="../../../../../org/apache/poi/poifs/filesystem/NPOIFSFileSystem.html" title="class in org.apache.poi.poifs.filesystem">NPOIFSFileSystem</a>&nbsp;fs)</code>&nbsp;</td>
 </tr>
-<tr class="rowColor">
+<tr class="altColor">
 <td class="colOne"><code><strong><a href="../../../../../org/apache/poi/hpbf/extractor/PublisherTextExtractor.html#PublisherTextExtractor(org.apache.poi.poifs.filesystem.POIFSFileSystem)">PublisherTextExtractor</a></strong>(<a href="../../../../../org/apache/poi/poifs/filesystem/POIFSFileSystem.html" title="class in org.apache.poi.poifs.filesystem">POIFSFileSystem</a>&nbsp;fs)</code>&nbsp;</td>
 </tr>
 </table>
@@ -203,7 +197,7 @@ extends <a href="../../../../../org/apac
 <!--   -->
 </a>
 <h3>Methods inherited from class&nbsp;org.apache.poi.<a href="../../../../../org/apache/poi/POIOLE2TextExtractor.html" title="class in org.apache.poi">POIOLE2TextExtractor</a></h3>
-<code><a href="../../../../../org/apache/poi/POIOLE2TextExtractor.html#getDocSummaryInformation()">getDocSummaryInformation</a>, <a href="../../../../../org/apache/poi/POIOLE2TextExtractor.html#getFileSystem()">getFileSystem</a>, <a href="../../../../../org/apache/poi/POIOLE2TextExtractor.html#getMetadataTextExtractor()">getMetadataTextExtractor</a>, <a href="../../../../../org/apache/poi/POIOLE2TextExtractor.html#getRoot()">getRoot</a>, <a href="../../../../../org/apache/poi/POIOLE2TextExtractor.html#getSummaryInformation()">getSummaryInformation</a></code></li>
+<code><a href="../../../../../org/apache/poi/POIOLE2TextExtractor.html#getDocSummaryInformation()">getDocSummaryInformation</a>, <a href="../../../../../org/apache/poi/POIOLE2TextExtractor.html#getMetadataTextExtractor()">getMetadataTextExtractor</a>, <a href="../../../../../org/apache/poi/POIOLE2TextExtractor.html#getRoot()">getRoot</a>, <a href="../../../../../org/apache/poi/POIOLE2TextExtractor.html#getSummaryInformation()">getSummaryInformation</a></code></li>
 </ul>
 <ul class="blockList">
 <li class="blockList"><a name="methods_inherited_from_class_org.apache.poi.POITextExtractor">
@@ -281,26 +275,11 @@ extends <a href="../../../../../org/apac
 <a name="PublisherTextExtractor(java.io.InputStream)">
 <!--   -->
 </a>
-<ul class="blockList">
-<li class="blockList">
-<h4>PublisherTextExtractor</h4>
-<pre>public&nbsp;PublisherTextExtractor(java.io.InputStream&nbsp;is)
-                       throws java.io.IOException</pre>
-<dl><dt><span class="strong">Throws:</span></dt>
-<dd><code>java.io.IOException</code></dd></dl>
-</li>
-</ul>
-<a name="PublisherTextExtractor(org.apache.poi.poifs.filesystem.DirectoryNode, org.apache.poi.poifs.filesystem.POIFSFileSystem)">
-<!--   -->
-</a>
 <ul class="blockListLast">
 <li class="blockList">
 <h4>PublisherTextExtractor</h4>
-<pre>@Deprecated
-public&nbsp;PublisherTextExtractor(<a href="../../../../../org/apache/poi/poifs/filesystem/DirectoryNode.html" title="class in org.apache.poi.poifs.filesystem">DirectoryNode</a>&nbsp;dir,
-                                 <a href="../../../../../org/apache/poi/poifs/filesystem/POIFSFileSystem.html" title="class in org.apache.poi.poifs.filesystem">POIFSFileSystem</a>&nbsp;fs)
+<pre>public&nbsp;PublisherTextExtractor(java.io.InputStream&nbsp;is)
                        throws java.io.IOException</pre>
-<div class="block"><span class="strong">Deprecated.</span>&nbsp;</div>
 <dl><dt><span class="strong">Throws:</span></dt>
 <dd><code>java.io.IOException</code></dd></dl>
 </li>

Modified: poi/site/publish/apidocs/org/apache/poi/hpsf/HPSFPropertiesOnlyDocument.html
URL: http://svn.apache.org/viewvc/poi/site/publish/apidocs/org/apache/poi/hpsf/HPSFPropertiesOnlyDocument.html?rev=1678837&r1=1678836&r2=1678837&view=diff
==============================================================================
--- poi/site/publish/apidocs/org/apache/poi/hpsf/HPSFPropertiesOnlyDocument.html (original)
+++ poi/site/publish/apidocs/org/apache/poi/hpsf/HPSFPropertiesOnlyDocument.html Mon May 11 23:44:49 2015
@@ -141,6 +141,9 @@ extends <a href="../../../../org/apache/
 <td class="colOne"><code><strong><a href="../../../../org/apache/poi/hpsf/HPSFPropertiesOnlyDocument.html#HPSFPropertiesOnlyDocument(org.apache.poi.poifs.filesystem.NPOIFSFileSystem)">HPSFPropertiesOnlyDocument</a></strong>(<a href="../../../../org/apache/poi/poifs/filesystem/NPOIFSFileSystem.html" title="class in org.apache.poi.poifs.filesystem">NPOIFSFileSystem</a>&nbsp;fs)</code>&nbsp;</td>
 </tr>
 <tr class="rowColor">
+<td class="colOne"><code><strong><a href="../../../../org/apache/poi/hpsf/HPSFPropertiesOnlyDocument.html#HPSFPropertiesOnlyDocument(org.apache.poi.poifs.filesystem.OPOIFSFileSystem)">HPSFPropertiesOnlyDocument</a></strong>(<a href="../../../../org/apache/poi/poifs/filesystem/OPOIFSFileSystem.html" title="class in org.apache.poi.poifs.filesystem">OPOIFSFileSystem</a>&nbsp;fs)</code>&nbsp;</td>
+</tr>
+<tr class="altColor">
 <td class="colOne"><code><strong><a href="../../../../org/apache/poi/hpsf/HPSFPropertiesOnlyDocument.html#HPSFPropertiesOnlyDocument(org.apache.poi.poifs.filesystem.POIFSFileSystem)">HPSFPropertiesOnlyDocument</a></strong>(<a href="../../../../org/apache/poi/poifs/filesystem/POIFSFileSystem.html" title="class in org.apache.poi.poifs.filesystem">POIFSFileSystem</a>&nbsp;fs)</code>&nbsp;</td>
 </tr>
 </table>
@@ -170,7 +173,7 @@ extends <a href="../../../../org/apache/
 <!--   -->
 </a>
 <h3>Methods inherited from class&nbsp;org.apache.poi.<a href="../../../../org/apache/poi/POIDocument.html" title="class in org.apache.poi">POIDocument</a></h3>
-<code><a href="../../../../org/apache/poi/POIDocument.html#copyNodeRecursively(org.apache.poi.poifs.filesystem.Entry,%20org.apache.poi.poifs.filesystem.DirectoryEntry)">copyNodeRecursively</a>, <a href="../../../../org/apache/poi/POIDocument.html#copyNodes(org.apache.poi.poifs.filesystem.DirectoryNode,%20org.apache.poi.poifs.filesystem.DirectoryNode,%20java.util.List)">copyNodes</a>, <a href="../../../../org/apache/poi/POIDocument.html#copyNodes(org.apache.poi.poifs.filesystem.POIFSFileSystem,%20org.apache.poi.poifs.filesystem.POIFSFileSystem,%20java.util.List)">copyNodes</a>, <a href="../../../../org/apache/poi/POIDocument.html#createInformationProperties()">createInformationProperties</a>, <a href="../../../../org/apache/poi/POIDocument.html#getDocumentSummaryInformation()">getDocumentSummaryInformation</a>, <a href="../../../../org/apache/poi/POIDocument.html#getPropertySet(java.lang.String)">getPropertySet</a>, <a href="../../../../org/apache/poi/POIDocument.html#getPropertySet(
 java.lang.String,%20org.apache.poi.poifs.crypt.EncryptionInfo)">getPropertySet</a>, <a href="../../../../org/apache/poi/POIDocument.html#getSummaryInformation()">getSummaryInformation</a>, <a href="../../../../org/apache/poi/POIDocument.html#readProperties()">readProperties</a>, <a href="../../../../org/apache/poi/POIDocument.html#writeProperties(org.apache.poi.poifs.filesystem.POIFSFileSystem)">writeProperties</a>, <a href="../../../../org/apache/poi/POIDocument.html#writeProperties(org.apache.poi.poifs.filesystem.POIFSFileSystem,%20java.util.List)">writeProperties</a>, <a href="../../../../org/apache/poi/POIDocument.html#writePropertySet(java.lang.String,%20org.apache.poi.hpsf.PropertySet,%20org.apache.poi.poifs.filesystem.POIFSFileSystem)">writePropertySet</a></code></li>
+<code><a href="../../../../org/apache/poi/POIDocument.html#createInformationProperties()">createInformationProperties</a>, <a href="../../../../org/apache/poi/POIDocument.html#getDocumentSummaryInformation()">getDocumentSummaryInformation</a>, <a href="../../../../org/apache/poi/POIDocument.html#getPropertySet(java.lang.String)">getPropertySet</a>, <a href="../../../../org/apache/poi/POIDocument.html#getPropertySet(java.lang.String,%20org.apache.poi.poifs.crypt.EncryptionInfo)">getPropertySet</a>, <a href="../../../../org/apache/poi/POIDocument.html#getSummaryInformation()">getSummaryInformation</a>, <a href="../../../../org/apache/poi/POIDocument.html#readProperties()">readProperties</a>, <a href="../../../../org/apache/poi/POIDocument.html#writeProperties()">writeProperties</a>, <a href="../../../../org/apache/poi/POIDocument.html#writeProperties(org.apache.poi.poifs.filesystem.NPOIFSFileSystem)">writeProperties</a>, <a href="../../../../org/apache/poi/POIDocument.html#writeProper
 ties(org.apache.poi.poifs.filesystem.NPOIFSFileSystem,%20java.util.List)">writeProperties</a>, <a href="../../../../org/apache/poi/POIDocument.html#writePropertySet(java.lang.String,%20org.apache.poi.hpsf.PropertySet,%20org.apache.poi.poifs.filesystem.NPOIFSFileSystem)">writePropertySet</a></code></li>
 </ul>
 <ul class="blockList">
 <li class="blockList"><a name="methods_inherited_from_class_java.lang.Object">
@@ -202,6 +205,15 @@ extends <a href="../../../../org/apache/
 <pre>public&nbsp;HPSFPropertiesOnlyDocument(<a href="../../../../org/apache/poi/poifs/filesystem/NPOIFSFileSystem.html" title="class in org.apache.poi.poifs.filesystem">NPOIFSFileSystem</a>&nbsp;fs)</pre>
 </li>
 </ul>
+<a name="HPSFPropertiesOnlyDocument(org.apache.poi.poifs.filesystem.OPOIFSFileSystem)">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>HPSFPropertiesOnlyDocument</h4>
+<pre>public&nbsp;HPSFPropertiesOnlyDocument(<a href="../../../../org/apache/poi/poifs/filesystem/OPOIFSFileSystem.html" title="class in org.apache.poi.poifs.filesystem">OPOIFSFileSystem</a>&nbsp;fs)</pre>
+</li>
+</ul>
 <a name="HPSFPropertiesOnlyDocument(org.apache.poi.poifs.filesystem.POIFSFileSystem)">
 <!--   -->
 </a>

Modified: poi/site/publish/apidocs/org/apache/poi/hpsf/class-use/PropertySet.html
URL: http://svn.apache.org/viewvc/poi/site/publish/apidocs/org/apache/poi/hpsf/class-use/PropertySet.html?rev=1678837&r1=1678836&r2=1678837&view=diff
==============================================================================
--- poi/site/publish/apidocs/org/apache/poi/hpsf/class-use/PropertySet.html (original)
+++ poi/site/publish/apidocs/org/apache/poi/hpsf/class-use/PropertySet.html Mon May 11 23:44:49 2015
@@ -129,9 +129,9 @@
 <tbody>
 <tr class="altColor">
 <td class="colFirst"><code>protected void</code></td>
-<td class="colLast"><span class="strong">POIDocument.</span><code><strong><a href="../../../../../org/apache/poi/POIDocument.html#writePropertySet(java.lang.String,%20org.apache.poi.hpsf.PropertySet,%20org.apache.poi.poifs.filesystem.POIFSFileSystem)">writePropertySet</a></strong>(java.lang.String&nbsp;name,
+<td class="colLast"><span class="strong">POIDocument.</span><code><strong><a href="../../../../../org/apache/poi/POIDocument.html#writePropertySet(java.lang.String,%20org.apache.poi.hpsf.PropertySet,%20org.apache.poi.poifs.filesystem.NPOIFSFileSystem)">writePropertySet</a></strong>(java.lang.String&nbsp;name,
                 <a href="../../../../../org/apache/poi/hpsf/PropertySet.html" title="class in org.apache.poi.hpsf">PropertySet</a>&nbsp;set,
-                <a href="../../../../../org/apache/poi/poifs/filesystem/POIFSFileSystem.html" title="class in org.apache.poi.poifs.filesystem">POIFSFileSystem</a>&nbsp;outFS)</code>
+                <a href="../../../../../org/apache/poi/poifs/filesystem/NPOIFSFileSystem.html" title="class in org.apache.poi.poifs.filesystem">NPOIFSFileSystem</a>&nbsp;outFS)</code>
 <div class="block">Writes out a given ProperySet</div>
 </td>
 </tr>



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@poi.apache.org
For additional commands, e-mail: commits-help@poi.apache.org