Class NodeObject

    • Constructor Detail

      • NodeObject

        protected NodeObject​(StreamObjectTypeHeaderStart headerType)
        Initializes a new instance of the NodeObject class.
        Parameters:
        headerType - Specify the node object header type.
    • Method Detail

      • getContent

        public abstract List<Byte> getContent()
                                       throws TikaException
        Get all the content which is represented by the node object.
        Returns:
        Return the byte list of node object content.
        Throws:
        TikaException