public abstract class AbstractSAXProducer
extends java.lang.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(org.xml.sax.ContentHandler handler)
Set the
ContentHandler that will receive XML data. |
public void setContentHandler(org.xml.sax.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