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

Afficher le fichier Open project: xsburg/ReSharper.NTriples

Méthodes publiques

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

Private Methods

Méthode Description
CollectPrefixes ( ) : void
CollectUriIdentifiers ( ) : void

Method Details

ClearTables() public méthode

public ClearTables ( ) : void
Résultat void

CreatePrefixesSymbolTable() public méthode

public CreatePrefixesSymbolTable ( ) : ISymbolTable
Résultat ISymbolTable

CreateUriIdentifiersSymbolTable() public méthode

public CreateUriIdentifiersSymbolTable ( ) : ISymbolTable
Résultat ISymbolTable

GetAllPrefixDeclaredElements() public méthode

public GetAllPrefixDeclaredElements ( ) : IEnumerable
Résultat IEnumerable

GetAllUriIdentifierDeclaredElements() public méthode

public GetAllUriIdentifierDeclaredElements ( ) : IEnumerable
Résultat IEnumerable

GetPrefixDeclaredElements() public méthode

public GetPrefixDeclaredElements ( string name ) : IEnumerable
name string
Résultat IEnumerable

GetUriIdentifiers() public méthode

public GetUriIdentifiers ( string fullName ) : IList
fullName string
Résultat IList