Searched refs:XMPPathSegment (Results 1 - 4 of 4) sorted by relevance

/external/xmp_toolkit/XMPCore/src/com/adobe/xmp/impl/xpath/
H A DXMPPath.java55 public void add(XMPPathSegment segment)
65 public XMPPathSegment getSegment(int index)
67 return (XMPPathSegment) segments.get(index);
H A DXMPPathSegment.java18 public class XMPPathSegment class
35 public XMPPathSegment(String name) method in class:XMPPathSegment
47 public XMPPathSegment(String name, int kind) method in class:XMPPathSegment
H A DXMPPathParser.java109 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(schemaN
[all...]
/external/xmp_toolkit/XMPCore/src/com/adobe/xmp/impl/
H A DXMPNodeUtils.java23 import com.adobe.xmp.impl.xpath.XMPPathSegment;
457 XMPPathSegment nextStep,

Completed in 196 milliseconds