Keywords Class

Constructors & Destructor | Member Functions | Member Variables

Definition

Line 9 of System.XPath/XPath.keyword.cm

Constructors & Destructor

static Keywords()
private Keywords()

Member Functions

public KeywordMap* GetKeywords() const
public static Keywords& Instance()

Member Variables

private static UniquePtr<Keywords> instance
private KeywordMap keywordMap
private List<Keyword> keywords

Constructor& Destructor Details

Keywords Static Constructor

static Keywords()

Definition
Line 11 of System.XPath/XPath.keyword.cm


Keywords Constructor

private Keywords()

Definition
Line 22 of System.XPath/XPath.keyword.cm


Member Function Details

GetKeywords Member Function

public KeywordMap* GetKeywords()

Definition
Line 18 of System.XPath/XPath.keyword.cm


Instance Static Member Function

public static Keywords& Instance()

Definition
Line 14 of System.XPath/XPath.keyword.cm