C# Class Bender.Nodes.Xml.XmlNodeBase

Inheritance: NodeBase
Show file Open project: mikeobrien/Bender

Public Methods

Method Description
SetNamespace ( System.Xml.Linq.XNamespace @namespace ) : void
SetNamespacePrefix ( string prefix ) : void

Protected Methods

Method Description
XmlNodeBase ( XObject @object, ElementNode parent, Options options ) : System.Xml.Linq

Method Details

SetNamespace() public abstract method

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

SetNamespacePrefix() public method

public SetNamespacePrefix ( string prefix ) : void
prefix string
return void

XmlNodeBase() protected method

protected XmlNodeBase ( XObject @object, ElementNode parent, Options options ) : System.Xml.Linq
@object XObject
parent ElementNode
options Bender.Configuration.Options
return System.Xml.Linq