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

org.w3c.dom.mathml.MathMLActionElement Maven / Gradle / Ivy

The newest version!

package org.w3c.dom.mathml;


public interface MathMLActionElement extends MathMLPresentationContainer
{
    public String                 getActiontype();
    public void                   setActiontype(String actiontype);
    public String                 getSelection();
    public void                   setSelection(String selection);
};
  




© 2015 - 2024 Weber Informatics LLC | Privacy Policy