|
xmlgraphics-commons 1.4 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
This interface is implemented by the top-level Metadata class and stuctured properties.
| Method Summary | |
XMPProperty |
getProperty(QName name)
Returns a property. |
XMPProperty |
getProperty(java.lang.String uri,
java.lang.String localName)
Returns a property |
int |
getPropertyCount()
Returns the number of properties. |
XMPProperty |
getValueProperty()
Returns the rdf:value property. |
java.util.Iterator |
iterator()
Returns an Iterator over all properties in this structured property. |
XMPProperty |
removeProperty(QName name)
Removes a property and returns it if it was found. |
void |
setProperty(XMPProperty prop)
Sets a property. |
| Method Detail |
public void setProperty(XMPProperty prop)
prop - the property
public XMPProperty getProperty(java.lang.String uri,
java.lang.String localName)
uri - the namespace URI of the propertylocalName - the local name of the property
public XMPProperty getProperty(QName name)
name - the name of the property
public XMPProperty removeProperty(QName name)
name - the name of the property
public XMPProperty getValueProperty()
public int getPropertyCount()
public java.util.Iterator iterator()
|
xmlgraphics-commons 1.4 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||