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

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

Méthodes publiques

Méthode Description
StartsWith ( XRI xri ) : bool
XRI3 ( XRI xri, XRISyntaxComponent xriPart ) : System
XRI3 ( XRI xri, string xriPart ) : System
XRI3 ( char gcs, string uri ) : System
XRI3 ( string value ) : System
getParserObject ( ) : Rule
hasAuthority ( ) : bool
hasFragment ( ) : bool
hasPath ( ) : bool
hasQuery ( ) : bool
hasScheme ( ) : bool
isIName ( ) : bool
isINumber ( ) : bool
isReserved ( ) : bool
isValidXRIReference ( ) : bool
toIRINormalForm ( ) : String
toXRI3Reference ( ) : XRI3Reference
toXRIReference ( ) : XRIReference

Private Methods

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

Method Details

StartsWith() public méthode

public StartsWith ( XRI xri ) : bool
xri XRI
Résultat bool

XRI3() public méthode

public XRI3 ( XRI xri, XRISyntaxComponent xriPart ) : System
xri XRI
xriPart XRISyntaxComponent
Résultat System

XRI3() public méthode

public XRI3 ( XRI xri, string xriPart ) : System
xri XRI
xriPart string
Résultat System

XRI3() public méthode

public XRI3 ( char gcs, string uri ) : System
gcs char
uri string
Résultat System

XRI3() public méthode

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

getParserObject() public méthode

public getParserObject ( ) : Rule
Résultat DotNetXri.Syntax.Xri3.Impl.Parser.Rule

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

isIName() public méthode

public isIName ( ) : bool
Résultat bool

isINumber() public méthode

public isINumber ( ) : bool
Résultat bool

isReserved() public méthode

public isReserved ( ) : bool
Résultat bool

isValidXRIReference() public méthode

public isValidXRIReference ( ) : bool
Résultat bool

toIRINormalForm() public méthode

public toIRINormalForm ( ) : String
Résultat String

toXRI3Reference() public méthode

public toXRI3Reference ( ) : XRI3Reference
Résultat XRI3Reference

toXRIReference() public méthode

public toXRIReference ( ) : XRIReference
Résultat XRIReference