C# Class DotNetXri.Syntax.Xri3.Impl.XRI3Reference

Inheritance: XRI3SyntaxComponent, XRIReference
Afficher le fichier Open project: AArnott/dotnetxri Class Usage Examples

Méthodes publiques

Méthode 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

Private Methods

Méthode Description
XRI3Reference ( Rule rule ) : System
read ( ) : void
reset ( ) : void

Method Details

XRI3Reference() public méthode

public XRI3Reference ( XRIReference xriReference, XRISyntaxComponent xriPart ) : System
xriReference XRIReference
xriPart XRISyntaxComponent
Résultat System

XRI3Reference() public méthode

public XRI3Reference ( XRIReference xriReference, string xriPart ) : System
xriReference XRIReference
xriPart string
Résultat System

XRI3Reference() public méthode

public XRI3Reference ( string value ) : System
value string
Résultat System

hasAuthority() public méthode

public hasAuthority ( ) : bool
Résultat bool

hasFragment() public méthode

public hasFragment ( ) : bool
Résultat bool

hasPath() public méthode

public hasPath ( ) : bool
Résultat bool

hasQuery() public méthode

public hasQuery ( ) : bool
Résultat bool

hasScheme() public méthode

public hasScheme ( ) : bool
Résultat bool

isValidXRI() public méthode

public isValidXRI ( ) : bool
Résultat bool

toIRINormalForm() public méthode

public toIRINormalForm ( ) : string
Résultat string

toXRI() public méthode

public toXRI ( ) : XRI
Résultat XRI

toXRI3() public méthode

public toXRI3 ( ) : XRI3
Résultat XRI3