Class ObjectGroupDataElementData.Builder
java.lang.Object
org.apache.tika.parser.microsoft.onenote.fsshttpb.streamobj.ObjectGroupDataElementData.Builder
- Enclosing class:
- ObjectGroupDataElementData
The internal class for build a list of DataElement from a node object.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionbuild
(NodeObject node) This method is used to build a list of DataElement from a node object
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
build
This method is used to build a list of DataElement from a node object- Parameters:
node
- Specify the node object.- Returns:
- Return the list of data elements build from the specified node object.
- Throws:
TikaException
IOException
-