org.openxri
Class XRIFragment

java.lang.Object
  extended by org.openxri.Parsable
      extended by org.openxri.XRIFragment
All Implemented Interfaces:
java.lang.Comparable

public class XRIFragment
extends Parsable

This class provides a strong typing for a XRI Fragment. Any object of this class that appears outside of the package is a valid XRI Fragment.

Author:
=chetan

Constructor Summary
XRIFragment(java.lang.String sFrag)
          Constructs a XRIFragment from a string.
 
Method Summary
 java.lang.String toIRINormalForm()
           
 
Methods inherited from class org.openxri.Parsable
compareTo, equals, hashCode, toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

XRIFragment

public XRIFragment(java.lang.String sFrag)
Constructs a XRIFragment from a string. Not implemented.

Method Detail

toIRINormalForm

public java.lang.String toIRINormalForm()


Copyright © 2005-2012. All Rights Reserved.