![JAR search and dependency download from the Maven repository](/logo.png)
ee.sk.digidoc.c14n.TinyXMLCanonicalizerHandler_TextStringNormalizer_EntityHelper Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of jdigidoc Show documentation
Show all versions of jdigidoc Show documentation
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