Package com.sun.tools.jxc.gen.config
Interface NGCCEventReceiver
- All Known Implementing Classes:
Classes,Config,NGCCHandler,NGCCInterleaveFilter,Schema
public interface NGCCEventReceiver
Auto-generated, do not edit.
- 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
-