C# 클래스 ExpressionMatcher, simplexml

파일 보기 프로젝트 열기: ngallagher/simplexml 1 사용 예제들

공개 메소드들

메소드 설명
ExpressionMatcher ( String pathExpression, ExpressionMatch match ) : SimpleFramework.Xml.Core
Matches ( Document, document ) : bool
ToString ( ) : String

메소드 상세

ExpressionMatcher() 공개 메소드

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

Matches() 공개 메소드

public Matches ( Document, document ) : bool
document Document,
리턴 bool

ToString() 공개 메소드

public ToString ( ) : String
리턴 String