C# Class ExpressionMatcher, simplexml

Mostrar archivo Open project: ngallagher/simplexml Class Usage Examples

Public Methods

Method Description
ExpressionMatcher ( String pathExpression, ExpressionMatch match ) : SimpleFramework.Xml.Core
Matches ( Document, document ) : bool
ToString ( ) : String

Method Details

ExpressionMatcher() public method

public ExpressionMatcher ( String pathExpression, ExpressionMatch match ) : SimpleFramework.Xml.Core
pathExpression String
match ExpressionMatch
return SimpleFramework.Xml.Core

Matches() public method

public Matches ( Document, document ) : bool
document Document,
return bool

ToString() public method

public ToString ( ) : String
return String