C# 클래스 Jade.Parser.Nodes.AttributedNode

상속: Node
파일 보기 프로젝트 열기: rnrn/Jade4Net

보호된 프로퍼티들

프로퍼티 타입 설명
attributes Object>.Dictionary
inheritsAttributes bool
preparedAttributeValues List>.Dictionary

공개 메소드들

메소드 설명
Clone ( ) : object
addAttribute ( String key, Object value ) : void
addAttributes ( Object>.Dictionary attributeMap ) : void
getAttribute ( String key ) : String
getAttributes ( ) : Object>.Dictionary

보호된 메소드들

메소드 설명
mergeInheritedAttributes ( JadeModel model ) : Object>.Dictionary

비공개 메소드들

메소드 설명
addAttribute ( Object>.Dictionary map, String key, Object newValue ) : void
attributeValueToString ( Object value ) : String

메소드 상세

Clone() 공개 메소드

public Clone ( ) : object
리턴 object

addAttribute() 공개 메소드

public addAttribute ( String key, Object value ) : void
key String
value Object
리턴 void

addAttributes() 공개 메소드

public addAttributes ( Object>.Dictionary attributeMap ) : void
attributeMap Object>.Dictionary
리턴 void

getAttribute() 공개 메소드

public getAttribute ( String key ) : String
key String
리턴 String

getAttributes() 공개 메소드

public getAttributes ( ) : Object>.Dictionary
리턴 Object>.Dictionary

mergeInheritedAttributes() 보호된 메소드

protected mergeInheritedAttributes ( JadeModel model ) : Object>.Dictionary
model JadeModel
리턴 Object>.Dictionary

프로퍼티 상세

attributes 보호되어 있는 프로퍼티

protected Dictionary attributes
리턴 Object>.Dictionary

inheritsAttributes 보호되어 있는 프로퍼티

protected bool inheritsAttributes
리턴 bool

preparedAttributeValues 보호되어 있는 프로퍼티

protected Dictionary> preparedAttributeValues
리턴 List>.Dictionary