C# 클래스 newtelligence.DasBlog.Web.Core.MatchedTagCollection

Converts a match collection to a tag collection. Takes care of illegal tags, non-closed, and non-balanced end-tags.
상속: ICollection, IEnumerable
파일 보기 프로젝트 열기: AArnott/dasblog 1 사용 예제들

Private Properties

프로퍼티 타입 설명
ICollection void

공개 메소드들

메소드 설명
GetEnumerator ( ) : IEnumerator

Returns an enumerator that can iterate through the collection of MatchedTags.

Init ( MatchCollection matches ) : void

Adds the tag matches in an input string.

MatchedTagCollection ( ValidTagCollection allowedTags ) : System

Initializes a new instance of the FilteredTagCollection class.

비공개 메소드들

메소드 설명
ICollection ( Array array, int index ) : void

Copies the Matchedtags to the supplied array at the specified index.

메소드 상세

GetEnumerator() 공개 메소드

Returns an enumerator that can iterate through the collection of MatchedTags.
public GetEnumerator ( ) : IEnumerator
리턴 IEnumerator

Init() 공개 메소드

Adds the tag matches in an input string.
public Init ( MatchCollection matches ) : void
matches System.Text.RegularExpressions.MatchCollection The tag matches from an input string.
리턴 void

MatchedTagCollection() 공개 메소드

Initializes a new instance of the FilteredTagCollection class.
public MatchedTagCollection ( ValidTagCollection allowedTags ) : System
allowedTags ValidTagCollection The allowed tags.
리턴 System