Method | Description | |
---|---|---|
XRI3Reference ( XRIReference xriReference, XRISyntaxComponent xriPart ) : System | ||
XRI3Reference ( XRIReference xriReference, string xriPart ) : System | ||
XRI3Reference ( string value ) : System | ||
hasAuthority ( ) : bool | ||
hasFragment ( ) : bool | ||
hasPath ( ) : bool | ||
hasQuery ( ) : bool | ||
hasScheme ( ) : bool | ||
isValidXRI ( ) : bool | ||
toIRINormalForm ( ) : string | ||
toXRI ( ) : XRI | ||
toXRI3 ( ) : XRI3 |
Method | Description | |
---|---|---|
XRI3Reference ( Rule rule ) : System | ||
read ( ) : void | ||
reset ( ) : void |
public XRI3Reference ( XRIReference xriReference, XRISyntaxComponent xriPart ) : System | ||
xriReference | XRIReference | |
xriPart | XRISyntaxComponent | |
return | System |
public XRI3Reference ( XRIReference xriReference, string xriPart ) : System | ||
xriReference | XRIReference | |
xriPart | string | |
return | System |
public XRI3Reference ( string value ) : System | ||
value | string | |
return | System |