All Downloads are FREE. Search and download functionalities are using the official Maven repository.

ee.sk.digidoc.c14n.TinyXMLCanonicalizerHandler_TextStringNormalizer_EntityHelper Maven / Gradle / Ivy

Go to download

A Java libray for manipulating Estonian digital signature container files DDOC and BDOC. Note that this library is deprecated. It is recommended to use the new DigiDoc4j library at https://github.com/open-eid/digidoc4j

The newest version!
package ee.sk.digidoc.c14n;

import ee.sk.digidoc.c14n.common.StringImplementation;

class TinyXMLCanonicalizerHandler_TextStringNormalizer_EntityHelper
{
    public String Text;


    public TinyXMLCanonicalizerHandler_TextStringNormalizer_EntityHelper(String e)
    {
        this.Text = e;
    }


    public void set_Item(String e, String value)
    {
        this.Text = StringImplementation.Replace(this.Text, e, value);
    }

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy