Uses of Class
org.apache.poi.poifs.filesystem.DirectoryNode
-
-
Uses of DirectoryNode in org.apache.poi
Methods in org.apache.poi that return DirectoryNode Modifier and Type Method Description DirectoryNode
POIDocument. getDirectory()
Methods in org.apache.poi with parameters of type DirectoryNode Modifier and Type Method Description protected void
POIDocument. replaceDirectory(DirectoryNode newDirectory)
Replaces the attached directory, e.g.Constructors in org.apache.poi with parameters of type DirectoryNode Constructor Description POIDocument(DirectoryNode dir)
Constructs a POIDocument with the given directory node.POIReadOnlyDocument(DirectoryNode dir)
-
Uses of DirectoryNode in org.apache.poi.extractor
Methods in org.apache.poi.extractor with parameters of type DirectoryNode Modifier and Type Method Description static POITextExtractor
OLE2ExtractorFactory. createExtractor(DirectoryNode poifsDir)
Create the Extractor, if possible. -
Uses of DirectoryNode in org.apache.poi.extractor.ole2
Methods in org.apache.poi.extractor.ole2 with parameters of type DirectoryNode Modifier and Type Method Description static POITextExtractor
OLE2ScratchpadExtractorFactory. createExtractor(DirectoryNode poifsDir)
Look for certain entries in the stream, to figure it out what format is desired Note - doesn't check for core-supported formats! Note - doesn't check for OOXML-supported formats -
Uses of DirectoryNode in org.apache.poi.hdgf
Constructors in org.apache.poi.hdgf with parameters of type DirectoryNode Constructor Description HDGFDiagram(DirectoryNode dir)
-
Uses of DirectoryNode in org.apache.poi.hdgf.extractor
Constructors in org.apache.poi.hdgf.extractor with parameters of type DirectoryNode Constructor Description VisioTextExtractor(DirectoryNode dir)
-
Uses of DirectoryNode in org.apache.poi.hpbf
Constructors in org.apache.poi.hpbf with parameters of type DirectoryNode Constructor Description HPBFDocument(DirectoryNode dir)
Opens an embedded publisher document, at the given directory. -
Uses of DirectoryNode in org.apache.poi.hpbf.dev
Methods in org.apache.poi.hpbf.dev with parameters of type DirectoryNode Modifier and Type Method Description protected void
HPBFDumper. dump001CompObj(DirectoryNode dir)
void
HPBFDumper. dumpCONTENTSguessed(DirectoryNode dir)
void
HPBFDumper. dumpCONTENTSraw(DirectoryNode dir)
protected void
HPBFDumper. dumpEscherDelayStm(DirectoryNode escherDir)
protected void
HPBFDumper. dumpEscherStm(DirectoryNode escherDir)
-
Uses of DirectoryNode in org.apache.poi.hpbf.extractor
Constructors in org.apache.poi.hpbf.extractor with parameters of type DirectoryNode Constructor Description PublisherTextExtractor(DirectoryNode dir)
-
Uses of DirectoryNode in org.apache.poi.hpbf.model
Methods in org.apache.poi.hpbf.model with parameters of type DirectoryNode Modifier and Type Method Description void
HPBFPart. writeOut(DirectoryNode baseDir)
Constructors in org.apache.poi.hpbf.model with parameters of type DirectoryNode Constructor Description EscherDelayStm(DirectoryNode baseDir)
EscherPart(DirectoryNode baseDir, java.lang.String[] parts)
Creates the Escher Part, and finds our child escher recordsEscherStm(DirectoryNode baseDir)
HPBFPart(DirectoryNode baseDir, java.lang.String[] path)
MainContents(DirectoryNode baseDir)
QuillContents(DirectoryNode baseDir)
-
Uses of DirectoryNode in org.apache.poi.hslf.extractor
Constructors in org.apache.poi.hslf.extractor with parameters of type DirectoryNode Constructor Description PowerPointExtractor(DirectoryNode dir)
Deprecated.Creates a PowerPointExtractor, from a specific place inside an open NPOIFSFileSystem -
Uses of DirectoryNode in org.apache.poi.hslf.record
Constructors in org.apache.poi.hslf.record with parameters of type DirectoryNode Constructor Description CurrentUserAtom(DirectoryNode dir)
Find the Current User in the filesystem, and create from that -
Uses of DirectoryNode in org.apache.poi.hslf.usermodel
Methods in org.apache.poi.hslf.usermodel with parameters of type DirectoryNode Modifier and Type Method Description static HSLFSlideShow
HSLFSlideShowFactory. createSlideShow(DirectoryNode root)
Creates a HSLFSlideShow from the given DirectoryNodeConstructors in org.apache.poi.hslf.usermodel with parameters of type DirectoryNode Constructor Description HSLFSlideShow(DirectoryNode root)
Constructs a Powerpoint document from an DirectoryNode.HSLFSlideShowImpl(DirectoryNode dir)
Constructs a Powerpoint document from a specific point in a POIFS Filesystem. -
Uses of DirectoryNode in org.apache.poi.hsmf
Constructors in org.apache.poi.hsmf with parameters of type DirectoryNode Constructor Description MAPIMessage(DirectoryNode poifsDir)
Constructor for reading MSG Files from a certain point within a POIFS filesystem -
Uses of DirectoryNode in org.apache.poi.hsmf.datatypes
Methods in org.apache.poi.hsmf.datatypes that return DirectoryNode Modifier and Type Method Description DirectoryNode
DirectoryChunk. getDirectory()
Returns the directory entry for this chunk.Constructors in org.apache.poi.hsmf.datatypes with parameters of type DirectoryNode Constructor Description DirectoryChunk(DirectoryNode dir, java.lang.String namePrefix, int chunkId, Types.MAPIType type)
-
Uses of DirectoryNode in org.apache.poi.hsmf.extractor
Constructors in org.apache.poi.hsmf.extractor with parameters of type DirectoryNode Constructor Description OutlookTextExtactor(DirectoryNode poifsDir)
-
Uses of DirectoryNode in org.apache.poi.hsmf.parsers
Methods in org.apache.poi.hsmf.parsers with parameters of type DirectoryNode Modifier and Type Method Description static ChunkGroup[]
POIFSChunkParser. parse(DirectoryNode node)
protected static void
POIFSChunkParser. processChunks(DirectoryNode node, ChunkGroup grouping)
Creates all the chunks for a given Directory, but doesn't recurse or descend -
Uses of DirectoryNode in org.apache.poi.hssf.eventusermodel
Methods in org.apache.poi.hssf.eventusermodel with parameters of type DirectoryNode Modifier and Type Method Description short
HSSFEventFactory. abortableProcessWorkbookEvents(HSSFRequest req, DirectoryNode dir)
Processes a file into essentially record events.void
HSSFEventFactory. processWorkbookEvents(HSSFRequest req, DirectoryNode dir)
Processes a file into essentially record events. -
Uses of DirectoryNode in org.apache.poi.hssf.extractor
Constructors in org.apache.poi.hssf.extractor with parameters of type DirectoryNode Constructor Description EventBasedExcelExtractor(DirectoryNode dir)
ExcelExtractor(DirectoryNode dir)
OldExcelExtractor(DirectoryNode directory)
-
Uses of DirectoryNode in org.apache.poi.hssf.usermodel
Methods in org.apache.poi.hssf.usermodel with parameters of type DirectoryNode Modifier and Type Method Description static void
HSSFShapeFactory. createShapeTree(EscherContainerRecord container, EscherAggregate agg, HSSFShapeContainer out, DirectoryNode root)
build shape tree from escher containerstatic HSSFWorkbook
HSSFWorkbookFactory. createWorkbook(DirectoryNode root)
Creates a HSSFWorkbook from the given DirectoryNodestatic java.lang.String
HSSFWorkbook. getWorkbookDirEntryName(DirectoryNode directory)
Constructors in org.apache.poi.hssf.usermodel with parameters of type DirectoryNode Constructor Description HSSFWorkbook(DirectoryNode directory, boolean preserveNodes)
given a POI POIFSFileSystem object, and a specific directory within it, read in its Workbook and populate the high and low level models.HSSFWorkbook(DirectoryNode directory, POIFSFileSystem fs, boolean preserveNodes)
given a POI POIFSFileSystem object, and a specific directory within it, read in its Workbook and populate the high and low level models. -
Uses of DirectoryNode in org.apache.poi.hwpf
Constructors in org.apache.poi.hwpf with parameters of type DirectoryNode Constructor Description HWPFDocument(DirectoryNode directory)
This constructor loads a Word document from a specific point in a POIFSFileSystem, probably not the default.HWPFDocumentCore(DirectoryNode directory)
This constructor loads a Word document from a specific point in a POIFSFileSystem, probably not the default.HWPFOldDocument(DirectoryNode directory)
-
Uses of DirectoryNode in org.apache.poi.hwpf.converter
Methods in org.apache.poi.hwpf.converter with parameters of type DirectoryNode Modifier and Type Method Description static java.lang.String
WordToTextConverter. getText(DirectoryNode root)
static HWPFDocumentCore
AbstractWordUtils. loadDoc(DirectoryNode root)
-
Uses of DirectoryNode in org.apache.poi.hwpf.extractor
Constructors in org.apache.poi.hwpf.extractor with parameters of type DirectoryNode Constructor Description Word6Extractor(DirectoryNode dir)
Word6Extractor(DirectoryNode dir, POIFSFileSystem fs)
Deprecated.UseWord6Extractor(DirectoryNode)
insteadWordExtractor(DirectoryNode dir)
-
Uses of DirectoryNode in org.apache.poi.ooxml.extractor
Methods in org.apache.poi.ooxml.extractor with parameters of type DirectoryNode Modifier and Type Method Description static <T extends POITextExtractor>
TExtractorFactory. createExtractor(DirectoryNode poifsDir)
-
Uses of DirectoryNode in org.apache.poi.poifs.crypt
Methods in org.apache.poi.poifs.crypt with parameters of type DirectoryNode Modifier and Type Method Description protected abstract void
ChunkedCipherOutputStream. createEncryptionInfoEntry(DirectoryNode dir, java.io.File tmpFile)
abstract java.io.InputStream
Decryptor. getDataStream(DirectoryNode dir)
Return a stream with decrypted data.abstract java.io.OutputStream
Encryptor. getDataStream(DirectoryNode dir)
Return a output stream for encrypted data.Constructors in org.apache.poi.poifs.crypt with parameters of type DirectoryNode Constructor Description ChunkedCipherOutputStream(DirectoryNode dir, int chunkSize)
EncryptionInfo(DirectoryNode dir)
Opens for decryption -
Uses of DirectoryNode in org.apache.poi.poifs.crypt.agile
Methods in org.apache.poi.poifs.crypt.agile with parameters of type DirectoryNode Modifier and Type Method Description protected void
AgileEncryptor. createEncryptionInfoEntry(DirectoryNode dir, java.io.File tmpFile)
java.io.InputStream
AgileDecryptor. getDataStream(DirectoryNode dir)
java.io.OutputStream
AgileEncryptor. getDataStream(DirectoryNode dir)
-
Uses of DirectoryNode in org.apache.poi.poifs.crypt.binaryrc4
Methods in org.apache.poi.poifs.crypt.binaryrc4 with parameters of type DirectoryNode Modifier and Type Method Description protected void
BinaryRC4Encryptor.BinaryRC4CipherOutputStream. createEncryptionInfoEntry(DirectoryNode dir, java.io.File tmpFile)
protected void
BinaryRC4Encryptor. createEncryptionInfoEntry(DirectoryNode dir)
ChunkedCipherInputStream
BinaryRC4Decryptor. getDataStream(DirectoryNode dir)
java.io.OutputStream
BinaryRC4Encryptor. getDataStream(DirectoryNode dir)
Constructors in org.apache.poi.poifs.crypt.binaryrc4 with parameters of type DirectoryNode Constructor Description BinaryRC4CipherOutputStream(DirectoryNode dir)
-
Uses of DirectoryNode in org.apache.poi.poifs.crypt.cryptoapi
Methods in org.apache.poi.poifs.crypt.cryptoapi with parameters of type DirectoryNode Modifier and Type Method Description protected void
CryptoAPIEncryptor.CryptoAPICipherOutputStream. createEncryptionInfoEntry(DirectoryNode dir, java.io.File tmpFile)
ChunkedCipherInputStream
CryptoAPIDecryptor. getDataStream(DirectoryNode dir)
ChunkedCipherOutputStream
CryptoAPIEncryptor. getDataStream(DirectoryNode dir)
POIFSFileSystem
CryptoAPIDecryptor. getSummaryEntries(DirectoryNode root, java.lang.String encryptedStream)
Decrypt the Document-/SummaryInformation and other optionally streams.void
CryptoAPIEncryptor. setSummaryEntries(DirectoryNode dir, java.lang.String encryptedStream, POIFSFileSystem entries)
Encrypt the Document-/SummaryInformation and other optionally streams. -
Uses of DirectoryNode in org.apache.poi.poifs.crypt.standard
Fields in org.apache.poi.poifs.crypt.standard declared as DirectoryNode Modifier and Type Field Description protected DirectoryNode
StandardEncryptor.StandardCipherOutputStream. dir
Methods in org.apache.poi.poifs.crypt.standard with parameters of type DirectoryNode Modifier and Type Method Description protected void
StandardEncryptor. createEncryptionInfoEntry(DirectoryNode dir)
java.io.InputStream
StandardDecryptor. getDataStream(DirectoryNode dir)
java.io.OutputStream
StandardEncryptor. getDataStream(DirectoryNode dir)
Constructors in org.apache.poi.poifs.crypt.standard with parameters of type DirectoryNode Constructor Description StandardCipherOutputStream(DirectoryNode dir)
-
Uses of DirectoryNode in org.apache.poi.poifs.crypt.xor
Methods in org.apache.poi.poifs.crypt.xor with parameters of type DirectoryNode Modifier and Type Method Description ChunkedCipherInputStream
XORDecryptor. getDataStream(DirectoryNode dir)
java.io.OutputStream
XOREncryptor. getDataStream(DirectoryNode dir)
-
Uses of DirectoryNode in org.apache.poi.poifs.dev
Methods in org.apache.poi.poifs.dev with parameters of type DirectoryNode Modifier and Type Method Description static void
POIFSLister. displayDirectory(DirectoryNode dir, java.lang.String indent, boolean withSizes)
-
Uses of DirectoryNode in org.apache.poi.poifs.filesystem
Methods in org.apache.poi.poifs.filesystem that return DirectoryNode Modifier and Type Method Description DirectoryNode
POIFSFileSystem. getRoot()
Get the root entryMethods in org.apache.poi.poifs.filesystem with parameters of type DirectoryNode Modifier and Type Method Description static Ole10Native
Ole10Native. createFromEmbeddedOleObject(DirectoryNode directory)
Creates an instance of this class from an embedded OLE Object.static java.io.InputStream
DocumentFactoryHelper. getDecryptedStream(DirectoryNode root, java.lang.String password)
Wrap the OLE2 data of the DirectoryNode into a decrypted stream by using the given password.Constructors in org.apache.poi.poifs.filesystem with parameters of type DirectoryNode Constructor Description EntryNode(Property property, DirectoryNode parent)
create a DocumentNode. -
Uses of DirectoryNode in org.apache.poi.poifs.macros
Methods in org.apache.poi.poifs.macros with parameters of type DirectoryNode Modifier and Type Method Description protected void
VBAMacroReader. findMacros(DirectoryNode dir, VBAMacroReader.ModuleMap modules)
Recursively traverses directory structure rooted at dir.protected void
VBAMacroReader. findModuleNameMap(DirectoryNode node, java.util.Map<java.lang.String,java.lang.String> moduleNameMap, VBAMacroReader.ModuleMap modules)
protected void
VBAMacroReader. findProjectProperties(DirectoryNode node, java.util.Map<java.lang.String,java.lang.String> moduleNameMap, VBAMacroReader.ModuleMap modules)
protected void
VBAMacroReader. readMacros(DirectoryNode macroDir, VBAMacroReader.ModuleMap modules)
Reads VBA Project modules from a VBA Project directory located at macroDir into modules. -
Uses of DirectoryNode in org.apache.poi.sl.usermodel
Methods in org.apache.poi.sl.usermodel with parameters of type DirectoryNode Modifier and Type Method Description static <S extends Shape<S,P>,P extends TextParagraph<S,P,? extends TextRun>>
SlideShow<S,P>SlideShowFactory. create(DirectoryNode root)
Creates a SlideShow from the given NPOIFSFileSystem.static <S extends Shape<S,P>,P extends TextParagraph<S,P,? extends TextRun>>
SlideShow<S,P>SlideShowFactory. create(DirectoryNode root, java.lang.String password)
Creates a SlideShow from the given NPOIFSFileSystem, which may be password protected -
Uses of DirectoryNode in org.apache.poi.ss.extractor
Methods in org.apache.poi.ss.extractor with parameters of type DirectoryNode Modifier and Type Method Description boolean
EmbeddedExtractor. canExtract(DirectoryNode source)
boolean
EmbeddedExtractor.Ole10Extractor. canExtract(DirectoryNode dn)
protected static void
EmbeddedExtractor. copyNodes(DirectoryNode src, DirectoryNode dest)
protected EmbeddedData
EmbeddedExtractor. extract(DirectoryNode dn)
EmbeddedData
EmbeddedExtractor.Ole10Extractor. extract(DirectoryNode dn)
EmbeddedData
EmbeddedExtractor. extractOne(DirectoryNode src)
-
Uses of DirectoryNode in org.apache.poi.ss.usermodel
Methods in org.apache.poi.ss.usermodel with parameters of type DirectoryNode Modifier and Type Method Description static Workbook
WorkbookFactory. create(DirectoryNode root)
Creates a Workbook from the given NPOIFSFileSystem.static Workbook
WorkbookFactory. create(DirectoryNode root, java.lang.String password)
Creates a Workbook from the given NPOIFSFileSystem, which may be password protected
-