OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:doesQualifierExist
(Results
1 - 2
of
2
) sorted by null
/external/xmp_toolkit/XMPCore/src/com/adobe/xmp/
XMPMeta.java
560
*
DoesQualifierExist
tells if the qualifier exists.
573
boolean
doesQualifierExist
(String schemaNS, String propName, String qualNS, String qualName);
[
all
...]
/external/xmp_toolkit/XMPCore/src/com/adobe/xmp/impl/
XMPMetaImpl.java
344
* @see XMPMeta#
doesQualifierExist
(String, String, String, String)
346
public boolean
doesQualifierExist
(String schemaNS, String propName, String qualNS,
[
all
...]
Completed in 185 milliseconds