Class SimpleConcatContributor

  • All Implemented Interfaces:
    MetadataContributor<org.jdom2.Element>

    public class SimpleConcatContributor
    extends SimpleXpathMetadatumContributor
    This contributor is able to concat multi value. Given a certain path, if it contains several nodes, the values of nodes will be concatenated into a single one. The concrete example we can see in the file wos-responce.xml in the node, which may contain several

    paragraphs, this Contributor allows concatenating all

    paragraphs. to obtain a single one.

    Author:
    Boychuk Mykhaylo (boychuk.mykhaylo at 4Science dot it)
    • Constructor Detail

      • SimpleConcatContributor

        public SimpleConcatContributor()