C# Class Bender.Nodes.Xml.AttributeNode

Inheritance: XmlNodeBase
显示文件 Open project: mikeobrien/Bender Class Usage Examples

Public Methods

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

Protected Methods

Method Description
GetName ( ) : string
GetNodeType ( ) : NodeType
GetValue ( ) : object
SetName ( string name ) : void
SetValue ( object value ) : void

Method Details

AttributeNode() public method

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
return System.Xml.Linq

GetName() protected method

protected GetName ( ) : string
return string

GetNodeType() protected method

protected GetNodeType ( ) : NodeType
return NodeType

GetValue() protected method

protected GetValue ( ) : object
return object

SetName() protected method

protected SetName ( string name ) : void
name string
return void

SetNamespace() public method

public SetNamespace ( System.Xml.Linq.XNamespace @namespace ) : void
@namespace System.Xml.Linq.XNamespace
return void

SetValue() protected method

protected SetValue ( object value ) : void
value object
return void