C# Class DotNetXri.Syntax.XRef

This class provides a strong typing for a XRI cross reference. Any obj of this class that appears outside of the package is a valid cross reference.
Inheritance: Parsable
Afficher le fichier Open project: AArnott/dotnetxri Class Usage Examples

Méthodes publiques

Méthode Description
XRef ( string sPath ) : System

Constructs a cross-reference from a string

getIRI ( ) : string
getXRIReference ( ) : XRIReference
toIRINormalForm ( ) : string

Serializes XRef into IRI normal from

toURINormalForm ( ) : string

Private Methods

Méthode Description
XRef ( ) : System
doScan ( ParseStream oStream ) : bool
scanIRI ( ParseStream oStream ) : string

Returns a non-null String if an IRI is consumed from the stream

scanIRIChars ( string s ) : int
scanXRIReference ( ParseStream oStream ) : XRIReference

Returns a non-null XRIReference if an XRIReference is consumed from the stream

Method Details

XRef() public méthode

Constructs a cross-reference from a string
public XRef ( string sPath ) : System
sPath string
Résultat System

getIRI() public méthode

public getIRI ( ) : string
Résultat string

getXRIReference() public méthode

public getXRIReference ( ) : XRIReference
Résultat XRIReference

toIRINormalForm() public méthode

Serializes XRef into IRI normal from
public toIRINormalForm ( ) : string
Résultat string

toURINormalForm() public méthode

public toURINormalForm ( ) : string
Résultat string