Uses of Class
org.apache.poi.poifs.filesystem.DirectoryNode

Packages that use DirectoryNode
org.apache.poi   
org.apache.poi.extractor   
org.apache.poi.hdgf   
org.apache.poi.hdgf.extractor   
org.apache.poi.hpbf   
org.apache.poi.hpbf.dev   
org.apache.poi.hpbf.extractor   
org.apache.poi.hpbf.model   
org.apache.poi.hslf.extractor   
org.apache.poi.hslf.record   
org.apache.poi.hslf.usermodel   
org.apache.poi.hsmf   
org.apache.poi.hsmf.datatypes   
org.apache.poi.hsmf.extractor   
org.apache.poi.hsmf.parsers   
org.apache.poi.hssf.eventusermodel HSSF eventmodel Package provides an event-based API for reading HSSF files. 
org.apache.poi.hssf.extractor   
org.apache.poi.hssf.usermodel usermodel package maps HSSF low level strutures to familiar workbook/sheet model 
org.apache.poi.hwpf   
org.apache.poi.hwpf.converter   
org.apache.poi.hwpf.extractor   
org.apache.poi.poifs.crypt Implementation of the ECMA-376 Document Encryption 
org.apache.poi.poifs.crypt.agile   
org.apache.poi.poifs.crypt.binaryrc4   
org.apache.poi.poifs.crypt.cryptoapi   
org.apache.poi.poifs.crypt.standard   
org.apache.poi.poifs.crypt.xor   
org.apache.poi.poifs.dev DEV package serves two purposes. 
org.apache.poi.poifs.filesystem filesystem package maps OLE 2 Compound document files to a more familiar filesystem interface. 
org.apache.poi.poifs.macros   
org.apache.poi.ss.extractor   
 

Uses of DirectoryNode in org.apache.poi
 

Methods in org.apache.poi that return DirectoryNode
 DirectoryNode POIDocument.getDirectory()
           
protected  DirectoryNode POIDocument.replaceDirectory(DirectoryNode newDirectory)
          Replaces the attached directory, e.g.
 

Methods in org.apache.poi with parameters of type DirectoryNode
protected  DirectoryNode POIDocument.replaceDirectory(DirectoryNode newDirectory)
          Replaces the attached directory, e.g.
 

Constructors in org.apache.poi with parameters of type DirectoryNode
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
static POITextExtractor ExtractorFactory.createExtractor(DirectoryNode poifsDir)
           
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
static POITextExtractor OLE2ExtractorFactory.createExtractor(DirectoryNode poifsDir)
          Create the Extractor, if possible.
 

Uses of DirectoryNode in org.apache.poi.hdgf
 

Constructors in org.apache.poi.hdgf with parameters of type DirectoryNode
HDGFDiagram(DirectoryNode dir)
           
 

Uses of DirectoryNode in org.apache.poi.hdgf.extractor
 

Constructors in org.apache.poi.hdgf.extractor with parameters of type DirectoryNode
VisioTextExtractor(DirectoryNode dir)
           
 

Uses of DirectoryNode in org.apache.poi.hpbf
 

Constructors in org.apache.poi.hpbf with parameters of type DirectoryNode
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
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
PublisherTextExtractor(DirectoryNode dir)
           
 

Uses of DirectoryNode in org.apache.poi.hpbf.model
 

Methods in org.apache.poi.hpbf.model with parameters of type DirectoryNode
 void HPBFPart.writeOut(DirectoryNode baseDir)
           
 

Constructors in org.apache.poi.hpbf.model with parameters of type DirectoryNode
EscherDelayStm(DirectoryNode baseDir)
           
EscherPart(DirectoryNode baseDir, java.lang.String[] parts)
          Creates the Escher Part, and finds our child escher records
EscherStm(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
PowerPointExtractor(DirectoryNode dir)
          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
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 that return DirectoryNode
protected  DirectoryNode HSLFSlideShowImpl.getPOIFSDirectory()
          Deprecated. POI 3.16 beta 1. use POIDocument.getDirectory() instead
 

Constructors in org.apache.poi.hslf.usermodel with parameters of type DirectoryNode
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
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
 DirectoryNode DirectoryChunk.getDirectory()
          Returns the directory entry for this chunk.
 

Constructors in org.apache.poi.hsmf.datatypes with parameters of type DirectoryNode
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
OutlookTextExtactor(DirectoryNode poifsDir)
           
 

Uses of DirectoryNode in org.apache.poi.hsmf.parsers
 

Methods in org.apache.poi.hsmf.parsers with parameters of type DirectoryNode
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
 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
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 that return DirectoryNode
 DirectoryNode HSSFWorkbook.getRootDirectory()
          Deprecated. POI 3.16 beta 1. use POIDocument.getDirectory() instead
 

Methods in org.apache.poi.hssf.usermodel with parameters of type DirectoryNode
static void HSSFShapeFactory.createShapeTree(EscherContainerRecord container, EscherAggregate agg, HSSFShapeContainer out, DirectoryNode root)
          build shape tree from escher container
static java.lang.String HSSFWorkbook.getWorkbookDirEntryName(DirectoryNode directory)
           
 

Constructors in org.apache.poi.hssf.usermodel with parameters of type DirectoryNode
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
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
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
Word6Extractor(DirectoryNode dir)
           
Word6Extractor(DirectoryNode dir, POIFSFileSystem fs)
          Deprecated. Use Word6Extractor.Word6Extractor(DirectoryNode) instead
WordExtractor(DirectoryNode dir)
           
 

Uses of DirectoryNode in org.apache.poi.poifs.crypt
 

Methods in org.apache.poi.poifs.crypt with parameters of type DirectoryNode
protected abstract  void ChunkedCipherOutputStream.createEncryptionInfoEntry(DirectoryNode dir, java.io.File tmpFile)
           
abstract  java.io.OutputStream Encryptor.getDataStream(DirectoryNode dir)
          Return a output stream for encrypted data.
abstract  java.io.InputStream Decryptor.getDataStream(DirectoryNode dir)
          Return a stream with decrypted data.
 

Constructors in org.apache.poi.poifs.crypt with parameters of type DirectoryNode
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
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
protected  void BinaryRC4Encryptor.createEncryptionInfoEntry(DirectoryNode dir)
           
protected  void BinaryRC4Encryptor.BinaryRC4CipherOutputStream.createEncryptionInfoEntry(DirectoryNode dir, java.io.File tmpFile)
           
 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
BinaryRC4Encryptor.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
protected  void CryptoAPIEncryptor.createEncryptionInfoEntry(DirectoryNode dir)
           
protected  void CryptoAPIEncryptor.CryptoAPICipherOutputStream.createEncryptionInfoEntry(DirectoryNode dir, java.io.File tmpFile)
           
 ChunkedCipherOutputStream CryptoAPIEncryptor.getDataStream(DirectoryNode dir)
           
 ChunkedCipherInputStream CryptoAPIDecryptor.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, NPOIFSFileSystem 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
protected  DirectoryNode StandardEncryptor.StandardCipherOutputStream.dir
           
 

Methods in org.apache.poi.poifs.crypt.standard with parameters of type DirectoryNode
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
StandardEncryptor.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
protected  void XOREncryptor.createEncryptionInfoEntry(DirectoryNode dir)
           
 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
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
 DirectoryNode OPOIFSFileSystem.getRoot()
          get the root entry
 DirectoryNode NPOIFSFileSystem.getRoot()
          Get the root entry
 

Methods in org.apache.poi.poifs.filesystem with parameters of type DirectoryNode
static Ole10Native Ole10Native.createFromEmbeddedOleObject(DirectoryNode directory)
          Creates an instance of this class from an embedded OLE Object.
 

Constructors in org.apache.poi.poifs.filesystem with parameters of type DirectoryNode
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
protected  void VBAMacroReader.findMacros(DirectoryNode dir, VBAMacroReader.ModuleMap modules)
          Recursively traverses directory structure rooted at dir.
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.ss.extractor
 

Methods in org.apache.poi.ss.extractor with parameters of type DirectoryNode
 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)
           
 



Copyright 2017 The Apache Software Foundation or its licensors, as applicable.