Class ObjectGroupDataElementData.Builder
- java.lang.Object
-
- org.apache.tika.parser.microsoft.onenote.fsshttpb.streamobj.ObjectGroupDataElementData.Builder
-
- Enclosing class:
- ObjectGroupDataElementData
public static class ObjectGroupDataElementData.Builder extends Object
The internal class for build a list of DataElement from a node object.
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<DataElement>
build(NodeObject node)
This method is used to build a list of DataElement from a node object
-
-
-
Method Detail
-
build
public List<DataElement> build(NodeObject node) throws TikaException, IOException
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
-
-