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)
enterElement
void enterElement(String uri,
String localName,
String qname,
Attributes atts)
throws SAXException
- Throws:
SAXException
leaveElement
void leaveElement(String uri,
String localName,
String qname)
throws SAXException
- Throws:
SAXException
text
void text(String value)
throws SAXException
- Throws:
SAXException
enterAttribute
void enterAttribute(String uri,
String localName,
String qname)
throws SAXException
- Throws:
SAXException
leaveAttribute
void leaveAttribute(String uri,
String localName,
String qname)
throws SAXException
- Throws:
SAXException
Copyright © 2005-2015 Oracle Corporation. All Rights Reserved.