Changed Methods |
int
countArrayItems(
String,
String
)
|
Documentation changed from old to new. |
|
void
deleteArrayItem(
String,
String
,
int
)
|
Documentation changed from old to new. |
|
void
deleteProperty(
String,
String
)
|
Documentation changed from old to new. |
|
void
deleteQualifier(
String,
String
,
String
,
String
)
|
Documentation changed from old to new. |
|
void
deleteStructField(
String,
String
,
String
,
String
)
|
Documentation changed from old to new. |
|
boolean
doesArrayItemExist(
String,
String
,
int
)
|
Documentation changed from old to new. |
|
boolean
doesPropertyExist(
String,
String
)
|
Documentation changed from old to new. |
|
boolean
doesQualifierExist(
String,
String
,
String
,
String
)
|
Documentation changed from old to new. |
|
boolean
doesStructFieldExist(
String,
String
,
String
,
String
)
|
Documentation changed from old to new. |
|
String
dumpObject()
|
Documentation changed from old to new. |
|
XMPProperty
getArrayItem(
String,
String
,
int
)
|
Documentation changed from old to new. |
|
XMPProperty
getLocalizedText(
String,
String
,
String
,
String
)
|
Documentation changed from old to new. |
|
String
getObjectName()
|
Documentation changed from old to new. |
|
String
getPacketHeader()
|
Documentation changed from old to new. |
|
byte[]
getPropertyBase64(
String,
String
)
|
Documentation changed from old to new. |
|
Boolean
getPropertyBoolean(
String,
String
)
|
Documentation changed from old to new. |
|
Calendar
getPropertyCalendar(
String,
String
)
|
Documentation changed from old to new. |
|
XMPDateTime
getPropertyDate(
String,
String
)
|
Documentation changed from old to new. |
|
Double
getPropertyDouble(
String,
String
)
|
Documentation changed from old to new. |
|
Integer
getPropertyInteger(
String,
String
)
|
Documentation changed from old to new. |
|
Long
getPropertyLong(
String,
String
)
|
Documentation changed from old to new. |
|
String
getPropertyString(
String,
String
)
|
Documentation changed from old to new. |
|
XMPProperty
getQualifier(
String,
String
,
String
,
String
)
|
Documentation changed from old to new. |
|
XMPProperty
getStructField(
String,
String
,
String
,
String
)
|
Documentation changed from old to new. |
|
void
normalize(
ParseOptions )
|
Documentation changed from old to new. |
|
void
setObjectName(
String )
|
Documentation changed from old to new. |
|
void
sort()
|
Documentation changed from old to new. |
|
void
appendArrayItem(
String,
String
,
PropertyOptions
,
String
,
PropertyOptions
)
|
Documentation changed from old to new. |
|
void
appendArrayItem(
String,
String
,
String
)
|
Documentation changed from old to new. |
|
XMPProperty
getProperty(
String,
String
)
|
Documentation changed from old to new. |
|
void
insertArrayItem(
String,
String
,
int
,
String
)
|
Documentation changed from old to new. |
|
void
insertArrayItem(
String,
String
,
int
,
String
,
PropertyOptions
)
|
Documentation changed from old to new. |
|
XMPIterator
iterator()
|
Documentation changed from old to new. |
|
XMPIterator
iterator(
IteratorOptions )
|
Documentation changed from old to new. |
|
XMPIterator
iterator(
String,
String
,
IteratorOptions
)
|
Documentation changed from old to new. |
|
void
setArrayItem(
String,
String
,
int
,
String
)
|
Documentation changed from old to new. |
|
void
setArrayItem(
String,
String
,
int
,
String
,
PropertyOptions
)
|
Documentation changed from old to new. |
|
void
setLocalizedText(
String,
String
,
String
,
String
,
String
)
|
Documentation changed from old to new. |
|
void
setLocalizedText(
String,
String
,
String
,
String
,
String
,
PropertyOptions
)
|
Documentation changed from old to new. |
|
void
setProperty(
String,
String
,
Object
)
|
Documentation changed from old to new. |
|
void
setProperty(
String,
String
,
Object
,
PropertyOptions
)
|
Documentation changed from old to new. |
|
void
setPropertyBase64(
String,
String
,
byte[]
)
|
Documentation changed from old to new. |
|
void
setPropertyBase64(
String,
String
,
byte[]
,
PropertyOptions
)
|
Documentation changed from old to new. |
|
void
setPropertyBoolean(
String,
String
,
boolean
)
|
Documentation changed from old to new. |
|
void
setPropertyBoolean(
String,
String
,
boolean
,
PropertyOptions
)
|
Documentation changed from old to new. |
|
void
setPropertyCalendar(
String,
String
,
Calendar
)
|
Documentation changed from old to new. |
|
void
setPropertyCalendar(
String,
String
,
Calendar
,
PropertyOptions
)
|
Documentation changed from old to new. |
|
void
setPropertyDate(
String,
String
,
XMPDateTime
)
|
Documentation changed from old to new. |
|
void
setPropertyDate(
String,
String
,
XMPDateTime
,
PropertyOptions
)
|
Documentation changed from old to new. |
|
void
setPropertyDouble(
String,
String
,
double
)
|
Documentation changed from old to new. |
|
void
setPropertyDouble(
String,
String
,
double
,
PropertyOptions
)
|
Documentation changed from old to new. |
|
void
setPropertyInteger(
String,
String
,
int
)
|
Documentation changed from old to new. |
|
void
setPropertyInteger(
String,
String
,
int
,
PropertyOptions
)
|
Documentation changed from old to new. |
|
void
setPropertyLong(
String,
String
,
long
)
|
Documentation changed from old to new. |
|
void
setPropertyLong(
String,
String
,
long
,
PropertyOptions
)
|
Documentation changed from old to new. |
|
void
setQualifier(
String,
String
,
String
,
String
,
String
)
|
Documentation changed from old to new. |
|
void
setQualifier(
String,
String
,
String
,
String
,
String
,
PropertyOptions
)
|
Documentation changed from old to new. |
|
void
setStructField(
String,
String
,
String
,
String
,
String
)
|
Documentation changed from old to new. |
|
void
setStructField(
String,
String
,
String
,
String
,
String
,
PropertyOptions
)
|
Documentation changed from old to new. |
|