Keywords Class

Definition

Line 5 of System.XPath/XPathKeywords.cm

Constructors & Destructor

static Keywords()
private Keywords()

Member Functions

public KeywordMap* GetKeywordMap()
public static Keywords& Instance()

Member Variables

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

Constructor& Destructor Details

Keywords Static Constructor

static Keywords()

Definition
Line 7 of System.XPath/XPathKeywords.cm


Keywords Constructor

private Keywords()

Definition
Line 19 of System.XPath/XPathKeywords.cm


Member Function Details

GetKeywordMap Member Function

public KeywordMap* GetKeywordMap()

Definition
Line 15 of System.XPath/XPathKeywords.cm


Instance Static Member Function

public static Keywords& Instance()

Definition
Line 11 of System.XPath/XPathKeywords.cm