ExtensionAttachment, org.apache.xmlgraphics.util.XMLizablepublic class PSSetPageDevice extends PSExtensionAttachment
| Modifier and Type | Field | Description |
|---|---|---|
protected static java.lang.String |
ELEMENT |
element name
|
protected java.lang.String |
name |
name attribute
|
CATEGORY, content| Constructor | Description |
|---|---|
PSSetPageDevice() |
constructor
|
PSSetPageDevice(java.lang.String content) |
default constructor
|
PSSetPageDevice(java.lang.String name,
java.lang.String content) |
constructor
|
| Modifier and Type | Method | Description |
|---|---|---|
protected java.lang.String |
getElement() |
|
java.lang.String |
getName() |
|
void |
setName(java.lang.String name) |
Sets the name of the setup code object.
|
void |
toSAX(org.xml.sax.ContentHandler handler) |
Generates SAX events representing the object's state.
|
java.lang.String |
toString() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitgetCategory, getContent, getType, setContentprotected static final java.lang.String ELEMENT
protected java.lang.String name
public PSSetPageDevice(java.lang.String content)
content - set page device dictionarypublic PSSetPageDevice(java.lang.String name,
java.lang.String content)
name - name attribute of this setpagedevice contentcontent - set page device dictionarypublic PSSetPageDevice()
public java.lang.String getName()
public void setName(java.lang.String name)
name - The name to set.public java.lang.String toString()
toString in class PSExtensionAttachmentObject.toString()protected java.lang.String getElement()
getElement in class PSExtensionAttachmentPSExtensionAttachment.getElement()public void toSAX(org.xml.sax.ContentHandler handler)
throws org.xml.sax.SAXException
toSAX in interface org.apache.xmlgraphics.util.XMLizabletoSAX in class PSExtensionAttachmenthandler - ContentHandler instance to send the SAX events toorg.xml.sax.SAXException - if there's a problem generating the SAX eventsXMLizable.toSAX(org.xml.sax.ContentHandler)Copyright 1999-2016 The Apache Software Foundation. All Rights Reserved.