Interface NGCCEventReceiver
- All Known Implementing Classes:
NGCCHandler, NGCCInterleaveFilter, Start
public interface NGCCEventReceiver
- Author:
- Kohsuke Kawaguchi (kk@kohsuke.org)
-
Method Summary
Modifier and TypeMethodDescriptionvoidenterAttribute(String uri, String localName, String qname) voidenterElement(String uri, String localName, String qname, Attributes atts) voidleaveAttribute(String uri, String localName, String qname) voidleaveElement(String uri, String localName, String qname) void
-
Method Details
-
enterElement
- Throws:
SAXException
-
leaveElement
- Throws:
SAXException
-
text
- Throws:
SAXException
-
enterAttribute
- Throws:
SAXException
-
leaveAttribute
- Throws:
SAXException
-