Class 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 Detail

      • Builder

        public Builder()
    • Method Detail

      • 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