Uses of Interface
org.openxri.xri3.XRISegment

Packages that use XRISegment
org.openxri.xri3 EXPERIMENTAL implementation of a 3.0 syntax parser. 
org.openxri.xri3.impl EXPERIMENTAL implementation of a 3.0 syntax parser. 
 

Uses of XRISegment in org.openxri.xri3
 

Methods in org.openxri.xri3 that return XRISegment
 XRISegment XRIPath.getFirstSegment()
           
 XRISegment XRIPath.getLastSegment()
           
 XRISegment XRIPath.getSegment(int i)
           
 

Methods in org.openxri.xri3 with parameters of type XRISegment
 boolean XRIPath.startsWith(XRISegment[] segments)
           
 

Uses of XRISegment in org.openxri.xri3.impl
 

Classes in org.openxri.xri3.impl that implement XRISegment
 class XRI3Segment
           
 

Methods in org.openxri.xri3.impl that return XRISegment
 XRISegment XRI3Path.getFirstSegment()
           
 XRISegment XRI3Path.getLastSegment()
           
 XRISegment XRI3Path.getSegment(int i)
           
 

Methods in org.openxri.xri3.impl with parameters of type XRISegment
 boolean XRI3Path.startsWith(XRISegment[] segments)
           
 



Copyright © 2005-2012. All Rights Reserved.