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

org.ajax4jsf.framework.ajax.xmlfilter.nekko.HtmlCorrectionState Maven / Gradle / Ivy

Go to download

Ajax4jsf is an open source extension to the JavaServer Faces standard that adds AJAX capability to JSF applications without requiring the writing of any JavaScript.

The newest version!
package org.ajax4jsf.framework.ajax.xmlfilter.nekko;

import org.apache.xerces.xni.Augmentations;
import org.apache.xerces.xni.QName;
import org.apache.xerces.xni.XMLAttributes;
import org.apache.xerces.xni.XNIException;

public interface HtmlCorrectionState {
	
	public void endElement(QName element, Augmentations augs) throws XNIException;
	public void startElement(QName element, XMLAttributes attributes, Augmentations augs) throws XNIException;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy