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

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

package uk.ac.starlink.votable.dom;

import org.w3c.dom.CDATASection;

public class DelegatingCDATASection extends DelegatingText 
                                    implements CDATASection {
    protected DelegatingCDATASection( CDATASection base,
                                      DelegatingDocument doc ) {
        super( base, doc );
    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy