org.ajax4jsf.webapp.nekko
Interface HtmlCorrectionState


public interface HtmlCorrectionState


Method Summary
 void endElement(org.apache.xerces.xni.QName element, org.apache.xerces.xni.Augmentations augs)
           
 void startElement(org.apache.xerces.xni.QName element, org.apache.xerces.xni.XMLAttributes attributes, org.apache.xerces.xni.Augmentations augs)
           
 

Method Detail

endElement

void endElement(org.apache.xerces.xni.QName element,
                org.apache.xerces.xni.Augmentations augs)
                throws org.apache.xerces.xni.XNIException
Throws:
org.apache.xerces.xni.XNIException

startElement

void startElement(org.apache.xerces.xni.QName element,
                  org.apache.xerces.xni.XMLAttributes attributes,
                  org.apache.xerces.xni.Augmentations augs)
                  throws org.apache.xerces.xni.XNIException
Throws:
org.apache.xerces.xni.XNIException


Copyright © 2009. All Rights Reserved.