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

org.sat4j.csp.xml.Presentation Maven / Gradle / Ivy

The newest version!
package org.sat4j.csp.xml;
import org.xml.sax.Attributes;

class Presentation extends Element {

	public Presentation(ICSPCallback out,String tagName) {
		super(out,tagName);
	}

	public void startElement(Attributes att) {
		getCB().beginInstance(att.getValue("name"));
	}

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy