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

uk.ac.starlink.votable.dom.DelegatingDocumentFragment Maven / Gradle / Ivy

There is a newer version: 4.3
Show newest version
package uk.ac.starlink.votable.dom;

import org.w3c.dom.DocumentFragment;

public class DelegatingDocumentFragment extends DelegatingNode
                                        implements DocumentFragment {
    protected DelegatingDocumentFragment( DocumentFragment base,
                                       DelegatingDocument doc ) {
        super( base, doc );
    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy