|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.openxri.Parsable
org.openxri.AuthorityPath
org.openxri.XRIAuthority
org.openxri.XRefAuthority
public class XRefAuthority
This class provides a strong typing for a XRef Authority. Any object of this class that appears outside of the package is a valid XRef Authority.
Constructor Summary | |
---|---|
XRefAuthority(java.lang.String sPath)
Constructs a cross-reference authority from a string |
Method Summary | |
---|---|
XRIAuthority |
getParent()
Returns the parent XRIAuthority for this object. |
java.lang.String |
getRootAuthority()
Returns the root XRI Authority as a String |
XRef |
getXRoot()
Returns the Cross Reference Root |
java.lang.String |
toIRINormalForm()
Serialzes the XRIAuthority into IRI normal from |
java.lang.String |
toURINormalForm()
Serialzes the XRefAuthority into URI normal from |
Methods inherited from class org.openxri.XRIAuthority |
---|
getLastSubSegment, getNumSubSegments, getParentAsXRI, getSubSegmentAt, getXRISegment |
Methods inherited from class org.openxri.AuthorityPath |
---|
buildAuthorityPath |
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 |
---|
public XRefAuthority(java.lang.String sPath)
Method Detail |
---|
public XRef getXRoot()
public java.lang.String toIRINormalForm()
toIRINormalForm
in class AuthorityPath
public java.lang.String toURINormalForm()
toURINormalForm
in class AuthorityPath
public java.lang.String getRootAuthority()
getRootAuthority
in class XRIAuthority
public XRIAuthority getParent()
getParent
in class XRIAuthority
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |