org.openxri.xri3
Interface XRIQuery

All Superinterfaces:
java.lang.Cloneable, java.lang.Comparable, java.io.Serializable, XRISyntaxComponent
All Known Implementing Classes:
XRI3Query

public interface XRIQuery
extends XRISyntaxComponent


Method Summary
 java.lang.String getValue()
          Returns the query.
 
Methods inherited from interface org.openxri.xri3.XRISyntaxComponent
toIRINormalForm, toURINormalForm
 
Methods inherited from interface java.lang.Comparable
compareTo
 

Method Detail

getValue

java.lang.String getValue()
Returns the query. In XRI 3.0, this corresponds to the iquery rule.

Returns:
The query excluding the ? character.


Copyright © 2005-2012. All Rights Reserved.