Uses of Class
org.apache.tika.parser.microsoft.onenote.fsshttpb.streamobj.IntermediateNodeObject
- 
Packages that use IntermediateNodeObject Package Description org.apache.tika.parser.microsoft.onenote.fsshttpb.streamobj org.apache.tika.parser.microsoft.onenote.fsshttpb.streamobj.chunking 
- 
- 
Uses of IntermediateNodeObject in org.apache.tika.parser.microsoft.onenote.fsshttpb.streamobjMethods in org.apache.tika.parser.microsoft.onenote.fsshttpb.streamobj that return IntermediateNodeObject Modifier and Type Method Description IntermediateNodeObjectIntermediateNodeObject.RootNodeObjectBuilder. Build(byte[] fileContent)This method is used to build a root node object from a byte array
- 
Uses of IntermediateNodeObject in org.apache.tika.parser.microsoft.onenote.fsshttpb.streamobj.chunkingMethods in org.apache.tika.parser.microsoft.onenote.fsshttpb.streamobj.chunking with parameters of type IntermediateNodeObject Modifier and Type Method Description static AbstractChunkingChunkingFactory. createChunkingInstance(IntermediateNodeObject nodeObject)This method is used to create the instance of AbstractChunking.
 
-