Package | Description |
---|---|
com.sun.tools.xjc |
Schema to Java compiler
|
com.sun.tools.xjc.reader.dtd | |
com.sun.tools.xjc.reader.dtd.bindinfo |
Object Model that represents DTD binding information.
|
Modifier and Type | Method and Description |
---|---|
abstract void |
ErrorReceiver.error(SAXParseException exception) |
abstract void |
ErrorReceiver.fatalError(SAXParseException exception) |
void |
ErrorReceiver.pollAbort()
This method will be invoked periodically to allow
AbortException
to be thrown, especially when this is driven by some kind of GUI. |
abstract void |
ErrorReceiver.warning(SAXParseException exception) |
Constructor and Description |
---|
TDTDReader(ErrorReceiver errorReceiver,
Options opts,
InputSource _bindInfo) |
Constructor and Description |
---|
BindInfo(Model model,
InputSource source,
ErrorReceiver _errorReceiver) |
Copyright © 2018 JBoss by Red Hat. All rights reserved.