public class PXMLProducer
extends java.lang.Object
implements java.io.Serializable
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
legalCopyright |
| Modifier | Constructor and Description |
|---|---|
protected |
PXMLProducer()
Creates a PXMLProducer object.
|
| Modifier and Type | Method and Description |
|---|---|
void |
setConsumer(PXMLConsumer consumer)
Sets the output consumer.
|
public static final java.lang.String legalCopyright
protected PXMLProducer()
public void setConsumer(PXMLConsumer consumer)
consumer - The output consumer.