OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:aliasForm
(Results
1 - 3
of
3
) sorted by null
/external/xmp_toolkit/XMPCore/src/com/adobe/xmp/impl/xpath/
XMPPathSegment.java
27
private int
aliasForm
;
109
* @return Returns the
aliasForm
if this segment has been created by an alias.
113
return
aliasForm
;
118
* @param
aliasForm
the
aliasForm
to set
120
public void setAliasForm(int
aliasForm
)
122
this.
aliasForm
=
aliasForm
;
/external/xmp_toolkit/XMPCore/src/com/adobe/xmp/impl/
XMPSchemaRegistryImpl.java
323
* @param
aliasForm
334
final String actualProp, final AliasOptions
aliasForm
) throws XMPException
342
final AliasOptions aliasOpts =
aliasForm
!= null ?
344
aliasForm
.toPropertyOptions(), null).getOptions()) :
XMPNodeUtils.java
647
* @param
aliasForm
in case the qual selector results from an alias,
653
String qualValue, int
aliasForm
) throws XMPException
659
if (index < 0 && (
aliasForm
& AliasOptions.PROP_ARRAY_ALT_TEXT) > 0)
Completed in 1160 milliseconds