Méthode | Description | |
---|---|---|
AddToXml ( TNode parentNode, bool recursive ) : TNode |
Adds an XML node
|
|
ValueMatchFilter ( string expectedValue ) : System |
Construct a ValueMatchFilter for a single value.
|
Méthode | Description | |
---|---|---|
Match ( string input ) : bool |
Match the input provided by the derived class
|
public AddToXml ( TNode parentNode, bool recursive ) : TNode | ||
parentNode | TNode | Parent node |
recursive | bool | True if recursive |
Résultat | TNode |
protected Match ( string input ) : bool | ||
input | string | The value to be matchedT |
Résultat | bool |
public ValueMatchFilter ( string expectedValue ) : System | ||
expectedValue | string | The value to be included. |
Résultat | System |