|
fop 2.3 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.fop.fo.extensions.xmp.XMPMetadata
public class XMPMetadata
This is the pass-through value object for the XMP metadata extension.
Field Summary | |
---|---|
static java.lang.String |
CATEGORY
The category URI for this extension attachment. |
Constructor Summary | |
---|---|
XMPMetadata()
No-argument contructor. |
|
XMPMetadata(org.apache.xmlgraphics.xmp.Metadata metadata)
Default constructor. |
Method Summary | |
---|---|
java.lang.String |
getCategory()
This method returns a category URI that allows a processor (layout manager or renderer) to determine if it supports this object. |
org.apache.xmlgraphics.xmp.Metadata |
getMetadata()
|
boolean |
isReadOnly()
|
void |
setMetadata(org.apache.xmlgraphics.xmp.Metadata metadata)
Sets the XMP metadata. |
void |
setReadOnly(boolean readOnly)
Sets the flag that decides whether a metadata packet may be modified. |
void |
toSAX(org.xml.sax.ContentHandler handler)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final java.lang.String CATEGORY
Constructor Detail |
---|
public XMPMetadata()
public XMPMetadata(org.apache.xmlgraphics.xmp.Metadata metadata)
metadata
- the XMP metadataMethod Detail |
---|
public org.apache.xmlgraphics.xmp.Metadata getMetadata()
public void setMetadata(org.apache.xmlgraphics.xmp.Metadata metadata)
metadata
- the XMP metadatapublic boolean isReadOnly()
public void setReadOnly(boolean readOnly)
readOnly
- true if the XMP metadata packet should be marked read-only.public java.lang.String getCategory()
getCategory
in interface ExtensionAttachment
public void toSAX(org.xml.sax.ContentHandler handler) throws org.xml.sax.SAXException
toSAX
in interface org.apache.xmlgraphics.util.XMLizable
org.xml.sax.SAXException
|
fop 2.3 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |