Class MSOneStorePackage
java.lang.Object
org.apache.tika.parser.microsoft.onenote.fsshttpb.MSOneStorePackage
-
Field Summary
Modifier and TypeFieldDescription -
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionfindStorageIndexCellMapping
(CellID cellID) This method is used to find the Storage Index Cell Mapping matches the Cell ID.findStorageIndexRevisionMapping
(ExGuid revisionExtendedGUID) This method is used to find the Storage Index Revision Mapping that matches the Revision Mapping Extended GUID.void
walkTree
(OneNoteTreeWalkerOptions options, Metadata metadata, XHTMLContentHandler xhtml)
-
Field Details
-
storageIndex
-
storageManifest
-
headerCellCellManifest
-
headerCellRevisionManifest
-
revisionManifests
-
cellManifests
-
headerCell
-
dataRoot
-
OtherFileNodeList
-
-
Constructor Details
-
MSOneStorePackage
public MSOneStorePackage()
-
-
Method Details
-
findStorageIndexCellMapping
This method is used to find the Storage Index Cell Mapping matches the Cell ID.- Parameters:
cellID
- Specify the Cell ID.- Returns:
- Return the specific Storage Index Cell Mapping.
-
findStorageIndexRevisionMapping
This method is used to find the Storage Index Revision Mapping that matches the Revision Mapping Extended GUID.- Parameters:
revisionExtendedGUID
- Specify the Revision Mapping Extended GUID.- Returns:
- Return the instance of Storage Index Revision Mapping.
-
walkTree
public void walkTree(OneNoteTreeWalkerOptions options, Metadata metadata, XHTMLContentHandler xhtml) throws SAXException, TikaException, IOException - Throws:
SAXException
TikaException
IOException
-