C# Class DotNetXri.Syntax.XRefAuthority

This class provides a strong typing for a XRef Authority. Any obj of this class that appears outside of the package is a valid XRef Authority.
Inheritance: XRIAuthority
Show file Open project: AArnott/dotnetxri

Public Methods

Method Description
XRefAuthority ( string sPath )

Constructs a cross-reference authority from a string

toIRINormalForm ( ) : string

Serializes the XRIAuthority into IRI normal from

toURINormalForm ( ) : string

Serializes the XRefAuthority into URI normal from

Private Methods

Method Description
XRefAuthority ( )
doScan ( ParseStream oStream ) : bool

Method Details

XRefAuthority() public method

Constructs a cross-reference authority from a string
public XRefAuthority ( string sPath )
sPath string

toIRINormalForm() public method

Serializes the XRIAuthority into IRI normal from
public toIRINormalForm ( ) : string
return string

toURINormalForm() public method

Serializes the XRefAuthority into URI normal from
public toURINormalForm ( ) : string
return string