Java org.apache.poi.poifs.filesystem DirectoryNode fields, constructors, methods, implement or subclass

Example usage for Java org.apache.poi.poifs.filesystem DirectoryNode fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.apache.poi.poifs.filesystem DirectoryNode.

The text is from its open source code.

Method

IteratorgetEntries()
get an iterator of the Entry instances contained directly in this instance (in other words, children only; no grandchildren etc.)
EntrygetEntry(final String name)
get a specified Entry by name
SetgetEntryNames()
get the names of all the Entries contained directly in this instance (in other words, names of children only; no grandchildren etc).
POIFSDocumentPathgetPath()
ClassIDgetStorageClsid()
Gets the storage clsid of the directory entry
IteratorgetViewableIterator()
Get an Iterator of objects, some of which may implement POIFSViewable
booleanhasEntry(String name)