|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use AuthorityPath | |
---|---|
org.openxri |
Uses of AuthorityPath in org.openxri |
---|
Subclasses of AuthorityPath in org.openxri | |
---|---|
class |
GCSAuthority
This class provides a strong typing for a GCS Authority. |
class |
IRIAuthority
This class provides a strong typing for a IRI Authority. |
class |
XRefAuthority
This class provides a strong typing for a XRef Authority. |
class |
XRIAuthority
This class provides a base class for all types of XRIAuthority elements. |
Methods in org.openxri that return AuthorityPath | |
---|---|
static AuthorityPath |
AuthorityPath.buildAuthorityPath(java.lang.String sPath)
Static method to build the correct AuthorityPath object from a String |
AuthorityPath |
XRIReference.getAuthorityPath()
Returns the AuthorityPath component of this XRI Reference |
AuthorityPath |
RelativeXRI.getAuthorityPath()
|
AuthorityPath |
XRI.getAuthorityPath()
|
Constructors in org.openxri with parameters of type AuthorityPath | |
---|---|
XRI(AuthorityPath oAuthority)
Constructs an XRI from the provided AuthorityPath |
|
XRI(AuthorityPath oAuthority,
XRIPath oPath)
Constructs an XRI from the provided AuthorityPath and LocalPath |
|
XRI(AuthorityPath oAuthority,
XRIPath oPath,
XRIQuery query,
XRIFragment fragment)
Constructs an XRI from the provided AuthorityPath, LocalPath, Query and Fragment |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |