C# Class Bender.Nodes.Xml.AttributeNode

Inheritance: XmlNodeBase
Afficher le fichier Open project: mikeobrien/Bender Class Usage Examples

Méthodes publiques

Méthode Description
AttributeNode ( System.Xml.Linq.XAttribute attribute, ElementNode parent, Options options ) : System.Xml.Linq
SetNamespace ( System.Xml.Linq.XNamespace @namespace ) : void

Méthodes protégées

Méthode Description
GetName ( ) : string
GetNodeType ( ) : NodeType
GetValue ( ) : object
SetName ( string name ) : void
SetValue ( object value ) : void

Method Details

AttributeNode() public méthode

public AttributeNode ( System.Xml.Linq.XAttribute attribute, ElementNode parent, Options options ) : System.Xml.Linq
attribute System.Xml.Linq.XAttribute
parent ElementNode
options Bender.Configuration.Options
Résultat System.Xml.Linq

GetName() protected méthode

protected GetName ( ) : string
Résultat string

GetNodeType() protected méthode

protected GetNodeType ( ) : NodeType
Résultat NodeType

GetValue() protected méthode

protected GetValue ( ) : object
Résultat object

SetName() protected méthode

protected SetName ( string name ) : void
name string
Résultat void

SetNamespace() public méthode

public SetNamespace ( System.Xml.Linq.XNamespace @namespace ) : void
@namespace System.Xml.Linq.XNamespace
Résultat void

SetValue() protected méthode

protected SetValue ( object value ) : void
value object
Résultat void