Author: nick
Date: Wed Mar  9 10:58:19 2016
New Revision: 1734216

URL: http://svn.apache.org/viewvc?rev=1734216&view=rev
Log:
Changelog and javadoc updates

Modified:
    poi/site/publish/apidocs/index-all.html
    poi/site/publish/apidocs/org/apache/poi/poifs/common/POIFSConstants.html
    poi/site/publish/apidocs/org/apache/poi/util/DocumentHelper.html
    poi/site/publish/changes.html
    poi/site/publish/changes.rss
    poi/site/src/documentation/content/xdocs/status.xml

Modified: poi/site/publish/apidocs/index-all.html
URL: 
http://svn.apache.org/viewvc/poi/site/publish/apidocs/index-all.html?rev=1734216&r1=1734215&r2=1734216&view=diff
==============================================================================
--- poi/site/publish/apidocs/index-all.html (original)
+++ poi/site/publish/apidocs/index-all.html Wed Mar  9 10:58:19 2016
@@ -58885,6 +58885,10 @@ Compound Document Format.</div>
 </dd>
 <dt><span class="strong"><a 
href="./org/apache/poi/ss/formula/functions/Rate.html#Rate()">Rate()</a></span> 
- Constructor for class org.apache.poi.ss.formula.functions.<a 
href="./org/apache/poi/ss/formula/functions/Rate.html" title="class in 
org.apache.poi.ss.formula.functions">Rate</a></dt>
 <dd>&nbsp;</dd>
+<dt><span class="strong"><a 
href="./org/apache/poi/poifs/common/POIFSConstants.html#RAW_XML_FILE_HEADER">RAW_XML_FILE_HEADER</a></span>
 - Static variable in interface org.apache.poi.poifs.common.<a 
href="./org/apache/poi/poifs/common/POIFSConstants.html" title="interface in 
org.apache.poi.poifs.common">POIFSConstants</a></dt>
+<dd>
+<div class="block">The first 5 bytes of a raw XML file, used in detection</div>
+</dd>
 <dt><a href="./org/apache/poi/poifs/storage/RawDataBlock.html" title="class in 
org.apache.poi.poifs.storage"><span class="strong">RawDataBlock</span></a> - 
Class in <a 
href="./org/apache/poi/poifs/storage/package-summary.html">org.apache.poi.poifs.storage</a></dt>
 <dd>
 <div class="block">A big block created from an InputStream, holding the raw 
data</div>
@@ -59102,6 +59106,11 @@ Compound Document Format.</div>
 <dd>
 <div class="block">Parses the given stream via the default (sensible)
  DocumentBuilder</div>
+</dd>
+<dt><span class="strong"><a 
href="./org/apache/poi/util/DocumentHelper.html#readDocument(org.xml.sax.InputSource)">readDocument(InputSource)</a></span>
 - Static method in class org.apache.poi.util.<a 
href="./org/apache/poi/util/DocumentHelper.html" title="class in 
org.apache.poi.util">DocumentHelper</a></dt>
+<dd>
+<div class="block">Parses the given stream via the default (sensible)
+ DocumentBuilder</div>
 </dd>
 <dt><span class="strong"><a 
href="./org/apache/poi/hssf/record/cont/ContinuableRecordInput.html#readDouble()">readDouble()</a></span>
 - Method in class org.apache.poi.hssf.record.cont.<a 
href="./org/apache/poi/hssf/record/cont/ContinuableRecordInput.html" 
title="class in org.apache.poi.hssf.record.cont">ContinuableRecordInput</a></dt>
 <dd>&nbsp;</dd>

Modified: 
poi/site/publish/apidocs/org/apache/poi/poifs/common/POIFSConstants.html
URL: 
http://svn.apache.org/viewvc/poi/site/publish/apidocs/org/apache/poi/poifs/common/POIFSConstants.html?rev=1734216&r1=1734215&r2=1734216&view=diff
==============================================================================
--- poi/site/publish/apidocs/org/apache/poi/poifs/common/POIFSConstants.html 
(original)
+++ poi/site/publish/apidocs/org/apache/poi/poifs/common/POIFSConstants.html 
Wed Mar  9 10:58:19 2016
@@ -160,22 +160,28 @@
 </td>
 </tr>
 <tr class="rowColor">
+<td class="colFirst"><code>static byte[]</code></td>
+<td class="colLast"><code><strong><a 
href="../../../../../org/apache/poi/poifs/common/POIFSConstants.html#RAW_XML_FILE_HEADER">RAW_XML_FILE_HEADER</a></strong></code>
+<div class="block">The first 5 bytes of a raw XML file, used in detection</div>
+</td>
+</tr>
+<tr class="altColor">
 <td class="colFirst"><code>static int</code></td>
 <td class="colLast"><code><strong><a 
href="../../../../../org/apache/poi/poifs/common/POIFSConstants.html#SMALL_BLOCK_SIZE">SMALL_BLOCK_SIZE</a></strong></code>
 <div class="block">How big a block in the small block stream is.</div>
 </td>
 </tr>
-<tr class="altColor">
+<tr class="rowColor">
 <td class="colFirst"><code>static int</code></td>
 <td class="colLast"><code><strong><a 
href="../../../../../org/apache/poi/poifs/common/POIFSConstants.html#SMALLER_BIG_BLOCK_SIZE">SMALLER_BIG_BLOCK_SIZE</a></strong></code>
 <div class="block">Most files use 512 bytes as their big block size</div>
 </td>
 </tr>
-<tr class="rowColor">
+<tr class="altColor">
 <td class="colFirst"><code>static <a 
href="../../../../../org/apache/poi/poifs/common/POIFSBigBlockSize.html" 
title="class in org.apache.poi.poifs.common">POIFSBigBlockSize</a></code></td>
 <td class="colLast"><code><strong><a 
href="../../../../../org/apache/poi/poifs/common/POIFSConstants.html#SMALLER_BIG_BLOCK_SIZE_DETAILS">SMALLER_BIG_BLOCK_SIZE_DETAILS</a></strong></code>&nbsp;</td>
 </tr>
-<tr class="altColor">
+<tr class="rowColor">
 <td class="colFirst"><code>static int</code></td>
 <td class="colLast"><code><strong><a 
href="../../../../../org/apache/poi/poifs/common/POIFSConstants.html#UNUSED_BLOCK">UNUSED_BLOCK</a></strong></code>
 <div class="block">Indicates the sector is not used (0xFFFFFFFF)</div>
@@ -329,13 +335,23 @@
 <a name="OOXML_FILE_HEADER">
 <!--   -->
 </a>
-<ul class="blockListLast">
+<ul class="blockList">
 <li class="blockList">
 <h4>OOXML_FILE_HEADER</h4>
 <pre>static final&nbsp;byte[] OOXML_FILE_HEADER</pre>
 <div class="block">The first 4 bytes of an OOXML file, used in detection</div>
 </li>
 </ul>
+<a name="RAW_XML_FILE_HEADER">
+<!--   -->
+</a>
+<ul class="blockListLast">
+<li class="blockList">
+<h4>RAW_XML_FILE_HEADER</h4>
+<pre>static final&nbsp;byte[] RAW_XML_FILE_HEADER</pre>
+<div class="block">The first 5 bytes of a raw XML file, used in detection</div>
+</li>
+</ul>
 </li>
 </ul>
 </li>

Modified: poi/site/publish/apidocs/org/apache/poi/util/DocumentHelper.html
URL: 
http://svn.apache.org/viewvc/poi/site/publish/apidocs/org/apache/poi/util/DocumentHelper.html?rev=1734216&r1=1734215&r2=1734216&view=diff
==============================================================================
--- poi/site/publish/apidocs/org/apache/poi/util/DocumentHelper.html (original)
+++ poi/site/publish/apidocs/org/apache/poi/util/DocumentHelper.html Wed Mar  9 
10:58:19 2016
@@ -143,6 +143,13 @@ extends java.lang.Object</pre>
 </tr>
 <tr class="altColor">
 <td class="colFirst"><code>static org.w3c.dom.Document</code></td>
+<td class="colLast"><code><strong><a 
href="../../../../org/apache/poi/util/DocumentHelper.html#readDocument(org.xml.sax.InputSource)">readDocument</a></strong>(org.xml.sax.InputSource&nbsp;inp)</code>
+<div class="block">Parses the given stream via the default (sensible)
+ DocumentBuilder</div>
+</td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><code>static org.w3c.dom.Document</code></td>
 <td class="colLast"><code><strong><a 
href="../../../../org/apache/poi/util/DocumentHelper.html#readDocument(java.io.InputStream)">readDocument</a></strong>(java.io.InputStream&nbsp;inp)</code>
 <div class="block">Parses the given stream via the default (sensible)
  DocumentBuilder</div>
@@ -195,6 +202,24 @@ extends java.lang.Object</pre>
 <dt><span class="strong">Returns:</span></dt><dd>the parsed Document</dd>
 <dt><span class="strong">Throws:</span></dt>
 <dd><code>java.io.IOException</code></dd>
+<dd><code>org.xml.sax.SAXException</code></dd></dl>
+</li>
+</ul>
+<a name="readDocument(org.xml.sax.InputSource)">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>readDocument</h4>
+<pre>public 
static&nbsp;org.w3c.dom.Document&nbsp;readDocument(org.xml.sax.InputSource&nbsp;inp)
+                                         throws java.io.IOException,
+                                                org.xml.sax.SAXException</pre>
+<div class="block">Parses the given stream via the default (sensible)
+ DocumentBuilder</div>
+<dl><dt><span class="strong">Parameters:</span></dt><dd><code>inp</code> - sax 
source to read the XML data from</dd>
+<dt><span class="strong">Returns:</span></dt><dd>the parsed Document</dd>
+<dt><span class="strong">Throws:</span></dt>
+<dd><code>java.io.IOException</code></dd>
 <dd><code>org.xml.sax.SAXException</code></dd></dl>
 </li>
 </ul>

Modified: poi/site/publish/changes.html
URL: 
http://svn.apache.org/viewvc/poi/site/publish/changes.html?rev=1734216&r1=1734215&r2=1734216&view=diff
==============================================================================
--- poi/site/publish/changes.html (original)
+++ poi/site/publish/changes.html Wed Mar  9 10:58:19 2016
@@ -258,6 +258,19 @@ if (VERSION > 3) {
     
 
     
+<a name="3.14-beta1"></a>
+<div class="h3">
+<h3>Version 3.14-beta1 (2016-07-??)</h3>
+</div>
+<ul>
+        
+<li>
+<img class="icon" alt="add" src="images/add.jpg"> <a 
href="https://bz.apache.org/bugzilla/show_bug.cgi?id=57031";>57031</a> - Out of 
Memory when extracting text from attached files</li>
+        
+<li>
+<img class="icon" alt="fix" src="images/fix.jpg"> More helpful exception when 
POIFSFileSystem is given a raw XML file</li>
+    
+</ul>
 
     
 <a name="3.14"></a>

Modified: poi/site/publish/changes.rss
URL: 
http://svn.apache.org/viewvc/poi/site/publish/changes.rss?rev=1734216&r1=1734215&r2=1734216&view=diff
==============================================================================
--- poi/site/publish/changes.rss (original)
+++ poi/site/publish/changes.rss Wed Mar  9 10:58:19 2016
@@ -1,3 +1,3 @@
 <?xml version="1.0" encoding="ISO-8859-1"?>
 <!DOCTYPE rss PUBLIC "-//Netscape Communications//DTD RSS 0.91//EN" 
"http://my.netscape.com/publish/formats/rss-0.91.dtd";>
-<rss version="0.91"><channel><title>Apache POI 
Changes</title><link>http://poi.apache.org/changes.html</link><description>Apache
 POI Changes</description><language>en-us</language><item><title> add(bug 
59056)</title><link>http://poi.apache.org/changes.html</link><description> add 
by POI Developers (bug 59056) - Render individual slideshow 
shapes</description></item><item><title> fix(bug 
59074)</title><link>http://poi.apache.org/changes.html</link><description> fix 
by POI Developers (bug 59074) - ExtractorFactory should give a more helpful 
exception on old Excel files too old for 
ExcelExtractor</description></item><item><title> add(bug 
57989)</title><link>http://poi.apache.org/changes.html</link><description> add 
by POI Developers (bug 57989) - XSSFChart support for setting chart 
titles</description></item><item><title> fix(bug 
59030)</title><link>http://poi.apache.org/changes.html</link><description> fix 
by POI Developers (bug 59030) - Prevent NPE in XWPFTableCell's getVerticalAlign
 ment() from Prasad Babu</description></item><item><title> fix(bug 
59021)</title><link>http://poi.apache.org/changes.html</link><description> fix 
by POI Developers (bug 59021) - XSSFSheetXMLHandler fails to extract content if 
namespace is included in qName</description></item><item><title> fix(bug 
56345)</title><link>http://poi.apache.org/changes.html</link><description> fix 
by POI Developers (bug 56345) - Reject single-cell merged 
regions</description></item><item><title> fix(bug 
58339)</title><link>http://poi.apache.org/changes.html</link><description> fix 
by POI Developers (bug 58339) - Make OFFSET() allow missing optional height and 
width parameters</description></item><item><title> add(bug 
github-27)</title><link>http://poi.apache.org/changes.html</link><description> 
add by POI Developers (bug github-27) - Handle documents with a picture-only 
header</description></item><item><title> fix(bug 
58996)</title><link>http://poi.apache.org/changes.html</link><description> fix 
by POI Dev
 elopers (bug 58996) - Regression caused by fixing bug 56295: Don't try to 
unset fill color if it is not set to avoid invalid access inside the Xml 
structures</description></item><item><title> fix(bug 
57034)</title><link>http://poi.apache.org/changes.html</link><description> fix 
by POI Developers (bug 57034) - Cell.setCellValue((String)null) should be 
treated as an empty cell on SXSSF as well, to avoid a NPE when autosizing 
columns</description></item><item><title> 
fix</title><link>http://poi.apache.org/changes.html</link><description> fix by 
POI Developers - XSLF - fixed NPE when adding pictures with existing 
non-picture media files (e.g. movies)</description></item><item><title> fix(bug 
58885)</title><link>http://poi.apache.org/changes.html</link><description> fix 
by POI Developers (bug 58885) - Fixed preformance regression after fixing bug 
58443 when adding a merged region to an 
XSSFSheet.</description></item><item><title> 
add</title><link>http://poi.apache.org/changes.html</link>
 <description> add by POI Developers - Raised xmlsec version to 
2.0.6</description></item><item><title> add(bug 
47291)</title><link>http://poi.apache.org/changes.html</link><description> add 
by POI Developers (bug 47291) - Cannot open link correctly which insert in 
ppt</description></item><item><title> add(bug 
41047)</title><link>http://poi.apache.org/changes.html</link><description> add 
by POI Developers (bug 41047) - Support hyperlinks in HSLF shapes and 
textruns</description></item><item><title> add(bug 
58879)</title><link>http://poi.apache.org/changes.html</link><description> add 
by POI Developers (bug 58879) - Return SpreadsheetVersion from 
Workbook</description></item><item><title> 
fix</title><link>http://poi.apache.org/changes.html</link><description> fix by 
POI Developers - Fix NPE when calling 
HSLFTextRun.setHorizontalCentered()</description></item><item><title> add(bug 
58633)</title><link>http://poi.apache.org/changes.html</link><description> add 
by POI Developers (bug 5863
 3) - Set multiple cell style properties at 
once</description></item><item><title> add(bug 
56004)</title><link>http://poi.apache.org/changes.html</link><description> add 
by POI Developers (bug 56004) - Support for WMF 
rendering</description></item><item><title> add(bug 
56892)</title><link>http://poi.apache.org/changes.html</link><description> add 
by POI Developers (bug 56892) - Add API for inserting ignored warnings into 
XSSF sheets. This can be used e.g. to suppress 'number stored as text' 
warnings.</description></item><item><title> add(bug 
58847)</title><link>http://poi.apache.org/changes.html</link><description> add 
by POI Developers (bug 58847) - Getters/setters/removers for the additional 
well-known document summary information properties from Office 
12</description></item><item><title> add(bug 
57796)</title><link>http://poi.apache.org/changes.html</link><description> add 
by POI Developers (bug 57796) - Support hyperlink extraction when rendering 
slides</description></item><item
 ><title> fix(bug 
 >54916)</title><link>http://poi.apache.org/changes.html</link><description> 
 >fix by POI Developers (bug 54916) - POI does not always read all the slides 
 >in pptx files</description></item><item><title> fix(bug 
 >58043)</title><link>http://poi.apache.org/changes.html</link><description> 
 >fix by POI Developers (bug 58043) - Provide some compatibility between HSSF 
 >and XSSF in regards to values for 
 >CellStyle.setRotation()</description></item><item><title> fix(bug 
 >58067)</title><link>http://poi.apache.org/changes.html</link><description> 
 >fix by POI Developers (bug 58067) - XWPF: don't return deleted text when 
 >document is in review-mode</description></item><item><title> fix(bug 
 >58618)</title><link>http://poi.apache.org/changes.html</link><description> 
 >fix by POI Developers (bug 58618) - XWPFParagraph insertNewRun and removeRun 
 >work incorrectly for runs after hyperlink/field 
 >runs</description></item><item><title> fix(bug 
 >58760)</title><link>http://poi.apache.org/changes.html</li
 nk><description> fix by POI Developers (bug 58760) - Non-standard 
namespace-key breaks parsing XLSX files</description></item><item><title> 
fix(bug 
58746)</title><link>http://poi.apache.org/changes.html</link><description> fix 
by POI Developers (bug 58746) - Fix missing adjustment of formulas when 
sheet-ordering is changed.</description></item><item><title> fix(bug 
58616)</title><link>http://poi.apache.org/changes.html</link><description> fix 
by POI Developers (bug 58616) - Try to initialize with empty password if not 
done before</description></item><item><title> 
fix</title><link>http://poi.apache.org/changes.html</link><description> fix by 
POI Developers - Fix some cases where file-handles were left open, mostly when 
failing to parse documents</description></item><item><title> fix(bug 
55030)</title><link>http://poi.apache.org/changes.html</link><description> fix 
by POI Developers (bug 55030) - RichTextRun getFontName can not get chinese 
font name</description></item><item><title> f
 ix(bug 
56570)</title><link>http://poi.apache.org/changes.html</link><description> fix 
by POI Developers (bug 56570) - RecordType has repeat by code type 
3009</description></item><item><title> fix(bug 
58159)</title><link>http://poi.apache.org/changes.html</link><description> fix 
by POI Developers (bug 58159) - getHeaderText() and getFooterText() duplicate 
text in sheet.getTextRuns()</description></item><item><title> fix(bug 
58775)</title><link>http://poi.apache.org/changes.html</link><description> fix 
by POI Developers (bug 58775) - Set maximum number of data formats to avoid 
corrupted workbook</description></item><item><title> add(bug 
58778)</title><link>http://poi.apache.org/changes.html</link><description> add 
by POI Developers (bug 58778) - Override built-in number formats in 
XSSFWorkbooks</description></item><item><title> fix(bug 
58733)</title><link>http://poi.apache.org/changes.html</link><description> fix 
by POI Developers (bug 58733) - New AIOOBE in getCell while iterating th
 rough a table in PPT</description></item><item><title> fix(bug 
58718)</title><link>http://poi.apache.org/changes.html</link><description> fix 
by POI Developers (bug 58718) - Master styles not initialized when running 
multithreaded</description></item></channel></rss>
\ No newline at end of file
+<rss version="0.91"><channel><title>Apache POI 
Changes</title><link>http://poi.apache.org/changes.html</link><description>Apache
 POI Changes</description><language>en-us</language><item><title> add(bug 
57031)</title><link>http://poi.apache.org/changes.html</link><description> add 
by POI Developers (bug 57031) - Out of Memory when extracting text from 
attached files</description></item><item><title> 
fix</title><link>http://poi.apache.org/changes.html</link><description> fix by 
POI Developers - More helpful exception when POIFSFileSystem is given a raw XML 
file</description></item></channel></rss>
\ No newline at end of file

Modified: poi/site/src/documentation/content/xdocs/status.xml
URL: 
http://svn.apache.org/viewvc/poi/site/src/documentation/content/xdocs/status.xml?rev=1734216&r1=1734215&r2=1734216&view=diff
==============================================================================
--- poi/site/src/documentation/content/xdocs/status.xml (original)
+++ poi/site/src/documentation/content/xdocs/status.xml Wed Mar  9 10:58:19 2016
@@ -41,6 +41,7 @@
 
     <release version="3.14-beta1" date="2016-07-??">
         <action dev="PD" type="add" fixes-bug="57031">Out of Memory when 
extracting text from attached files</action>
+        <action dev="PD" type="fix">More helpful exception when 
POIFSFileSystem is given a raw XML file</action>
     </release>
 
     <release version="3.14" date="2016-03-07">



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to