Author: nick
Date: Wed Aug 13 16:09:35 2014
New Revision: 1617748
URL: http://svn.apache.org/r1617748
Log:
Republish javadocs
Added:
poi/site/publish/apidocs/org/apache/poi/util/DocumentHelper.html
poi/site/publish/apidocs/org/apache/poi/util/class-use/DocumentHelper.html
Modified:
poi/site/publish/apidocs/allclasses-frame.html
poi/site/publish/apidocs/allclasses-noframe.html
poi/site/publish/apidocs/constant-values.html
poi/site/publish/apidocs/index-all.html
poi/site/publish/apidocs/org/apache/poi/openxml4j/exceptions/class-use/InvalidFormatException.html
poi/site/publish/apidocs/org/apache/poi/openxml4j/opc/Configuration.html
poi/site/publish/apidocs/org/apache/poi/openxml4j/opc/StreamHelper.html
poi/site/publish/apidocs/org/apache/poi/openxml4j/opc/internal/ContentTypeManager.html
poi/site/publish/apidocs/org/apache/poi/openxml4j/opc/internal/PackagePropertiesPart.html
poi/site/publish/apidocs/org/apache/poi/openxml4j/opc/internal/ZipContentTypeManager.html
poi/site/publish/apidocs/org/apache/poi/openxml4j/opc/internal/unmarshallers/PackagePropertiesUnmarshaller.html
poi/site/publish/apidocs/org/apache/poi/util/DelayableLittleEndianOutput.html
poi/site/publish/apidocs/org/apache/poi/util/DrawingDump.html
poi/site/publish/apidocs/org/apache/poi/util/SAXHelper.html
poi/site/publish/apidocs/org/apache/poi/util/package-frame.html
poi/site/publish/apidocs/org/apache/poi/util/package-summary.html
poi/site/publish/apidocs/org/apache/poi/util/package-tree.html
poi/site/publish/apidocs/overview-tree.html
Modified: poi/site/publish/apidocs/allclasses-frame.html
URL:
http://svn.apache.org/viewvc/poi/site/publish/apidocs/allclasses-frame.html?rev=1617748&r1=1617747&r2=1617748&view=diff
==============================================================================
--- poi/site/publish/apidocs/allclasses-frame.html (original)
+++ poi/site/publish/apidocs/allclasses-frame.html Wed Aug 13 16:09:35 2014
@@ -382,6 +382,7 @@
<li><a href="org/apache/poi/poifs/filesystem/DocumentDescriptor.html"
title="class in org.apache.poi.poifs.filesystem"
target="classFrame">DocumentDescriptor</a></li>
<li><a href="org/apache/poi/hslf/record/DocumentEncryptionAtom.html"
title="class in org.apache.poi.hslf.record"
target="classFrame">DocumentEncryptionAtom</a></li>
<li><a href="org/apache/poi/poifs/filesystem/DocumentEntry.html"
title="interface in org.apache.poi.poifs.filesystem"
target="classFrame"><i>DocumentEntry</i></a></li>
+<li><a href="org/apache/poi/util/DocumentHelper.html" title="class in
org.apache.poi.util" target="classFrame">DocumentHelper</a></li>
<li><a href="org/apache/poi/poifs/filesystem/DocumentInputStream.html"
title="class in org.apache.poi.poifs.filesystem"
target="classFrame">DocumentInputStream</a></li>
<li><a href="org/apache/poi/poifs/filesystem/DocumentNode.html" title="class
in org.apache.poi.poifs.filesystem" target="classFrame">DocumentNode</a></li>
<li><a href="org/apache/poi/poifs/filesystem/DocumentOutputStream.html"
title="class in org.apache.poi.poifs.filesystem"
target="classFrame">DocumentOutputStream</a></li>
Modified: poi/site/publish/apidocs/allclasses-noframe.html
URL:
http://svn.apache.org/viewvc/poi/site/publish/apidocs/allclasses-noframe.html?rev=1617748&r1=1617747&r2=1617748&view=diff
==============================================================================
--- poi/site/publish/apidocs/allclasses-noframe.html (original)
+++ poi/site/publish/apidocs/allclasses-noframe.html Wed Aug 13 16:09:35 2014
@@ -382,6 +382,7 @@
<li><a href="org/apache/poi/poifs/filesystem/DocumentDescriptor.html"
title="class in org.apache.poi.poifs.filesystem">DocumentDescriptor</a></li>
<li><a href="org/apache/poi/hslf/record/DocumentEncryptionAtom.html"
title="class in org.apache.poi.hslf.record">DocumentEncryptionAtom</a></li>
<li><a href="org/apache/poi/poifs/filesystem/DocumentEntry.html"
title="interface in
org.apache.poi.poifs.filesystem"><i>DocumentEntry</i></a></li>
+<li><a href="org/apache/poi/util/DocumentHelper.html" title="class in
org.apache.poi.util">DocumentHelper</a></li>
<li><a href="org/apache/poi/poifs/filesystem/DocumentInputStream.html"
title="class in org.apache.poi.poifs.filesystem">DocumentInputStream</a></li>
<li><a href="org/apache/poi/poifs/filesystem/DocumentNode.html" title="class
in org.apache.poi.poifs.filesystem">DocumentNode</a></li>
<li><a href="org/apache/poi/poifs/filesystem/DocumentOutputStream.html"
title="class in org.apache.poi.poifs.filesystem">DocumentOutputStream</a></li>
Modified: poi/site/publish/apidocs/constant-values.html
URL:
http://svn.apache.org/viewvc/poi/site/publish/apidocs/constant-values.html?rev=1617748&r1=1617747&r2=1617748&view=diff
==============================================================================
--- poi/site/publish/apidocs/constant-values.html (original)
+++ poi/site/publish/apidocs/constant-values.html Wed Aug 13 16:09:35 2014
@@ -21450,13 +21450,6 @@
<td><code><a
href="org/apache/poi/openxml4j/opc/internal/PackagePropertiesPart.html#NAMESPACE_DCTERMS_URI">NAMESPACE_DCTERMS_URI</a></code></td>
<td class="colLast"><code>"http://purl.org/dc/terms/"</code></td>
</tr>
-<tr class="rowColor">
-<td class="colFirst"><a
name="org.apache.poi.openxml4j.opc.internal.PackagePropertiesPart.NAMESPACE_XSI_URI">
-<!-- -->
-</a><code>public static final java.lang.String</code></td>
-<td><code><a
href="org/apache/poi/openxml4j/opc/internal/PackagePropertiesPart.html#NAMESPACE_XSI_URI">NAMESPACE_XSI_URI</a></code></td>
-<td
class="colLast"><code>"http://www.w3.org/2001/XMLSchema-instance"</code></td>
-</tr>
</tbody>
</table>
</li>
Modified: poi/site/publish/apidocs/index-all.html
URL:
http://svn.apache.org/viewvc/poi/site/publish/apidocs/index-all.html?rev=1617748&r1=1617747&r2=1617748&view=diff
==============================================================================
--- poi/site/publish/apidocs/index-all.html (original)
+++ poi/site/publish/apidocs/index-all.html Wed Aug 13 16:09:35 2014
@@ -812,6 +812,14 @@
<dd>
<div class="block">creates new name</div>
</dd>
+<dt><span class="strong"><a
href="./org/apache/poi/util/DocumentHelper.html#addNamespaceDeclaration(org.w3c.dom.Element,
java.lang.String, java.lang.String)">addNamespaceDeclaration(Element, String,
String)</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">Adds a namespace declaration attribute to the given
element.</div>
+</dd>
+<dt><span class="strong"><a
href="./org/apache/poi/util/DocumentHelper.html#addNamespaceDeclaration(org.w3c.dom.Element,
javax.xml.stream.events.Namespace)">addNamespaceDeclaration(Element,
Namespace)</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">Adds a namespace declaration attribute to the given
element.</div>
+</dd>
<dt><span class="strong"><a
href="./org/apache/poi/xwpf/usermodel/XWPFTable.html#addNewCol()">addNewCol()</a></span>
- Method in class org.apache.poi.xwpf.usermodel.<a
href="./org/apache/poi/xwpf/usermodel/XWPFTable.html" title="class in
org.apache.poi.xwpf.usermodel">XWPFTable</a></dt>
<dd>
<div class="block">add a new column for each row in this table</div>
@@ -4334,7 +4342,7 @@
<dd>
<div class="block">Check if a logger is enabled to log at the specified
level</div>
</dd>
-<dt><span class="strong"><a
href="./org/apache/poi/openxml4j/opc/internal/unmarshallers/PackagePropertiesUnmarshaller.html#checkElementForOPCCompliance(org.dom4j.Element)">checkElementForOPCCompliance(Element)</a></span>
- Method in class org.apache.poi.openxml4j.opc.internal.unmarshallers.<a
href="./org/apache/poi/openxml4j/opc/internal/unmarshallers/PackagePropertiesUnmarshaller.html"
title="class in
org.apache.poi.openxml4j.opc.internal.unmarshallers">PackagePropertiesUnmarshaller</a></dt>
+<dt><span class="strong"><a
href="./org/apache/poi/openxml4j/opc/internal/unmarshallers/PackagePropertiesUnmarshaller.html#checkElementForOPCCompliance(org.w3c.dom.Element)">checkElementForOPCCompliance(Element)</a></span>
- Method in class org.apache.poi.openxml4j.opc.internal.unmarshallers.<a
href="./org/apache/poi/openxml4j/opc/internal/unmarshallers/PackagePropertiesUnmarshaller.html"
title="class in
org.apache.poi.openxml4j.opc.internal.unmarshallers">PackagePropertiesUnmarshaller</a></dt>
<dd>
<div class="block">Check the element for the following OPC compliance
rules:</div>
</dd>
@@ -7730,6 +7738,8 @@
<div class="block">create a new DocumentEntry in the root entry; the data will
be
provided later</div>
</dd>
+<dt><span class="strong"><a
href="./org/apache/poi/util/DocumentHelper.html#createDocument()">createDocument()</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> </dd>
<dt><span class="strong"><a
href="./org/apache/poi/poifs/filesystem/DirectoryNode.html#createDocumentInputStream(java.lang.String)">createDocumentInputStream(String)</a></span>
- Method in class org.apache.poi.poifs.filesystem.<a
href="./org/apache/poi/poifs/filesystem/DirectoryNode.html" title="class in
org.apache.poi.poifs.filesystem">DirectoryNode</a></dt>
<dd>
<div class="block">open a document in the directory's entry's list of
entries</div>
@@ -10012,6 +10022,10 @@
<div class="block">This interface defines methods specific to Document objects
managed by a Filesystem instance.</div>
</dd>
+<dt><a href="./org/apache/poi/util/DocumentHelper.html" title="class in
org.apache.poi.util"><span class="strong">DocumentHelper</span></a> - Class in
<a
href="./org/apache/poi/util/package-summary.html">org.apache.poi.util</a></dt>
+<dd> </dd>
+<dt><span class="strong"><a
href="./org/apache/poi/util/DocumentHelper.html#DocumentHelper()">DocumentHelper()</a></span>
- Constructor for class org.apache.poi.util.<a
href="./org/apache/poi/util/DocumentHelper.html" title="class in
org.apache.poi.util">DocumentHelper</a></dt>
+<dd> </dd>
<dt><a href="./org/apache/poi/poifs/filesystem/DocumentInputStream.html"
title="class in org.apache.poi.poifs.filesystem"><span
class="strong">DocumentInputStream</span></a> - Class in <a
href="./org/apache/poi/poifs/filesystem/package-summary.html">org.apache.poi.poifs.filesystem</a></dt>
<dd>
<div class="block">This class provides methods to read a DocumentEntry managed
by a
@@ -20820,6 +20834,10 @@ return null</div>
<dd>
<div class="block">Returns the DocumentAtom of this Document</div>
</dd>
+<dt><span class="strong"><a
href="./org/apache/poi/util/SAXHelper.html#getDocumentBuilder()">getDocumentBuilder()</a></span>
- Static method in class org.apache.poi.util.<a
href="./org/apache/poi/util/SAXHelper.html" title="class in
org.apache.poi.util">SAXHelper</a></dt>
+<dd>
+<div class="block">Creates a new document builder, with sensible defaults</div>
+</dd>
<dt><span class="strong"><a
href="./org/apache/poi/util/XMLHelper.html#getDocumentBuilderFactory()">getDocumentBuilderFactory()</a></span>
- Static method in class org.apache.poi.util.<a
href="./org/apache/poi/util/XMLHelper.html" title="class in
org.apache.poi.util">XMLHelper</a></dt>
<dd>
<div class="block">Creates a new DocumentBuilderFactory, with sensible
defaults</div>
@@ -31271,10 +31289,6 @@ return null</div>
<dd>
<div class="block">Was the document saved with True Type fonts embeded?</div>
</dd>
-<dt><span class="strong"><a
href="./org/apache/poi/util/SAXHelper.html#getSAXReader()">getSAXReader()</a></span>
- Static method in class org.apache.poi.util.<a
href="./org/apache/poi/util/SAXHelper.html" title="class in
org.apache.poi.util">SAXHelper</a></dt>
-<dd>
-<div class="block">Creates a new SAX Reader, with sensible defaults</div>
-</dd>
<dt><span class="strong"><a
href="./org/apache/poi/poifs/storage/SmallBlockTableWriter.html#getSBAT()">getSBAT()</a></span>
- Method in class org.apache.poi.poifs.storage.<a
href="./org/apache/poi/poifs/storage/SmallBlockTableWriter.html" title="class
in org.apache.poi.poifs.storage">SmallBlockTableWriter</a></dt>
<dd>
<div class="block">Get the SBAT</div>
@@ -45231,8 +45245,6 @@ return null</div>
</dd>
<dt><span class="strong"><a
href="./org/apache/poi/openxml4j/opc/internal/PackagePropertiesPart.html#NAMESPACE_DCTERMS_URI">NAMESPACE_DCTERMS_URI</a></span>
- Static variable in class org.apache.poi.openxml4j.opc.internal.<a
href="./org/apache/poi/openxml4j/opc/internal/PackagePropertiesPart.html"
title="class in
org.apache.poi.openxml4j.opc.internal">PackagePropertiesPart</a></dt>
<dd> </dd>
-<dt><span class="strong"><a
href="./org/apache/poi/openxml4j/opc/internal/PackagePropertiesPart.html#NAMESPACE_XSI_URI">NAMESPACE_XSI_URI</a></span>
- Static variable in class org.apache.poi.openxml4j.opc.internal.<a
href="./org/apache/poi/openxml4j/opc/internal/PackagePropertiesPart.html"
title="class in
org.apache.poi.openxml4j.opc.internal">PackagePropertiesPart</a></dt>
-<dd> </dd>
<dt><a href="./org/apache/poi/ss/formula/ptg/NameXPtg.html" title="class in
org.apache.poi.ss.formula.ptg"><span class="strong">NameXPtg</span></a> - Class
in <a
href="./org/apache/poi/ss/formula/ptg/package-summary.html">org.apache.poi.ss.formula.ptg</a></dt>
<dd>
<div class="block">A Name, be that a Named Range or a Function / User Defined
@@ -53024,11 +53036,11 @@ Compound Document Format.</div>
<dd>
<div class="block">Constructor to read the table from the table stream.</div>
</dd>
-<dt><span class="strong"><a
href="./org/apache/poi/openxml4j/opc/internal/ContentTypeManager.html#saveImpl(org.dom4j.Document,
java.io.OutputStream)">saveImpl(Document, OutputStream)</a></span> - Method in
class org.apache.poi.openxml4j.opc.internal.<a
href="./org/apache/poi/openxml4j/opc/internal/ContentTypeManager.html"
title="class in
org.apache.poi.openxml4j.opc.internal">ContentTypeManager</a></dt>
+<dt><span class="strong"><a
href="./org/apache/poi/openxml4j/opc/internal/ContentTypeManager.html#saveImpl(org.w3c.dom.Document,
java.io.OutputStream)">saveImpl(Document, OutputStream)</a></span> - Method in
class org.apache.poi.openxml4j.opc.internal.<a
href="./org/apache/poi/openxml4j/opc/internal/ContentTypeManager.html"
title="class in
org.apache.poi.openxml4j.opc.internal">ContentTypeManager</a></dt>
<dd>
<div class="block">Specific implementation of the save method.</div>
</dd>
-<dt><span class="strong"><a
href="./org/apache/poi/openxml4j/opc/internal/ZipContentTypeManager.html#saveImpl(org.dom4j.Document,
java.io.OutputStream)">saveImpl(Document, OutputStream)</a></span> - Method in
class org.apache.poi.openxml4j.opc.internal.<a
href="./org/apache/poi/openxml4j/opc/internal/ZipContentTypeManager.html"
title="class in
org.apache.poi.openxml4j.opc.internal">ZipContentTypeManager</a></dt>
+<dt><span class="strong"><a
href="./org/apache/poi/openxml4j/opc/internal/ZipContentTypeManager.html#saveImpl(org.w3c.dom.Document,
java.io.OutputStream)">saveImpl(Document, OutputStream)</a></span> - Method in
class org.apache.poi.openxml4j.opc.internal.<a
href="./org/apache/poi/openxml4j/opc/internal/ZipContentTypeManager.html"
title="class in
org.apache.poi.openxml4j.opc.internal">ZipContentTypeManager</a></dt>
<dd> </dd>
<dt><span class="strong"><a
href="./org/apache/poi/openxml4j/opc/OPCPackage.html#saveImpl(java.io.OutputStream)">saveImpl(OutputStream)</a></span>
- Method in class org.apache.poi.openxml4j.opc.<a
href="./org/apache/poi/openxml4j/opc/OPCPackage.html" title="class in
org.apache.poi.openxml4j.opc">OPCPackage</a></dt>
<dd>
@@ -53050,9 +53062,9 @@ Compound Document Format.</div>
<dd> </dd>
<dt><span class="strong"><a
href="./org/apache/poi/hssf/record/SaveRecalcRecord.html#SaveRecalcRecord(org.apache.poi.hssf.record.RecordInputStream)">SaveRecalcRecord(RecordInputStream)</a></span>
- Constructor for class org.apache.poi.hssf.record.<a
href="./org/apache/poi/hssf/record/SaveRecalcRecord.html" title="class in
org.apache.poi.hssf.record">SaveRecalcRecord</a></dt>
<dd> </dd>
-<dt><span class="strong"><a
href="./org/apache/poi/openxml4j/opc/StreamHelper.html#saveXmlInStream(org.dom4j.Document,
java.io.OutputStream)">saveXmlInStream(Document, OutputStream)</a></span> -
Static method in class org.apache.poi.openxml4j.opc.<a
href="./org/apache/poi/openxml4j/opc/StreamHelper.html" title="class in
org.apache.poi.openxml4j.opc">StreamHelper</a></dt>
+<dt><span class="strong"><a
href="./org/apache/poi/openxml4j/opc/StreamHelper.html#saveXmlInStream(org.w3c.dom.Document,
java.io.OutputStream)">saveXmlInStream(Document, OutputStream)</a></span> -
Static method in class org.apache.poi.openxml4j.opc.<a
href="./org/apache/poi/openxml4j/opc/StreamHelper.html" title="class in
org.apache.poi.openxml4j.opc">StreamHelper</a></dt>
<dd>
-<div class="block">Turning the DOM4j object in the specified output
stream.</div>
+<div class="block">Save the document object in the specified output
stream.</div>
</dd>
<dt><a href="./org/apache/poi/util/SAXHelper.html" title="class in
org.apache.poi.util"><span class="strong">SAXHelper</span></a> - Class in <a
href="./org/apache/poi/util/package-summary.html">org.apache.poi.util</a></dt>
<dd>
Modified:
poi/site/publish/apidocs/org/apache/poi/openxml4j/exceptions/class-use/InvalidFormatException.html
URL:
http://svn.apache.org/viewvc/poi/site/publish/apidocs/org/apache/poi/openxml4j/exceptions/class-use/InvalidFormatException.html?rev=1617748&r1=1617747&r2=1617748&view=diff
==============================================================================
---
poi/site/publish/apidocs/org/apache/poi/openxml4j/exceptions/class-use/InvalidFormatException.html
(original)
+++
poi/site/publish/apidocs/org/apache/poi/openxml4j/exceptions/class-use/InvalidFormatException.html
Wed Aug 13 16:09:35 2014
@@ -571,7 +571,7 @@
<tbody>
<tr class="altColor">
<td class="colFirst"><code>void</code></td>
-<td class="colLast"><span
class="strong">PackagePropertiesUnmarshaller.</span><code><strong><a
href="../../../../../../org/apache/poi/openxml4j/opc/internal/unmarshallers/PackagePropertiesUnmarshaller.html#checkElementForOPCCompliance(org.dom4j.Element)">checkElementForOPCCompliance</a></strong>(org.dom4j.Element el)</code>
+<td class="colLast"><span
class="strong">PackagePropertiesUnmarshaller.</span><code><strong><a
href="../../../../../../org/apache/poi/openxml4j/opc/internal/unmarshallers/PackagePropertiesUnmarshaller.html#checkElementForOPCCompliance(org.w3c.dom.Element)">checkElementForOPCCompliance</a></strong>(org.w3c.dom.Element el)</code>
<div class="block">Check the element for the following OPC compliance
rules:</div>
</td>
</tr>
Modified:
poi/site/publish/apidocs/org/apache/poi/openxml4j/opc/Configuration.html
URL:
http://svn.apache.org/viewvc/poi/site/publish/apidocs/org/apache/poi/openxml4j/opc/Configuration.html?rev=1617748&r1=1617747&r2=1617748&view=diff
==============================================================================
--- poi/site/publish/apidocs/org/apache/poi/openxml4j/opc/Configuration.html
(original)
+++ poi/site/publish/apidocs/org/apache/poi/openxml4j/opc/Configuration.html
Wed Aug 13 16:09:35 2014
@@ -97,7 +97,7 @@
<pre>public final class <span class="strong">Configuration</span>
extends java.lang.Object</pre>
<div class="block">Storage class for configuration storage parameters.
- TODO xml syntax checking is no longer done with DOM4j parser -> remove the
schema or do it ?</div>
+ TODO xml syntax checking is not done with JAXP by default -> remove the
schema or do it ?</div>
<dl><dt><span class="strong">Version:</span></dt>
<dd>1.0</dd>
<dt><span class="strong">Author:</span></dt>
Modified:
poi/site/publish/apidocs/org/apache/poi/openxml4j/opc/StreamHelper.html
URL:
http://svn.apache.org/viewvc/poi/site/publish/apidocs/org/apache/poi/openxml4j/opc/StreamHelper.html?rev=1617748&r1=1617747&r2=1617748&view=diff
==============================================================================
--- poi/site/publish/apidocs/org/apache/poi/openxml4j/opc/StreamHelper.html
(original)
+++ poi/site/publish/apidocs/org/apache/poi/openxml4j/opc/StreamHelper.html Wed
Aug 13 16:09:35 2014
@@ -123,9 +123,9 @@ extends java.lang.Object</pre>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static boolean</code></td>
-<td class="colLast"><code><strong><a
href="../../../../../org/apache/poi/openxml4j/opc/StreamHelper.html#saveXmlInStream(org.dom4j.Document,
java.io.OutputStream)">saveXmlInStream</a></strong>(org.dom4j.Document xmlContent,
+<td class="colLast"><code><strong><a
href="../../../../../org/apache/poi/openxml4j/opc/StreamHelper.html#saveXmlInStream(org.w3c.dom.Document,
java.io.OutputStream)">saveXmlInStream</a></strong>(org.w3c.dom.Document xmlContent,
java.io.OutputStream outStream)</code>
-<div class="block">Turning the DOM4j object in the specified output
stream.</div>
+<div class="block">Save the document object in the specified output
stream.</div>
</td>
</tr>
</table>
@@ -150,15 +150,15 @@ extends java.lang.Object</pre>
<!-- -->
</a>
<h3>Method Detail</h3>
-<a name="saveXmlInStream(org.dom4j.Document, java.io.OutputStream)">
+<a name="saveXmlInStream(org.w3c.dom.Document, java.io.OutputStream)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>saveXmlInStream</h4>
-<pre>public
static boolean saveXmlInStream(org.dom4j.Document xmlContent,
+<pre>public
static boolean saveXmlInStream(org.w3c.dom.Document xmlContent,
java.io.OutputStream outStream)</pre>
-<div class="block">Turning the DOM4j object in the specified output
stream.</div>
+<div class="block">Save the document object in the specified output
stream.</div>
<dl><dt><span
class="strong">Parameters:</span></dt><dd><code>xmlContent</code> - The XML
document.</dd><dd><code>outStream</code> - The OutputStream in which the XML
document will be written.</dd>
<dt><span class="strong">Returns:</span></dt><dd><b>true</b> if the xml is
successfully written in the stream,
else <b>false</b>.</dd></dl>
Modified:
poi/site/publish/apidocs/org/apache/poi/openxml4j/opc/internal/ContentTypeManager.html
URL:
http://svn.apache.org/viewvc/poi/site/publish/apidocs/org/apache/poi/openxml4j/opc/internal/ContentTypeManager.html?rev=1617748&r1=1617747&r2=1617748&view=diff
==============================================================================
---
poi/site/publish/apidocs/org/apache/poi/openxml4j/opc/internal/ContentTypeManager.html
(original)
+++
poi/site/publish/apidocs/org/apache/poi/openxml4j/opc/internal/ContentTypeManager.html
Wed Aug 13 16:09:35 2014
@@ -221,7 +221,7 @@ extends java.lang.Object</pre>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>abstract boolean</code></td>
-<td class="colLast"><code><strong><a
href="../../../../../../org/apache/poi/openxml4j/opc/internal/ContentTypeManager.html#saveImpl(org.dom4j.Document,
java.io.OutputStream)">saveImpl</a></strong>(org.dom4j.Document content,
+<td class="colLast"><code><strong><a
href="../../../../../../org/apache/poi/openxml4j/opc/internal/ContentTypeManager.html#saveImpl(org.w3c.dom.Document,
java.io.OutputStream)">saveImpl</a></strong>(org.w3c.dom.Document content,
java.io.OutputStream out)</code>
<div class="block">Specific implementation of the save method.</div>
</td>
@@ -473,13 +473,13 @@ extends java.lang.Object</pre>
<dt><span class="strong">Returns:</span></dt><dd><b>true</b> if the operation
success, else <b>false</b>.</dd></dl>
</li>
</ul>
-<a name="saveImpl(org.dom4j.Document, java.io.OutputStream)">
+<a name="saveImpl(org.w3c.dom.Document, java.io.OutputStream)">
<!-- -->
</a>
<ul class="blockListLast">
<li class="blockList">
<h4>saveImpl</h4>
-<pre>public
abstract boolean saveImpl(org.dom4j.Document content,
+<pre>public
abstract boolean saveImpl(org.w3c.dom.Document content,
java.io.OutputStream out)</pre>
<div class="block">Specific implementation of the save method. Call by the
save() method,
call before exiting.</div>
Modified:
poi/site/publish/apidocs/org/apache/poi/openxml4j/opc/internal/PackagePropertiesPart.html
URL:
http://svn.apache.org/viewvc/poi/site/publish/apidocs/org/apache/poi/openxml4j/opc/internal/PackagePropertiesPart.html?rev=1617748&r1=1617747&r2=1617748&view=diff
==============================================================================
---
poi/site/publish/apidocs/org/apache/poi/openxml4j/opc/internal/PackagePropertiesPart.html
(original)
+++
poi/site/publish/apidocs/org/apache/poi/openxml4j/opc/internal/PackagePropertiesPart.html
Wed Aug 13 16:09:35 2014
@@ -213,28 +213,24 @@ implements <a href="../../../../../../or
<td class="colLast"><code><strong><a
href="../../../../../../org/apache/poi/openxml4j/opc/internal/PackagePropertiesPart.html#NAMESPACE_DCTERMS_URI">NAMESPACE_DCTERMS_URI</a></strong></code> </td>
</tr>
<tr class="rowColor">
-<td class="colFirst"><code>static java.lang.String</code></td>
-<td class="colLast"><code><strong><a
href="../../../../../../org/apache/poi/openxml4j/opc/internal/PackagePropertiesPart.html#NAMESPACE_XSI_URI">NAMESPACE_XSI_URI</a></strong></code> </td>
-</tr>
-<tr class="altColor">
<td class="colFirst"><code>protected <a
href="../../../../../../org/apache/poi/openxml4j/util/Nullable.html"
title="class in
org.apache.poi.openxml4j.util">Nullable</a><java.lang.String></code></td>
<td class="colLast"><code><strong><a
href="../../../../../../org/apache/poi/openxml4j/opc/internal/PackagePropertiesPart.html#revision">revision</a></strong></code>
<div class="block">The revision number.</div>
</td>
</tr>
-<tr class="rowColor">
+<tr class="altColor">
<td class="colFirst"><code>protected <a
href="../../../../../../org/apache/poi/openxml4j/util/Nullable.html"
title="class in
org.apache.poi.openxml4j.util">Nullable</a><java.lang.String></code></td>
<td class="colLast"><code><strong><a
href="../../../../../../org/apache/poi/openxml4j/opc/internal/PackagePropertiesPart.html#subject">subject</a></strong></code>
<div class="block">The topic of the content of the resource.</div>
</td>
</tr>
-<tr class="altColor">
+<tr class="rowColor">
<td class="colFirst"><code>protected <a
href="../../../../../../org/apache/poi/openxml4j/util/Nullable.html"
title="class in
org.apache.poi.openxml4j.util">Nullable</a><java.lang.String></code></td>
<td class="colLast"><code><strong><a
href="../../../../../../org/apache/poi/openxml4j/opc/internal/PackagePropertiesPart.html#title">title</a></strong></code>
<div class="block">The name given to the resource.</div>
</td>
</tr>
-<tr class="rowColor">
+<tr class="altColor">
<td class="colFirst"><code>protected <a
href="../../../../../../org/apache/poi/openxml4j/util/Nullable.html"
title="class in
org.apache.poi.openxml4j.util">Nullable</a><java.lang.String></code></td>
<td class="colLast"><code><strong><a
href="../../../../../../org/apache/poi/openxml4j/opc/internal/PackagePropertiesPart.html#version">version</a></strong></code>
<div class="block">The version number.</div>
@@ -615,16 +611,6 @@ implements <a href="../../../../../../or
<dl><dt><span class="strong">See Also:</span></dt><dd><a
href="../../../../../../constant-values.html#org.apache.poi.openxml4j.opc.internal.PackagePropertiesPart.NAMESPACE_DCTERMS_URI">Constant
Field Values</a></dd></dl>
</li>
</ul>
-<a name="NAMESPACE_XSI_URI">
-<!-- -->
-</a>
-<ul class="blockList">
-<li class="blockList">
-<h4>NAMESPACE_XSI_URI</h4>
-<pre>public static final java.lang.String NAMESPACE_XSI_URI</pre>
-<dl><dt><span class="strong">See Also:</span></dt><dd><a
href="../../../../../../constant-values.html#org.apache.poi.openxml4j.opc.internal.PackagePropertiesPart.NAMESPACE_XSI_URI">Constant
Field Values</a></dd></dl>
-</li>
-</ul>
<a name="category">
<!-- -->
</a>
Modified:
poi/site/publish/apidocs/org/apache/poi/openxml4j/opc/internal/ZipContentTypeManager.html
URL:
http://svn.apache.org/viewvc/poi/site/publish/apidocs/org/apache/poi/openxml4j/opc/internal/ZipContentTypeManager.html?rev=1617748&r1=1617747&r2=1617748&view=diff
==============================================================================
---
poi/site/publish/apidocs/org/apache/poi/openxml4j/opc/internal/ZipContentTypeManager.html
(original)
+++
poi/site/publish/apidocs/org/apache/poi/openxml4j/opc/internal/ZipContentTypeManager.html
Wed Aug 13 16:09:35 2014
@@ -162,7 +162,7 @@ extends <a href="../../../../../../org/a
</tr>
<tr class="altColor">
<td class="colFirst"><code>boolean</code></td>
-<td class="colLast"><code><strong><a
href="../../../../../../org/apache/poi/openxml4j/opc/internal/ZipContentTypeManager.html#saveImpl(org.dom4j.Document,
java.io.OutputStream)">saveImpl</a></strong>(org.dom4j.Document content,
+<td class="colLast"><code><strong><a
href="../../../../../../org/apache/poi/openxml4j/opc/internal/ZipContentTypeManager.html#saveImpl(org.w3c.dom.Document,
java.io.OutputStream)">saveImpl</a></strong>(org.w3c.dom.Document content,
java.io.OutputStream out)</code>
<div class="block">Specific implementation of the save method.</div>
</td>
@@ -220,20 +220,20 @@ extends <a href="../../../../../../org/a
<!-- -->
</a>
<h3>Method Detail</h3>
-<a name="saveImpl(org.dom4j.Document, java.io.OutputStream)">
+<a name="saveImpl(org.w3c.dom.Document, java.io.OutputStream)">
<!-- -->
</a>
<ul class="blockListLast">
<li class="blockList">
<h4>saveImpl</h4>
-<pre>public boolean saveImpl(org.dom4j.Document content,
+<pre>public boolean saveImpl(org.w3c.dom.Document content,
java.io.OutputStream out)</pre>
-<div class="block"><strong>Description copied from class: <code><a
href="../../../../../../org/apache/poi/openxml4j/opc/internal/ContentTypeManager.html#saveImpl(org.dom4j.Document,
java.io.OutputStream)">ContentTypeManager</a></code></strong></div>
+<div class="block"><strong>Description copied from class: <code><a
href="../../../../../../org/apache/poi/openxml4j/opc/internal/ContentTypeManager.html#saveImpl(org.w3c.dom.Document,
java.io.OutputStream)">ContentTypeManager</a></code></strong></div>
<div class="block">Specific implementation of the save method. Call by the
save() method,
call before exiting.</div>
<dl>
<dt><strong>Specified by:</strong></dt>
-<dd><code><a
href="../../../../../../org/apache/poi/openxml4j/opc/internal/ContentTypeManager.html#saveImpl(org.dom4j.Document,
java.io.OutputStream)">saveImpl</a></code> in class <code><a
href="../../../../../../org/apache/poi/openxml4j/opc/internal/ContentTypeManager.html"
title="class in
org.apache.poi.openxml4j.opc.internal">ContentTypeManager</a></code></dd>
+<dd><code><a
href="../../../../../../org/apache/poi/openxml4j/opc/internal/ContentTypeManager.html#saveImpl(org.w3c.dom.Document,
java.io.OutputStream)">saveImpl</a></code> in class <code><a
href="../../../../../../org/apache/poi/openxml4j/opc/internal/ContentTypeManager.html"
title="class in
org.apache.poi.openxml4j.opc.internal">ContentTypeManager</a></code></dd>
<dd><code>out</code> - The output stream use to write the content type
XML.</dd></dl>
</li>
</ul>
Modified:
poi/site/publish/apidocs/org/apache/poi/openxml4j/opc/internal/unmarshallers/PackagePropertiesUnmarshaller.html
URL:
http://svn.apache.org/viewvc/poi/site/publish/apidocs/org/apache/poi/openxml4j/opc/internal/unmarshallers/PackagePropertiesUnmarshaller.html?rev=1617748&r1=1617747&r2=1617748&view=diff
==============================================================================
---
poi/site/publish/apidocs/org/apache/poi/openxml4j/opc/internal/unmarshallers/PackagePropertiesUnmarshaller.html
(original)
+++
poi/site/publish/apidocs/org/apache/poi/openxml4j/opc/internal/unmarshallers/PackagePropertiesUnmarshaller.html
Wed Aug 13 16:09:35 2014
@@ -220,7 +220,7 @@ implements <a href="../../../../../../..
</tr>
<tr class="altColor">
<td class="colFirst"><code>void</code></td>
-<td class="colLast"><code><strong><a
href="../../../../../../../org/apache/poi/openxml4j/opc/internal/unmarshallers/PackagePropertiesUnmarshaller.html#checkElementForOPCCompliance(org.dom4j.Element)">checkElementForOPCCompliance</a></strong>(org.dom4j.Element el)</code>
+<td class="colLast"><code><strong><a
href="../../../../../../../org/apache/poi/openxml4j/opc/internal/unmarshallers/PackagePropertiesUnmarshaller.html#checkElementForOPCCompliance(org.w3c.dom.Element)">checkElementForOPCCompliance</a></strong>(org.w3c.dom.Element el)</code>
<div class="block">Check the element for the following OPC compliance
rules:</div>
</td>
</tr>
@@ -460,13 +460,13 @@ implements <a href="../../../../../../..
<dd><code>java.io.IOException</code></dd></dl>
</li>
</ul>
-<a name="checkElementForOPCCompliance(org.dom4j.Element)">
+<a name="checkElementForOPCCompliance(org.w3c.dom.Element)">
<!-- -->
</a>
<ul class="blockListLast">
<li class="blockList">
<h4>checkElementForOPCCompliance</h4>
-<pre>public void checkElementForOPCCompliance(org.dom4j.Element el)
+<pre>public void checkElementForOPCCompliance(org.w3c.dom.Element el)
throws <a
href="../../../../../../../org/apache/poi/openxml4j/exceptions/InvalidFormatException.html"
title="class in
org.apache.poi.openxml4j.exceptions">InvalidFormatException</a></pre>
<div class="block">Check the element for the following OPC compliance rules:
<p>
Modified:
poi/site/publish/apidocs/org/apache/poi/util/DelayableLittleEndianOutput.html
URL:
http://svn.apache.org/viewvc/poi/site/publish/apidocs/org/apache/poi/util/DelayableLittleEndianOutput.html?rev=1617748&r1=1617747&r2=1617748&view=diff
==============================================================================
---
poi/site/publish/apidocs/org/apache/poi/util/DelayableLittleEndianOutput.html
(original)
+++
poi/site/publish/apidocs/org/apache/poi/util/DelayableLittleEndianOutput.html
Wed Aug 13 16:09:35 2014
@@ -35,7 +35,7 @@
<div class="subNav">
<ul class="navList">
<li><a href="../../../../org/apache/poi/util/Configurator.html" title="class
in org.apache.poi.util"><span class="strong">Prev Class</span></a></li>
-<li><a href="../../../../org/apache/poi/util/DrawingDump.html" title="class in
org.apache.poi.util"><span class="strong">Next Class</span></a></li>
+<li><a href="../../../../org/apache/poi/util/DocumentHelper.html" title="class
in org.apache.poi.util"><span class="strong">Next Class</span></a></li>
</ul>
<ul class="navList">
<li><a
href="../../../../index.html?org/apache/poi/util/DelayableLittleEndianOutput.html"
target="_top">Frames</a></li>
@@ -187,7 +187,7 @@ extends <a href="../../../../org/apache/
<div class="subNav">
<ul class="navList">
<li><a href="../../../../org/apache/poi/util/Configurator.html" title="class
in org.apache.poi.util"><span class="strong">Prev Class</span></a></li>
-<li><a href="../../../../org/apache/poi/util/DrawingDump.html" title="class in
org.apache.poi.util"><span class="strong">Next Class</span></a></li>
+<li><a href="../../../../org/apache/poi/util/DocumentHelper.html" title="class
in org.apache.poi.util"><span class="strong">Next Class</span></a></li>
</ul>
<ul class="navList">
<li><a
href="../../../../index.html?org/apache/poi/util/DelayableLittleEndianOutput.html"
target="_top">Frames</a></li>
Added: 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=1617748&view=auto
==============================================================================
--- poi/site/publish/apidocs/org/apache/poi/util/DocumentHelper.html (added)
+++ poi/site/publish/apidocs/org/apache/poi/util/DocumentHelper.html Wed Aug 13
16:09:35 2014
@@ -0,0 +1,296 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
"http://www.w3.org/TR/html4/loose.dtd">
+<!-- NewPage -->
+<html lang="en">
+<head>
+<title>DocumentHelper (POI API Documentation)</title>
+<link rel="stylesheet" type="text/css" href="../../../../stylesheet.css"
title="Style">
+</head>
+<body>
+<script type="text/javascript"><!--
+ if (location.href.indexOf('is-external=true') == -1) {
+ parent.document.title="DocumentHelper (POI API Documentation)";
+ }
+//-->
+</script>
+<noscript>
+<div>JavaScript is disabled on your browser.</div>
+</noscript>
+<!-- ========= START OF TOP NAVBAR ======= -->
+<div class="topNav"><a name="navbar_top">
+<!-- -->
+</a><a href="#skip-navbar_top" title="Skip navigation links"></a><a
name="navbar_top_firstrow">
+<!-- -->
+</a>
+<ul class="navList" title="Navigation">
+<li><a href="../../../../overview-summary.html">Overview</a></li>
+<li><a href="package-summary.html">Package</a></li>
+<li class="navBarCell1Rev">Class</li>
+<li><a href="class-use/DocumentHelper.html">Use</a></li>
+<li><a href="package-tree.html">Tree</a></li>
+<li><a href="../../../../deprecated-list.html">Deprecated</a></li>
+<li><a href="../../../../index-all.html">Index</a></li>
+<li><a href="../../../../help-doc.html">Help</a></li>
+</ul>
+</div>
+<div class="subNav">
+<ul class="navList">
+<li><a href="../../../../org/apache/poi/util/DelayableLittleEndianOutput.html"
title="interface in org.apache.poi.util"><span class="strong">Prev
Class</span></a></li>
+<li><a href="../../../../org/apache/poi/util/DrawingDump.html" title="class in
org.apache.poi.util"><span class="strong">Next Class</span></a></li>
+</ul>
+<ul class="navList">
+<li><a href="../../../../index.html?org/apache/poi/util/DocumentHelper.html"
target="_top">Frames</a></li>
+<li><a href="DocumentHelper.html" target="_top">No Frames</a></li>
+</ul>
+<ul class="navList" id="allclasses_navbar_top">
+<li><a href="../../../../allclasses-noframe.html">All Classes</a></li>
+</ul>
+<div>
+<script type="text/javascript"><!--
+ allClassesLink = document.getElementById("allclasses_navbar_top");
+ if(window==top) {
+ allClassesLink.style.display = "block";
+ }
+ else {
+ allClassesLink.style.display = "none";
+ }
+ //-->
+</script>
+</div>
+<div>
+<ul class="subNavList">
+<li>Summary: </li>
+<li>Nested | </li>
+<li>Field | </li>
+<li><a href="#constructor_summary">Constr</a> | </li>
+<li><a href="#method_summary">Method</a></li>
+</ul>
+<ul class="subNavList">
+<li>Detail: </li>
+<li>Field | </li>
+<li><a href="#constructor_detail">Constr</a> | </li>
+<li><a href="#method_detail">Method</a></li>
+</ul>
+</div>
+<a name="skip-navbar_top">
+<!-- -->
+</a></div>
+<!-- ========= END OF TOP NAVBAR ========= -->
+<!-- ======== START OF CLASS DATA ======== -->
+<div class="header">
+<div class="subTitle">org.apache.poi.util</div>
+<h2 title="Class DocumentHelper" class="title">Class DocumentHelper</h2>
+</div>
+<div class="contentContainer">
+<ul class="inheritance">
+<li>java.lang.Object</li>
+<li>
+<ul class="inheritance">
+<li>org.apache.poi.util.DocumentHelper</li>
+</ul>
+</li>
+</ul>
+<div class="description">
+<ul class="blockList">
+<li class="blockList">
+<hr>
+<br>
+<pre>public class <span class="strong">DocumentHelper</span>
+extends java.lang.Object</pre>
+</li>
+</ul>
+</div>
+<div class="summary">
+<ul class="blockList">
+<li class="blockList">
+<!-- ======== CONSTRUCTOR SUMMARY ======== -->
+<ul class="blockList">
+<li class="blockList"><a name="constructor_summary">
+<!-- -->
+</a>
+<h3>Constructor Summary</h3>
+<table class="overviewSummary" border="0" cellpadding="3" cellspacing="0"
summary="Constructor Summary table, listing constructors, and an explanation">
+<caption><span>Constructors</span><span class="tabEnd"> </span></caption>
+<tr>
+<th class="colOne" scope="col">Constructor and Description</th>
+</tr>
+<tr class="altColor">
+<td class="colOne"><code><strong><a
href="../../../../org/apache/poi/util/DocumentHelper.html#DocumentHelper()">DocumentHelper</a></strong>()</code> </td>
+</tr>
+</table>
+</li>
+</ul>
+<!-- ========== METHOD SUMMARY =========== -->
+<ul class="blockList">
+<li class="blockList"><a name="method_summary">
+<!-- -->
+</a>
+<h3>Method Summary</h3>
+<table class="overviewSummary" border="0" cellpadding="3" cellspacing="0"
summary="Method Summary table, listing methods, and an explanation">
+<caption><span>Methods</span><span class="tabEnd"> </span></caption>
+<tr>
+<th class="colFirst" scope="col">Modifier and Type</th>
+<th class="colLast" scope="col">Method and Description</th>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><code>static void</code></td>
+<td class="colLast"><code><strong><a
href="../../../../org/apache/poi/util/DocumentHelper.html#addNamespaceDeclaration(org.w3c.dom.Element,
javax.xml.stream.events.Namespace)">addNamespaceDeclaration</a></strong>(org.w3c.dom.Element element,
+ javax.xml.stream.events.Namespace namespace)</code>
+<div class="block">Adds a namespace declaration attribute to the given
element.</div>
+</td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><code>static void</code></td>
+<td class="colLast"><code><strong><a
href="../../../../org/apache/poi/util/DocumentHelper.html#addNamespaceDeclaration(org.w3c.dom.Element,
java.lang.String,
java.lang.String)">addNamespaceDeclaration</a></strong>(org.w3c.dom.Element element,
+ java.lang.String namespacePrefix,
+ java.lang.String namespaceURI)</code>
+<div class="block">Adds a namespace declaration attribute to the given
element.</div>
+</td>
+</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#createDocument()">createDocument</a></strong>()</code> </td>
+</tr>
+</table>
+<ul class="blockList">
+<li class="blockList"><a name="methods_inherited_from_class_java.lang.Object">
+<!-- -->
+</a>
+<h3>Methods inherited from class java.lang.Object</h3>
+<code>clone, equals, finalize, getClass, hashCode, notify, notifyAll,
toString, wait, wait, wait</code></li>
+</ul>
+</li>
+</ul>
+</li>
+</ul>
+</div>
+<div class="details">
+<ul class="blockList">
+<li class="blockList">
+<!-- ========= CONSTRUCTOR DETAIL ======== -->
+<ul class="blockList">
+<li class="blockList"><a name="constructor_detail">
+<!-- -->
+</a>
+<h3>Constructor Detail</h3>
+<a name="DocumentHelper()">
+<!-- -->
+</a>
+<ul class="blockListLast">
+<li class="blockList">
+<h4>DocumentHelper</h4>
+<pre>public DocumentHelper()</pre>
+</li>
+</ul>
+</li>
+</ul>
+<!-- ============ METHOD DETAIL ========== -->
+<ul class="blockList">
+<li class="blockList"><a name="method_detail">
+<!-- -->
+</a>
+<h3>Method Detail</h3>
+<a name="createDocument()">
+<!-- -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>createDocument</h4>
+<pre>public static org.w3c.dom.Document createDocument()</pre>
+</li>
+</ul>
+<a name="addNamespaceDeclaration(org.w3c.dom.Element, java.lang.String,
java.lang.String)">
+<!-- -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>addNamespaceDeclaration</h4>
+<pre>public
static void addNamespaceDeclaration(org.w3c.dom.Element element,
+ java.lang.String namespacePrefix,
+ java.lang.String namespaceURI)</pre>
+<div class="block">Adds a namespace declaration attribute to the given
element.</div>
+</li>
+</ul>
+<a name="addNamespaceDeclaration(org.w3c.dom.Element,
javax.xml.stream.events.Namespace)">
+<!-- -->
+</a>
+<ul class="blockListLast">
+<li class="blockList">
+<h4>addNamespaceDeclaration</h4>
+<pre>public
static void addNamespaceDeclaration(org.w3c.dom.Element element,
+
javax.xml.stream.events.Namespace namespace)</pre>
+<div class="block">Adds a namespace declaration attribute to the given
element.</div>
+</li>
+</ul>
+</li>
+</ul>
+</li>
+</ul>
+</div>
+</div>
+<!-- ========= END OF CLASS DATA ========= -->
+<!-- ======= START OF BOTTOM NAVBAR ====== -->
+<div class="bottomNav"><a name="navbar_bottom">
+<!-- -->
+</a><a href="#skip-navbar_bottom" title="Skip navigation links"></a><a
name="navbar_bottom_firstrow">
+<!-- -->
+</a>
+<ul class="navList" title="Navigation">
+<li><a href="../../../../overview-summary.html">Overview</a></li>
+<li><a href="package-summary.html">Package</a></li>
+<li class="navBarCell1Rev">Class</li>
+<li><a href="class-use/DocumentHelper.html">Use</a></li>
+<li><a href="package-tree.html">Tree</a></li>
+<li><a href="../../../../deprecated-list.html">Deprecated</a></li>
+<li><a href="../../../../index-all.html">Index</a></li>
+<li><a href="../../../../help-doc.html">Help</a></li>
+</ul>
+</div>
+<div class="subNav">
+<ul class="navList">
+<li><a href="../../../../org/apache/poi/util/DelayableLittleEndianOutput.html"
title="interface in org.apache.poi.util"><span class="strong">Prev
Class</span></a></li>
+<li><a href="../../../../org/apache/poi/util/DrawingDump.html" title="class in
org.apache.poi.util"><span class="strong">Next Class</span></a></li>
+</ul>
+<ul class="navList">
+<li><a href="../../../../index.html?org/apache/poi/util/DocumentHelper.html"
target="_top">Frames</a></li>
+<li><a href="DocumentHelper.html" target="_top">No Frames</a></li>
+</ul>
+<ul class="navList" id="allclasses_navbar_bottom">
+<li><a href="../../../../allclasses-noframe.html">All Classes</a></li>
+</ul>
+<div>
+<script type="text/javascript"><!--
+ allClassesLink = document.getElementById("allclasses_navbar_bottom");
+ if(window==top) {
+ allClassesLink.style.display = "block";
+ }
+ else {
+ allClassesLink.style.display = "none";
+ }
+ //-->
+</script>
+</div>
+<div>
+<ul class="subNavList">
+<li>Summary: </li>
+<li>Nested | </li>
+<li>Field | </li>
+<li><a href="#constructor_summary">Constr</a> | </li>
+<li><a href="#method_summary">Method</a></li>
+</ul>
+<ul class="subNavList">
+<li>Detail: </li>
+<li>Field | </li>
+<li><a href="#constructor_detail">Constr</a> | </li>
+<li><a href="#method_detail">Method</a></li>
+</ul>
+</div>
+<a name="skip-navbar_bottom">
+<!-- -->
+</a></div>
+<!-- ======== END OF BOTTOM NAVBAR ======= -->
+<p class="legalCopy"><small>
+ <i>Copyright 2014 The Apache Software Foundation or
+ its licensors, as applicable.</i>
+ </small></p>
+</body>
+</html>
Modified: poi/site/publish/apidocs/org/apache/poi/util/DrawingDump.html
URL:
http://svn.apache.org/viewvc/poi/site/publish/apidocs/org/apache/poi/util/DrawingDump.html?rev=1617748&r1=1617747&r2=1617748&view=diff
==============================================================================
--- poi/site/publish/apidocs/org/apache/poi/util/DrawingDump.html (original)
+++ poi/site/publish/apidocs/org/apache/poi/util/DrawingDump.html Wed Aug 13
16:09:35 2014
@@ -34,7 +34,7 @@
</div>
<div class="subNav">
<ul class="navList">
-<li><a href="../../../../org/apache/poi/util/DelayableLittleEndianOutput.html"
title="interface in org.apache.poi.util"><span class="strong">Prev
Class</span></a></li>
+<li><a href="../../../../org/apache/poi/util/DocumentHelper.html" title="class
in org.apache.poi.util"><span class="strong">Prev Class</span></a></li>
<li><a href="../../../../org/apache/poi/util/FixedField.html" title="interface
in org.apache.poi.util"><span class="strong">Next Class</span></a></li>
</ul>
<ul class="navList">
@@ -213,7 +213,7 @@ extends java.lang.Object</pre>
</div>
<div class="subNav">
<ul class="navList">
-<li><a href="../../../../org/apache/poi/util/DelayableLittleEndianOutput.html"
title="interface in org.apache.poi.util"><span class="strong">Prev
Class</span></a></li>
+<li><a href="../../../../org/apache/poi/util/DocumentHelper.html" title="class
in org.apache.poi.util"><span class="strong">Prev Class</span></a></li>
<li><a href="../../../../org/apache/poi/util/FixedField.html" title="interface
in org.apache.poi.util"><span class="strong">Next Class</span></a></li>
</ul>
<ul class="navList">
Modified: poi/site/publish/apidocs/org/apache/poi/util/SAXHelper.html
URL:
http://svn.apache.org/viewvc/poi/site/publish/apidocs/org/apache/poi/util/SAXHelper.html?rev=1617748&r1=1617747&r2=1617748&view=diff
==============================================================================
--- poi/site/publish/apidocs/org/apache/poi/util/SAXHelper.html (original)
+++ poi/site/publish/apidocs/org/apache/poi/util/SAXHelper.html Wed Aug 13
16:09:35 2014
@@ -133,13 +133,13 @@ extends java.lang.Object</pre>
<th class="colLast" scope="col">Method and Description</th>
</tr>
<tr class="altColor">
-<td class="colFirst"><code>static org.dom4j.io.SAXReader</code></td>
-<td class="colLast"><code><strong><a
href="../../../../org/apache/poi/util/SAXHelper.html#getSAXReader()">getSAXReader</a></strong>()</code>
-<div class="block">Creates a new SAX Reader, with sensible defaults</div>
+<td class="colFirst"><code>static javax.xml.parsers.DocumentBuilder</code></td>
+<td class="colLast"><code><strong><a
href="../../../../org/apache/poi/util/SAXHelper.html#getDocumentBuilder()">getDocumentBuilder</a></strong>()</code>
+<div class="block">Creates a new document builder, with sensible defaults</div>
</td>
</tr>
<tr class="rowColor">
-<td class="colFirst"><code>static org.dom4j.Document</code></td>
+<td class="colFirst"><code>static org.w3c.dom.Document</code></td>
<td class="colLast"><code><strong><a
href="../../../../org/apache/poi/util/SAXHelper.html#readSAXDocument(java.io.InputStream)">readSAXDocument</a></strong>(java.io.InputStream inp)</code>
<div class="block">Parses the given stream via the default (sensible)
SAX Reader</div>
@@ -184,14 +184,14 @@ extends java.lang.Object</pre>
<!-- -->
</a>
<h3>Method Detail</h3>
-<a name="getSAXReader()">
+<a name="getDocumentBuilder()">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
-<h4>getSAXReader</h4>
-<pre>public static org.dom4j.io.SAXReader getSAXReader()</pre>
-<div class="block">Creates a new SAX Reader, with sensible defaults</div>
+<h4>getDocumentBuilder</h4>
+<pre>public
static javax.xml.parsers.DocumentBuilder getDocumentBuilder()</pre>
+<div class="block">Creates a new document builder, with sensible defaults</div>
</li>
</ul>
<a name="readSAXDocument(java.io.InputStream)">
@@ -200,14 +200,16 @@ extends java.lang.Object</pre>
<ul class="blockListLast">
<li class="blockList">
<h4>readSAXDocument</h4>
-<pre>public
static org.dom4j.Document readSAXDocument(java.io.InputStream inp)
- throws
org.dom4j.DocumentException</pre>
+<pre>public
static org.w3c.dom.Document readSAXDocument(java.io.InputStream inp)
+ throws java.io.IOException,
+
org.xml.sax.SAXException</pre>
<div class="block">Parses the given stream via the default (sensible)
SAX Reader</div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>inp</code> -
Stream to read the XML data from</dd>
<dt><span class="strong">Returns:</span></dt><dd>the SAX processed
Document</dd>
<dt><span class="strong">Throws:</span></dt>
-<dd><code>org.dom4j.DocumentException</code></dd></dl>
+<dd><code>java.io.IOException</code></dd>
+<dd><code>org.xml.sax.SAXException</code></dd></dl>
</li>
</ul>
</li>
Added:
poi/site/publish/apidocs/org/apache/poi/util/class-use/DocumentHelper.html
URL:
http://svn.apache.org/viewvc/poi/site/publish/apidocs/org/apache/poi/util/class-use/DocumentHelper.html?rev=1617748&view=auto
==============================================================================
--- poi/site/publish/apidocs/org/apache/poi/util/class-use/DocumentHelper.html
(added)
+++ poi/site/publish/apidocs/org/apache/poi/util/class-use/DocumentHelper.html
Wed Aug 13 16:09:35 2014
@@ -0,0 +1,117 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
"http://www.w3.org/TR/html4/loose.dtd">
+<!-- NewPage -->
+<html lang="en">
+<head>
+<title>Uses of Class org.apache.poi.util.DocumentHelper (POI API
Documentation)</title>
+<link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css"
title="Style">
+</head>
+<body>
+<script type="text/javascript"><!--
+ if (location.href.indexOf('is-external=true') == -1) {
+ parent.document.title="Uses of Class
org.apache.poi.util.DocumentHelper (POI API Documentation)";
+ }
+//-->
+</script>
+<noscript>
+<div>JavaScript is disabled on your browser.</div>
+</noscript>
+<!-- ========= START OF TOP NAVBAR ======= -->
+<div class="topNav"><a name="navbar_top">
+<!-- -->
+</a><a href="#skip-navbar_top" title="Skip navigation links"></a><a
name="navbar_top_firstrow">
+<!-- -->
+</a>
+<ul class="navList" title="Navigation">
+<li><a href="../../../../../overview-summary.html">Overview</a></li>
+<li><a href="../package-summary.html">Package</a></li>
+<li><a href="../../../../../org/apache/poi/util/DocumentHelper.html"
title="class in org.apache.poi.util">Class</a></li>
+<li class="navBarCell1Rev">Use</li>
+<li><a href="../package-tree.html">Tree</a></li>
+<li><a href="../../../../../deprecated-list.html">Deprecated</a></li>
+<li><a href="../../../../../index-all.html">Index</a></li>
+<li><a href="../../../../../help-doc.html">Help</a></li>
+</ul>
+</div>
+<div class="subNav">
+<ul class="navList">
+<li>Prev</li>
+<li>Next</li>
+</ul>
+<ul class="navList">
+<li><a
href="../../../../../index.html?org/apache/poi/util/class-use/DocumentHelper.html"
target="_top">Frames</a></li>
+<li><a href="DocumentHelper.html" target="_top">No Frames</a></li>
+</ul>
+<ul class="navList" id="allclasses_navbar_top">
+<li><a href="../../../../../allclasses-noframe.html">All Classes</a></li>
+</ul>
+<div>
+<script type="text/javascript"><!--
+ allClassesLink = document.getElementById("allclasses_navbar_top");
+ if(window==top) {
+ allClassesLink.style.display = "block";
+ }
+ else {
+ allClassesLink.style.display = "none";
+ }
+ //-->
+</script>
+</div>
+<a name="skip-navbar_top">
+<!-- -->
+</a></div>
+<!-- ========= END OF TOP NAVBAR ========= -->
+<div class="header">
+<h2 title="Uses of Class org.apache.poi.util.DocumentHelper"
class="title">Uses of Class<br>org.apache.poi.util.DocumentHelper</h2>
+</div>
+<div class="classUseContainer">No usage of
org.apache.poi.util.DocumentHelper</div>
+<!-- ======= START OF BOTTOM NAVBAR ====== -->
+<div class="bottomNav"><a name="navbar_bottom">
+<!-- -->
+</a><a href="#skip-navbar_bottom" title="Skip navigation links"></a><a
name="navbar_bottom_firstrow">
+<!-- -->
+</a>
+<ul class="navList" title="Navigation">
+<li><a href="../../../../../overview-summary.html">Overview</a></li>
+<li><a href="../package-summary.html">Package</a></li>
+<li><a href="../../../../../org/apache/poi/util/DocumentHelper.html"
title="class in org.apache.poi.util">Class</a></li>
+<li class="navBarCell1Rev">Use</li>
+<li><a href="../package-tree.html">Tree</a></li>
+<li><a href="../../../../../deprecated-list.html">Deprecated</a></li>
+<li><a href="../../../../../index-all.html">Index</a></li>
+<li><a href="../../../../../help-doc.html">Help</a></li>
+</ul>
+</div>
+<div class="subNav">
+<ul class="navList">
+<li>Prev</li>
+<li>Next</li>
+</ul>
+<ul class="navList">
+<li><a
href="../../../../../index.html?org/apache/poi/util/class-use/DocumentHelper.html"
target="_top">Frames</a></li>
+<li><a href="DocumentHelper.html" target="_top">No Frames</a></li>
+</ul>
+<ul class="navList" id="allclasses_navbar_bottom">
+<li><a href="../../../../../allclasses-noframe.html">All Classes</a></li>
+</ul>
+<div>
+<script type="text/javascript"><!--
+ allClassesLink = document.getElementById("allclasses_navbar_bottom");
+ if(window==top) {
+ allClassesLink.style.display = "block";
+ }
+ else {
+ allClassesLink.style.display = "none";
+ }
+ //-->
+</script>
+</div>
+<a name="skip-navbar_bottom">
+<!-- -->
+</a></div>
+<!-- ======== END OF BOTTOM NAVBAR ======= -->
+<p class="legalCopy"><small>
+ <i>Copyright 2014 The Apache Software Foundation or
+ its licensors, as applicable.</i>
+ </small></p>
+</body>
+</html>
Modified: poi/site/publish/apidocs/org/apache/poi/util/package-frame.html
URL:
http://svn.apache.org/viewvc/poi/site/publish/apidocs/org/apache/poi/util/package-frame.html?rev=1617748&r1=1617747&r2=1617748&view=diff
==============================================================================
--- poi/site/publish/apidocs/org/apache/poi/util/package-frame.html (original)
+++ poi/site/publish/apidocs/org/apache/poi/util/package-frame.html Wed Aug 13
16:09:35 2014
@@ -30,6 +30,7 @@
<li><a href="CodePageUtil.html" title="class in org.apache.poi.util"
target="classFrame">CodePageUtil</a></li>
<li><a href="CommonsLogger.html" title="class in org.apache.poi.util"
target="classFrame">CommonsLogger</a></li>
<li><a href="Configurator.html" title="class in org.apache.poi.util"
target="classFrame">Configurator</a></li>
+<li><a href="DocumentHelper.html" title="class in org.apache.poi.util"
target="classFrame">DocumentHelper</a></li>
<li><a href="DrawingDump.html" title="class in org.apache.poi.util"
target="classFrame">DrawingDump</a></li>
<li><a href="FontMetricsDumper.html" title="class in org.apache.poi.util"
target="classFrame">FontMetricsDumper</a></li>
<li><a href="HexDump.html" title="class in org.apache.poi.util"
target="classFrame">HexDump</a></li>
Modified: poi/site/publish/apidocs/org/apache/poi/util/package-summary.html
URL:
http://svn.apache.org/viewvc/poi/site/publish/apidocs/org/apache/poi/util/package-summary.html?rev=1617748&r1=1617747&r2=1617748&view=diff
==============================================================================
--- poi/site/publish/apidocs/org/apache/poi/util/package-summary.html (original)
+++ poi/site/publish/apidocs/org/apache/poi/util/package-summary.html Wed Aug
13 16:09:35 2014
@@ -197,43 +197,47 @@
</td>
</tr>
<tr class="rowColor">
+<td class="colFirst"><a
href="../../../../org/apache/poi/util/DocumentHelper.html" title="class in
org.apache.poi.util">DocumentHelper</a></td>
+<td class="colLast"> </td>
+</tr>
+<tr class="altColor">
<td class="colFirst"><a
href="../../../../org/apache/poi/util/DrawingDump.html" title="class in
org.apache.poi.util">DrawingDump</a></td>
<td class="colLast">
<div class="block">Dump out the aggregated escher records</div>
</td>
</tr>
-<tr class="altColor">
+<tr class="rowColor">
<td class="colFirst"><a
href="../../../../org/apache/poi/util/FontMetricsDumper.html" title="class in
org.apache.poi.util">FontMetricsDumper</a></td>
<td class="colLast"> </td>
</tr>
-<tr class="rowColor">
+<tr class="altColor">
<td class="colFirst"><a href="../../../../org/apache/poi/util/HexDump.html"
title="class in org.apache.poi.util">HexDump</a></td>
<td class="colLast">
<div class="block">dump data in hexadecimal format; derived from a HexDump
utility I
wrote in June 2001.</div>
</td>
</tr>
-<tr class="altColor">
+<tr class="rowColor">
<td class="colFirst"><a href="../../../../org/apache/poi/util/HexRead.html"
title="class in org.apache.poi.util">HexRead</a></td>
<td class="colLast">
<div class="block">Utilities to read hex from files.</div>
</td>
</tr>
-<tr class="rowColor">
+<tr class="altColor">
<td class="colFirst"><a
href="../../../../org/apache/poi/util/IdentifierManager.html" title="class in
org.apache.poi.util">IdentifierManager</a></td>
<td class="colLast">
<div class="block">
24.08.2009<br></div>
</td>
</tr>
-<tr class="altColor">
+<tr class="rowColor">
<td class="colFirst"><a
href="../../../../org/apache/poi/util/IntegerField.html" title="class in
org.apache.poi.util">IntegerField</a></td>
<td class="colLast">
<div class="block">representation of an integer (32-bit) field at a fixed
location
within a byte array</div>
</td>
</tr>
-<tr class="rowColor">
+<tr class="altColor">
<td class="colFirst"><a href="../../../../org/apache/poi/util/IntList.html"
title="class in org.apache.poi.util">IntList</a></td>
<td class="colLast">
<div class="block">A List of int's; as full an implementation of the
java.util.List
@@ -260,37 +264,37 @@
</div>
</td>
</tr>
-<tr class="altColor">
+<tr class="rowColor">
<td class="colFirst"><a href="../../../../org/apache/poi/util/IntMapper.html"
title="class in org.apache.poi.util">IntMapper</a><T></td>
<td class="colLast">
<div class="block">A List of objects that are indexed AND keyed by an int;
also allows for getting
the index of a value in the list</div>
</td>
</tr>
-<tr class="rowColor">
+<tr class="altColor">
<td class="colFirst"><a href="../../../../org/apache/poi/util/IOUtils.html"
title="class in org.apache.poi.util">IOUtils</a></td>
<td class="colLast"> </td>
</tr>
-<tr class="altColor">
+<tr class="rowColor">
<td class="colFirst"><a
href="../../../../org/apache/poi/util/LittleEndian.html" title="class in
org.apache.poi.util">LittleEndian</a></td>
<td class="colLast">
<div class="block">a utility class for handling little-endian numbers, which
the 80x86 world is
replete with.</div>
</td>
</tr>
-<tr class="rowColor">
+<tr class="altColor">
<td class="colFirst"><a
href="../../../../org/apache/poi/util/LittleEndianByteArrayInputStream.html"
title="class in org.apache.poi.util">LittleEndianByteArrayInputStream</a></td>
<td class="colLast">
<div class="block">Adapts a plain byte array to <a
href="../../../../org/apache/poi/util/LittleEndianInput.html" title="interface
in org.apache.poi.util"><code>LittleEndianInput</code></a></div>
</td>
</tr>
-<tr class="altColor">
+<tr class="rowColor">
<td class="colFirst"><a
href="../../../../org/apache/poi/util/LittleEndianByteArrayOutputStream.html"
title="class in org.apache.poi.util">LittleEndianByteArrayOutputStream</a></td>
<td class="colLast">
<div class="block">Adapts a plain byte array to <a
href="../../../../org/apache/poi/util/LittleEndianOutput.html" title="interface
in org.apache.poi.util"><code>LittleEndianOutput</code></a></div>
</td>
</tr>
-<tr class="rowColor">
+<tr class="altColor">
<td class="colFirst"><a
href="../../../../org/apache/poi/util/LittleEndianInputStream.html"
title="class in org.apache.poi.util">LittleEndianInputStream</a></td>
<td class="colLast">
<div class="block">Wraps an <code>InputStream</code> providing <a
href="../../../../org/apache/poi/util/LittleEndianInput.html" title="interface
in org.apache.poi.util"><code>LittleEndianInput</code></a><p/>
@@ -299,18 +303,18 @@
by this class is consistent with that of the inner stream.</div>
</td>
</tr>
-<tr class="altColor">
+<tr class="rowColor">
<td class="colFirst"><a
href="../../../../org/apache/poi/util/LittleEndianOutputStream.html"
title="class in org.apache.poi.util">LittleEndianOutputStream</a></td>
<td class="colLast"> </td>
</tr>
-<tr class="rowColor">
+<tr class="altColor">
<td class="colFirst"><a href="../../../../org/apache/poi/util/LongField.html"
title="class in org.apache.poi.util">LongField</a></td>
<td class="colLast">
<div class="block">representation of a long (16-bit) field at a fixed location
within
a byte array</div>
</td>
</tr>
-<tr class="altColor">
+<tr class="rowColor">
<td class="colFirst"><a
href="../../../../org/apache/poi/util/LZWDecompresser.html" title="class in
org.apache.poi.util">LZWDecompresser</a></td>
<td class="colLast">
<div class="block">This class provides common functionality for the
@@ -318,7 +322,7 @@
formats.</div>
</td>
</tr>
-<tr class="rowColor">
+<tr class="altColor">
<td class="colFirst"><a href="../../../../org/apache/poi/util/NullLogger.html"
title="class in org.apache.poi.util">NullLogger</a></td>
<td class="colLast">
<div class="block">A logger class that strives to make it as easy as possible
for
@@ -327,30 +331,30 @@
message.</div>
</td>
</tr>
-<tr class="altColor">
+<tr class="rowColor">
<td class="colFirst"><a href="../../../../org/apache/poi/util/OOXMLLite.html"
title="class in org.apache.poi.util">OOXMLLite</a></td>
<td class="colLast">
<div class="block">Build a 'lite' version of the ooxml-schemas.jar</div>
</td>
</tr>
-<tr class="rowColor">
+<tr class="altColor">
<td class="colFirst"><a
href="../../../../org/apache/poi/util/PackageHelper.html" title="class in
org.apache.poi.util">PackageHelper</a></td>
<td class="colLast">
<div class="block">Provides handy methods to work with OOXML packages</div>
</td>
</tr>
-<tr class="altColor">
+<tr class="rowColor">
<td class="colFirst"><a href="../../../../org/apache/poi/util/PngUtils.html"
title="class in org.apache.poi.util">PngUtils</a></td>
<td class="colLast"> </td>
</tr>
-<tr class="rowColor">
+<tr class="altColor">
<td class="colFirst"><a
href="../../../../org/apache/poi/util/POILogFactory.html" title="class in
org.apache.poi.util">POILogFactory</a></td>
<td class="colLast">
<div class="block">Provides logging without clients having to mess with
configuration/initialization.</div>
</td>
</tr>
-<tr class="altColor">
+<tr class="rowColor">
<td class="colFirst"><a href="../../../../org/apache/poi/util/POILogger.html"
title="class in org.apache.poi.util">POILogger</a></td>
<td class="colLast">
<div class="block">A logger interface that strives to make it as easy as
possible for
@@ -359,20 +363,20 @@
message.</div>
</td>
</tr>
-<tr class="rowColor">
+<tr class="altColor">
<td class="colFirst"><a href="../../../../org/apache/poi/util/SAXHelper.html"
title="class in org.apache.poi.util">SAXHelper</a></td>
<td class="colLast">
<div class="block">Provides handy methods for working with SAX parsers and
readers</div>
</td>
</tr>
-<tr class="altColor">
+<tr class="rowColor">
<td class="colFirst"><a href="../../../../org/apache/poi/util/ShortField.html"
title="class in org.apache.poi.util">ShortField</a></td>
<td class="colLast">
<div class="block">representation of a short (16-bit) field at a fixed
location within
a byte array</div>
</td>
</tr>
-<tr class="rowColor">
+<tr class="altColor">
<td class="colFirst"><a href="../../../../org/apache/poi/util/ShortList.html"
title="class in org.apache.poi.util">ShortList</a></td>
<td class="colLast">
<div class="block">A List of short's; as full an implementation of the
java.util.List
@@ -399,7 +403,7 @@
</div>
</td>
</tr>
-<tr class="altColor">
+<tr class="rowColor">
<td class="colFirst"><a href="../../../../org/apache/poi/util/StringUtil.html"
title="class in org.apache.poi.util">StringUtil</a></td>
<td class="colLast">
<div class="block">Title: String Utility Description: Collection of string
handling utilities<p/>
@@ -407,13 +411,13 @@
Note - none of the methods in this class deals with <a
href="../../../../org/apache/poi/hssf/record/ContinueRecord.html" title="class
in org.apache.poi.hssf.record"><code>ContinueRecord</code></a>s.</div>
</td>
</tr>
-<tr class="rowColor">
+<tr class="altColor">
<td class="colFirst"><a
href="../../../../org/apache/poi/util/StringUtil.StringsIterator.html"
title="class in org.apache.poi.util">StringUtil.StringsIterator</a></td>
<td class="colLast">
<div class="block">An Iterator over an array of Strings.</div>
</td>
</tr>
-<tr class="altColor">
+<tr class="rowColor">
<td class="colFirst"><a
href="../../../../org/apache/poi/util/SystemOutLogger.html" title="class in
org.apache.poi.util">SystemOutLogger</a></td>
<td class="colLast">
<div class="block">A logger class that strives to make it as easy as possible
for
@@ -422,24 +426,24 @@
message.</div>
</td>
</tr>
-<tr class="rowColor">
+<tr class="altColor">
<td class="colFirst"><a href="../../../../org/apache/poi/util/TempFile.html"
title="class in org.apache.poi.util">TempFile</a></td>
<td class="colLast">
<div class="block">Interface for creating temporary files.</div>
</td>
</tr>
-<tr class="altColor">
+<tr class="rowColor">
<td class="colFirst"><a
href="../../../../org/apache/poi/util/TempFile.DefaultTempFileCreationStrategy.html"
title="class in
org.apache.poi.util">TempFile.DefaultTempFileCreationStrategy</a></td>
<td class="colLast">
<div class="block">Default implementation of the <a
href="../../../../org/apache/poi/util/TempFileCreationStrategy.html"
title="interface in
org.apache.poi.util"><code>TempFileCreationStrategy</code></a> used by <a
href="../../../../org/apache/poi/util/TempFile.html" title="class in
org.apache.poi.util"><code>TempFile</code></a>:
Files are collected into one directory and by default are deleted on exit
from the VM.</div>
</td>
</tr>
-<tr class="rowColor">
+<tr class="altColor">
<td class="colFirst"><a href="../../../../org/apache/poi/util/Units.html"
title="class in org.apache.poi.util">Units</a></td>
<td class="colLast"> </td>
</tr>
-<tr class="altColor">
+<tr class="rowColor">
<td class="colFirst"><a href="../../../../org/apache/poi/util/XMLHelper.html"
title="class in org.apache.poi.util">XMLHelper</a></td>
<td class="colLast">
<div class="block">Helper methods for working with javax.xml classes.</div>
Modified: poi/site/publish/apidocs/org/apache/poi/util/package-tree.html
URL:
http://svn.apache.org/viewvc/poi/site/publish/apidocs/org/apache/poi/util/package-tree.html?rev=1617748&r1=1617747&r2=1617748&view=diff
==============================================================================
--- poi/site/publish/apidocs/org/apache/poi/util/package-tree.html (original)
+++ poi/site/publish/apidocs/org/apache/poi/util/package-tree.html Wed Aug 13
16:09:35 2014
@@ -83,6 +83,7 @@
<li type="circle">org.apache.poi.util.<a
href="../../../../org/apache/poi/util/ByteField.html" title="class in
org.apache.poi.util"><span class="strong">ByteField</span></a> (implements
org.apache.poi.util.<a href="../../../../org/apache/poi/util/FixedField.html"
title="interface in org.apache.poi.util">FixedField</a>)</li>
<li type="circle">org.apache.poi.util.<a
href="../../../../org/apache/poi/util/CodePageUtil.html" title="class in
org.apache.poi.util"><span class="strong">CodePageUtil</span></a></li>
<li type="circle">org.apache.poi.util.<a
href="../../../../org/apache/poi/util/Configurator.html" title="class in
org.apache.poi.util"><span class="strong">Configurator</span></a></li>
+<li type="circle">org.apache.poi.util.<a
href="../../../../org/apache/poi/util/DocumentHelper.html" title="class in
org.apache.poi.util"><span class="strong">DocumentHelper</span></a></li>
<li type="circle">org.apache.poi.util.<a
href="../../../../org/apache/poi/util/DrawingDump.html" title="class in
org.apache.poi.util"><span class="strong">DrawingDump</span></a></li>
<li type="circle">org.apache.poi.util.<a
href="../../../../org/apache/poi/util/FontMetricsDumper.html" title="class in
org.apache.poi.util"><span class="strong">FontMetricsDumper</span></a></li>
<li type="circle">org.apache.poi.util.<a
href="../../../../org/apache/poi/util/HexDump.html" title="class in
org.apache.poi.util"><span class="strong">HexDump</span></a></li>
Modified: poi/site/publish/apidocs/overview-tree.html
URL:
http://svn.apache.org/viewvc/poi/site/publish/apidocs/overview-tree.html?rev=1617748&r1=1617747&r2=1617748&view=diff
==============================================================================
--- poi/site/publish/apidocs/overview-tree.html (original)
+++ poi/site/publish/apidocs/overview-tree.html Wed Aug 13 16:09:35 2014
@@ -514,6 +514,7 @@
<li type="circle">org.apache.poi.hslf.record.<a
href="org/apache/poi/hslf/record/DocumentAtom.SlideSize.html" title="class in
org.apache.poi.hslf.record"><span
class="strong">DocumentAtom.SlideSize</span></a></li>
<li type="circle">org.apache.poi.poifs.storage.<a
href="org/apache/poi/poifs/storage/DocumentBlock.html" title="class in
org.apache.poi.poifs.storage"><span class="strong">DocumentBlock</span></a></li>
<li type="circle">org.apache.poi.poifs.filesystem.<a
href="org/apache/poi/poifs/filesystem/DocumentDescriptor.html" title="class in
org.apache.poi.poifs.filesystem"><span
class="strong">DocumentDescriptor</span></a></li>
+<li type="circle">org.apache.poi.util.<a
href="org/apache/poi/util/DocumentHelper.html" title="class in
org.apache.poi.util"><span class="strong">DocumentHelper</span></a></li>
<li type="circle">org.apache.poi.hwpf.model.types.<a
href="org/apache/poi/hwpf/model/types/DOPAbstractType.html" title="class in
org.apache.poi.hwpf.model.types"><span
class="strong">DOPAbstractType</span></a> (implements
org.apache.poi.hdf.model.hdftypes.HDFType)
<ul>
<li type="circle">org.apache.poi.hwpf.model.<a
href="org/apache/poi/hwpf/model/DocumentProperties.html" title="class in
org.apache.poi.hwpf.model"><span
class="strong">DocumentProperties</span></a></li>
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]