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

Inheritance: XRI3SyntaxComponent, XRISubSegment
Mostrar archivo Open project: AArnott/dotnetxri

Public Methods

Method Description
XRI3SubSegment ( char gcs, XRISubSegment localSubSegment ) : System.Collections.Generic
XRI3SubSegment ( char cs, string uri ) : System.Collections.Generic
XRI3SubSegment ( string value ) : System.Collections.Generic
hasGCS ( ) : bool
hasLCS ( ) : bool
hasLiteral ( ) : bool
hasXRef ( ) : bool
isGlobal ( ) : bool
isLocal ( ) : bool
isPersistent ( ) : bool
isReassignable ( ) : bool

Private Methods

Method Description
XRI3SubSegment ( Rule rule ) : System.Collections.Generic
read ( ) : void
reset ( ) : void

Method Details

XRI3SubSegment() public method

public XRI3SubSegment ( char gcs, XRISubSegment localSubSegment ) : System.Collections.Generic
gcs char
localSubSegment XRISubSegment
return System.Collections.Generic

XRI3SubSegment() public method

public XRI3SubSegment ( char cs, string uri ) : System.Collections.Generic
cs char
uri string
return System.Collections.Generic

XRI3SubSegment() public method

public XRI3SubSegment ( string value ) : System.Collections.Generic
value string
return System.Collections.Generic

hasGCS() public method

public hasGCS ( ) : bool
return bool

hasLCS() public method

public hasLCS ( ) : bool
return bool

hasLiteral() public method

public hasLiteral ( ) : bool
return bool

hasXRef() public method

public hasXRef ( ) : bool
return bool

isGlobal() public method

public isGlobal ( ) : bool
return bool

isLocal() public method

public isLocal ( ) : bool
return bool

isPersistent() public method

public isPersistent ( ) : bool
return bool

isReassignable() public method

public isReassignable ( ) : bool
return bool