C# 클래스 Headless.QueryFactory

The QueryFactory class provides methods for building XPath queries.
파일 보기 프로젝트 열기: roryprimrose/Headless

공개 메소드들

메소드 설명
CaseQuery ( string queryPart, bool ignoreCase ) : string

Returns the query as either a case sensitive or case insensitive query.

비공개 메소드들

메소드 설명
BuildAttributeQuery ( string attributeName, string attributeValue, bool ignoreCase ) : string

메소드 상세

CaseQuery() 공개 정적인 메소드

Returns the query as either a case sensitive or case insensitive query.
public static CaseQuery ( string queryPart, bool ignoreCase ) : string
queryPart string /// The part of the query to process. ///
ignoreCase bool /// if set to true the query will ignore case. ///
리턴 string