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

ee.sk.digidoc.c14n.TinyXMLParser_Node 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

There is a newer version: 3.12.1
Show newest version
package ee.sk.digidoc.c14n;

import ee.sk.digidoc.c14n.TinyXMLParser_Element;

public abstract class TinyXMLParser_Node
{
    public TinyXMLParser_Element Parent;


    protected TinyXMLParser_Node()
    {
    }


    public void ToConsole()
    {
    }

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy