HomeSort by relevance Sort by last modified time
    Searched refs:qualName (Results 1 - 5 of 5) sorted by null

  /external/xmp_toolkit/XMPCore/src/com/adobe/xmp/
XMPPathFactory.java 135 * @param qualName The name of the qualifier. Must be a simple XML name, must not be
138 * <tt>ns:propName/?qNS:qualName</tt>, where &quot;ns&quot; is the prefix for
144 String qualName) throws XMPException
147 assertQualName(qualName);
149 XMPPath qualPath = XMPPathParser.expandXPath(qualNS, qualName);
252 * @param qualName a qualifier name or path
255 private static void assertQualName(String qualName) throws XMPException
257 if (qualName == null || qualName.length() == 0)
XMPMeta.java 144 * @param qualName The name of the qualifier. Must be a single XML name, must not be
160 String qualName) throws XMPException;
407 * @param qualName The name of the qualifier. Must be a single XML name, must not be
420 String qualName,
431 * @param qualName The name of the qualifier
439 String qualName,
502 * @param qualName The name of the qualifier. Must be a single XML name, must not be
506 void deleteQualifier(String schemaNS, String propName, String qualNS, String qualName);
568 * @param qualName The name of the qualifier. Must be a single XML name, must not be
573 boolean doesQualifierExist(String schemaNS, String propName, String qualNS, String qualName);
    [all...]
  /external/xmp_toolkit/XMPCore/src/com/adobe/xmp/impl/
XMPNodeUtils.java 440 * <li>qualName - A top level property or struct field.
443 * <li>[qualName="value"] - An element in an array of structs, chosen by a field value.
444 * <li>[?qualName="value"] - An element in an array, chosen by a qualifier value.
445 * <li>?qualName - A general qualifier.
500 String qualName = result[0];
503 parentNode, qualName, qualValue, nextStep.getAliasForm());
526 * <em>Note:</em> On entry, the qualName parameter must not have the leading '?' from the
530 * @param qualName the qualifier name
535 private static XMPNode findQualifierNode(XMPNode parent, String qualName, boolean createNodes)
538 assert !qualName.startsWith("?")
    [all...]
XMPMetaImpl.java 239 public void deleteQualifier(String schemaNS, String propName, String qualNS, String qualName)
243 // Note: qualNS and qualName are checked inside composeQualfierPath
247 String qualPath = propName + XMPPathFactory.composeQualifierPath(qualNS, qualName);
347 String qualName)
351 // qualNS and qualName are checked inside composeQualifierPath()
355 String path = XMPPathFactory.composeQualifierPath(qualNS, qualName);
975 String qualName) throws XMPException
977 // qualNS and qualName are checked inside composeQualfierPath
981 String qualPath = propName + XMPPathFactory.composeQualifierPath(qualNS, qualName);
1141 public void setQualifier(String schemaNS, String propName, String qualNS, String qualName,
    [all...]
  /external/deqp/modules/gles31/functional/
es31fSeparateShaderTests.cpp     [all...]

Completed in 114 milliseconds