public interface NGCCEventReceiver
Auto-generated, do not edit.
| Modifier and Type | Method and Description |
|---|---|
void |
enterAttribute(String uri,
String localName,
String qname) |
void |
enterElement(String uri,
String localName,
String qname,
Attributes atts) |
void |
leaveAttribute(String uri,
String localName,
String qname) |
void |
leaveElement(String uri,
String localName,
String qname) |
void |
text(String value) |
void enterElement(String uri, String localName, String qname, Attributes atts) throws SAXException
SAXExceptionvoid leaveElement(String uri, String localName, String qname) throws SAXException
SAXExceptionvoid text(String value) throws SAXException
SAXExceptionvoid enterAttribute(String uri, String localName, String qname) throws SAXException
SAXExceptionvoid leaveAttribute(String uri, String localName, String qname) throws SAXException
SAXExceptionCopyright © 2017 JBoss by Red Hat. All rights reserved.