org.openxri.xri3.impl
Class XRI3Fragment

java.lang.Object
  extended by org.openxri.xri3.impl.XRI3SyntaxComponent
      extended by org.openxri.xri3.impl.XRI3Fragment
All Implemented Interfaces:
java.io.Serializable, java.lang.Cloneable, java.lang.Comparable, XRIFragment, XRISyntaxComponent

public class XRI3Fragment
extends XRI3SyntaxComponent
implements XRIFragment

See Also:
Serialized Form

Constructor Summary
XRI3Fragment(java.lang.String string)
           
 
Method Summary
 Rule getParserObject()
           
 java.lang.String getValue()
          Returns the fragment.
 
Methods inherited from class org.openxri.xri3.impl.XRI3SyntaxComponent
compareTo, equals, hashCode, toIRINormalForm, toString, toURINormalForm
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface org.openxri.xri3.XRISyntaxComponent
toIRINormalForm, toURINormalForm
 
Methods inherited from interface java.lang.Comparable
compareTo
 

Constructor Detail

XRI3Fragment

public XRI3Fragment(java.lang.String string)
             throws ParserException
Throws:
ParserException
Method Detail

getParserObject

public Rule getParserObject()
Specified by:
getParserObject in class XRI3SyntaxComponent

getValue

public java.lang.String getValue()
Description copied from interface: XRIFragment
Returns the fragment. In XRI 3.0, this corresponds to the ifragment rule.

Specified by:
getValue in interface XRIFragment
Returns:
The fragment excluding the # character.


Copyright © 2005-2012. All Rights Reserved.