Interface NGCCEventReceiver
- All Known Implementing Classes:
NGCCHandler
,NGCCInterleaveFilter
,Schema
public interface NGCCEventReceiver
- Author:
- Kohsuke Kawaguchi (kk@kohsuke.org)
-
Method Summary
Modifier and TypeMethodDescriptionvoid
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
-
Method Details
-
enterElement
- Throws:
SAXException
-
leaveElement
- Throws:
SAXException
-
text
- Throws:
SAXException
-
enterAttribute
- Throws:
SAXException
-
leaveAttribute
- Throws:
SAXException
-