C# 클래스 Microsoft.Html.Core.Parser.Tokens.AttributeToken

상속: IHtmlToken, ICompositeTextRange
파일 보기 프로젝트 열기: Microsoft/RTVS 1 사용 예제들

공개 메소드들

메소드 설명
AttributeToken ( IHtmlToken nameToken ) : System
AttributeToken ( IHtmlToken nameToken, int equalsPosition ) : System
AttributeToken ( IHtmlToken nameToken, int equalsPosition, IHtmlAttributeValueToken value ) : System
Contains ( int position ) : bool
HasEqualSign ( ) : bool

Tells if attribute has an equal sign

HasName ( ) : bool

Tells if attribute has a name

HasPrefix ( ) : bool

Determines if attribute name has prefix

HasQualifiedName ( ) : bool

Determines if attribute name is a fully qualified name (prefix:name)

HasValue ( ) : bool

Tells if attribute has a value

Shift ( int offset ) : void
ShiftStartingFrom ( int start, int offset ) : void

비공개 메소드들

메소드 설명
ToString ( ) : string

메소드 상세

AttributeToken() 공개 메소드

public AttributeToken ( IHtmlToken nameToken ) : System
nameToken IHtmlToken
리턴 System

AttributeToken() 공개 메소드

public AttributeToken ( IHtmlToken nameToken, int equalsPosition ) : System
nameToken IHtmlToken
equalsPosition int
리턴 System

AttributeToken() 공개 메소드

public AttributeToken ( IHtmlToken nameToken, int equalsPosition, IHtmlAttributeValueToken value ) : System
nameToken IHtmlToken
equalsPosition int
value IHtmlAttributeValueToken
리턴 System

Contains() 공개 메소드

public Contains ( int position ) : bool
position int
리턴 bool

HasEqualSign() 공개 메소드

Tells if attribute has an equal sign
public HasEqualSign ( ) : bool
리턴 bool

HasName() 공개 메소드

Tells if attribute has a name
public HasName ( ) : bool
리턴 bool

HasPrefix() 공개 메소드

Determines if attribute name has prefix
public HasPrefix ( ) : bool
리턴 bool

HasQualifiedName() 공개 메소드

Determines if attribute name is a fully qualified name (prefix:name)
public HasQualifiedName ( ) : bool
리턴 bool

HasValue() 공개 메소드

Tells if attribute has a value
public HasValue ( ) : bool
리턴 bool

Shift() 공개 메소드

public Shift ( int offset ) : void
offset int
리턴 void

ShiftStartingFrom() 공개 메소드

public ShiftStartingFrom ( int start, int offset ) : void
start int
offset int
리턴 void