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 Details

    • Builder

      public Builder()
  • Method Details

    • build

      public List<DataElement> build(NodeObject node) throws org.apache.tika.exception.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:
      org.apache.tika.exception.TikaException
      IOException