C# Class ReSharper.NTriples.Impl.Tree.NTriplesFile

Show file Open project: xsburg/ReSharper.NTriples

Public Methods

Method Description
ClearTables ( ) : void
CreatePrefixesSymbolTable ( ) : ISymbolTable
CreateUriIdentifiersSymbolTable ( ) : ISymbolTable
GetAllPrefixDeclaredElements ( ) : IEnumerable
GetAllUriIdentifierDeclaredElements ( ) : IEnumerable
GetPrefixDeclaredElements ( string name ) : IEnumerable
GetUriIdentifiers ( string fullName ) : IList

Private Methods

Method Description
CollectPrefixes ( ) : void
CollectUriIdentifiers ( ) : void

Method Details

ClearTables() public method

public ClearTables ( ) : void
return void

CreatePrefixesSymbolTable() public method

public CreatePrefixesSymbolTable ( ) : ISymbolTable
return ISymbolTable

CreateUriIdentifiersSymbolTable() public method

public CreateUriIdentifiersSymbolTable ( ) : ISymbolTable
return ISymbolTable

GetAllPrefixDeclaredElements() public method

public GetAllPrefixDeclaredElements ( ) : IEnumerable
return IEnumerable

GetAllUriIdentifierDeclaredElements() public method

public GetAllUriIdentifierDeclaredElements ( ) : IEnumerable
return IEnumerable

GetPrefixDeclaredElements() public method

public GetPrefixDeclaredElements ( string name ) : IEnumerable
name string
return IEnumerable

GetUriIdentifiers() public method

public GetUriIdentifiers ( string fullName ) : IList
fullName string
return IList