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.streamobj
Methods in org.apache.tika.parser.microsoft.onenote.fsshttpb.streamobj that return IntermediateNodeObject Modifier and Type Method Description IntermediateNodeObject
IntermediateNodeObject.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.chunking
Methods in org.apache.tika.parser.microsoft.onenote.fsshttpb.streamobj.chunking with parameters of type IntermediateNodeObject Modifier and Type Method Description static AbstractChunking
ChunkingFactory. createChunkingInstance(IntermediateNodeObject nodeObject)
This method is used to create the instance of AbstractChunking.
-