| Changed Methods |
void endDocument()
|
Documentation changed from old to new. |
Process notification of the end of a document and write generated
bytecode into output stream. |
void endElement(String, String, String)
|
Documentation changed from old to new. |
Process notification of the end of an XML element being reached. |
void startElement(String, String, String, Attributes)
|
Documentation changed from old to new. |
Process notification of the start of an XML element being reached. |
byte[] toByteArray()
|
Documentation changed from old to new. |
Returns the bytecode of the class that was build with underneath class
writer. |