|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.openxri.Parsable
org.openxri.AuthorityPath
public abstract class AuthorityPath
This class provides a base class for all types of AuthorityPath elements
Method Summary | |
---|---|
static AuthorityPath |
buildAuthorityPath(java.lang.String sPath)
Static method to build the correct AuthorityPath object from a String |
abstract java.lang.String |
toIRINormalForm()
Serializes the authority into IRI-normal form |
abstract java.lang.String |
toURINormalForm()
Serializes the authority into URI-normal form |
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 |
Method Detail |
---|
public static AuthorityPath buildAuthorityPath(java.lang.String sPath)
public abstract java.lang.String toIRINormalForm()
public abstract java.lang.String toURINormalForm()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |