ExtensionAttachment
public 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, wait
getCategory, getContent, getType, setContent
protected 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 PSExtensionAttachment
Object.toString()
protected java.lang.String getElement()
getElement
in class PSExtensionAttachment
PSExtensionAttachment.getElement()
public void toSAX(org.xml.sax.ContentHandler handler) throws org.xml.sax.SAXException
toSAX
in class PSExtensionAttachment
handler
- 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.