C# Class Jade.Parser.Nodes.AttributedNode

Inheritance: Node
Afficher le fichier Open project: rnrn/Jade4Net

Protected Properties

Свойство Type Description
attributes Object>.Dictionary
inheritsAttributes bool
preparedAttributeValues List>.Dictionary

Méthodes publiques

Méthode Description
Clone ( ) : object
addAttribute ( String key, Object value ) : void
addAttributes ( Object>.Dictionary attributeMap ) : void
getAttribute ( String key ) : String
getAttributes ( ) : Object>.Dictionary

Méthodes protégées

Méthode Description
mergeInheritedAttributes ( JadeModel model ) : Object>.Dictionary

Private Methods

Méthode Description
addAttribute ( Object>.Dictionary map, String key, Object newValue ) : void
attributeValueToString ( Object value ) : String

Method Details

Clone() public méthode

public Clone ( ) : object
Résultat object

addAttribute() public méthode

public addAttribute ( String key, Object value ) : void
key String
value Object
Résultat void

addAttributes() public méthode

public addAttributes ( Object>.Dictionary attributeMap ) : void
attributeMap Object>.Dictionary
Résultat void

getAttribute() public méthode

public getAttribute ( String key ) : String
key String
Résultat String

getAttributes() public méthode

public getAttributes ( ) : Object>.Dictionary
Résultat Object>.Dictionary

mergeInheritedAttributes() protected méthode

protected mergeInheritedAttributes ( JadeModel model ) : Object>.Dictionary
model JadeModel
Résultat Object>.Dictionary

Property Details

attributes protected_oe property

protected Dictionary attributes
Résultat Object>.Dictionary

inheritsAttributes protected_oe property

protected bool inheritsAttributes
Résultat bool

preparedAttributeValues protected_oe property

protected Dictionary> preparedAttributeValues
Résultat List>.Dictionary