Package | Description |
---|---|
org.zkoss.poi | |
org.zkoss.poi.hsmf.parsers | |
org.zkoss.poi.hwpf.converter | |
org.zkoss.poi.hwpf.usermodel | |
org.zkoss.poi.poifs.filesystem |
filesystem package maps OLE 2 Compound document files to a more familiar filesystem interface.
|
Modifier and Type | Method and Description |
---|---|
protected void |
POIDocument.copyNodeRecursively(Entry entry,
DirectoryEntry target)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
protected static void |
POIFSChunkParser.process(Entry entry,
ChunkGroup grouping)
Creates a chunk, and gives it to its parent group
|
Modifier and Type | Method and Description |
---|---|
protected boolean |
WordToTextConverter.processOle2(HWPFDocument wordDocument,
org.w3c.dom.Element block,
Entry entry) |
protected boolean |
AbstractWordConverter.processOle2(HWPFDocument wordDocument,
org.w3c.dom.Element block,
Entry entry) |
Modifier and Type | Method and Description |
---|---|
Entry |
ObjectsPool.getObjectById(java.lang.String objId) |
Entry |
ObjectPoolImpl.getObjectById(java.lang.String objId) |
Modifier and Type | Interface and Description |
---|---|
interface |
DirectoryEntry
This interface defines methods specific to Directory objects
managed by a Filesystem instance.
|
interface |
DocumentEntry
This interface defines methods specific to Document objects
managed by a Filesystem instance.
|
Modifier and Type | Class and Description |
---|---|
class |
DirectoryNode
Simple implementation of DirectoryEntry
|
class |
DocumentNode
Simple implementation of DocumentEntry
|
class |
EntryNode
Abstract implementation of Entry
Extending classes should override isDocument() or isDirectory(), as
appropriate
Extending classes must override isDeleteOK()
|
class |
FilteringDirectoryNode
A DirectoryEntry filter, which exposes another
DirectoryEntry less certain parts.
|
Modifier and Type | Method and Description |
---|---|
Entry |
FilteringDirectoryNode.getEntry(java.lang.String name) |
Entry |
DirectoryNode.getEntry(java.lang.String name)
get a specified Entry by name
|
Entry |
DirectoryEntry.getEntry(java.lang.String name)
get a specified Entry by name
|
Modifier and Type | Method and Description |
---|---|
java.util.Iterator<Entry> |
FilteringDirectoryNode.getEntries() |
java.util.Iterator<Entry> |
DirectoryNode.getEntries()
get an iterator of the Entry instances contained directly in
this instance (in other words, children only; no grandchildren
etc.)
|
java.util.Iterator<Entry> |
DirectoryEntry.getEntries()
get an iterator of the Entry instances contained directly in
this instance (in other words, children only; no grandchildren
etc.)
|
java.util.Iterator<Entry> |
FilteringDirectoryNode.iterator() |
java.util.Iterator<Entry> |
DirectoryNode.iterator()
Returns an Iterator over all the entries
|
Modifier and Type | Method and Description |
---|---|
static void |
EntryUtils.copyNodeRecursively(Entry entry,
DirectoryEntry target)
Copies an Entry into a target POIFS directory, recursively
|
DocumentInputStream |
DirectoryNode.createDocumentInputStream(Entry document)
open a document in the directory's entry's list of entries
|
Copyright © 2005-2010 Potix Corporation. All Rights Reserved.