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
SAXException
void leaveElement(String uri, String localName, String qname) throws SAXException
SAXException
void text(String value) throws SAXException
SAXException
void enterAttribute(String uri, String localName, String qname) throws SAXException
SAXException
void leaveAttribute(String uri, String localName, String qname) throws SAXException
SAXException
Copyright © 2019 JBoss by Red Hat. All rights reserved.