public abstract class AbstractSAXProducer extends Object
| Constructor and Description |
|---|
AbstractSAXProducer() |
| Modifier and Type | Method and Description |
|---|---|
void |
recycle()
Recycle the producer by removing references, and resetting handlers to
null (empty) implementations.
|
void |
setContentHandler(ContentHandler handler)
Set the
ContentHandler that will receive XML data. |
public void setContentHandler(ContentHandler handler)
ContentHandler that will receive XML data.
Subclasses may retrieve this ContentHandler instance
accessing the protected super.contentHandler field.
handler - content handler, should never be null.public void recycle()
Copyright © 2010 - 2020 Adobe. All Rights Reserved