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

  /external/xmp_toolkit/XMPCore/src/com/adobe/xmp/impl/xpath/
XMPPath.java 55 public void add(XMPPathSegment segment)
65 public XMPPathSegment getSegment(int index)
67 return (XMPPathSegment) segments.get(index);
XMPPathSegment.java 18 public class XMPPathSegment
35 public XMPPathSegment(String name)
47 public XMPPathSegment(String name, int kind)
XMPPathParser.java 109 XMPPathSegment segment;
206 private static XMPPathSegment parseStructSegment(PathPosition pos) throws XMPException
221 XMPPathSegment segment = new XMPPathSegment(pos.path.substring(pos.stepBegin, pos.stepEnd),
235 private static XMPPathSegment parseIndexSegment(PathPosition pos) throws XMPException
237 XMPPathSegment segment;
249 segment = new XMPPathSegment(null, XMPPath.ARRAY_INDEX_STEP);
273 segment = new XMPPathSegment(null, XMPPath.ARRAY_LAST_STEP);
311 segment = new XMPPathSegment(null, XMPPath.FIELD_SELECTOR_STEP);
353 expandedXPath.add(new XMPPathSegment(schemaNS, XMPPath.SCHEMA_NODE))
    [all...]
  /external/xmp_toolkit/XMPCore/src/com/adobe/xmp/impl/
XMPNodeUtils.java 23 import com.adobe.xmp.impl.xpath.XMPPathSegment;
457 XMPPathSegment nextStep,

Completed in 281 milliseconds