C# Class Nxdb.Dom.DomElement

Inheritance: System.Xml.XmlElement, IDomNode
Mostra file Open project: daveaglick/Nxdb

Public Methods

Method Description
CreateNavigator ( ) : XPathNavigator
GetAttribute ( string name ) : string
GetAttribute ( string localName, string namespaceURI ) : string
GetAttributeNode ( string name ) : XmlAttribute
GetAttributeNode ( string localName, string namespaceURI ) : XmlAttribute
GetElementsByTagName ( string name ) : XmlNodeList
GetElementsByTagName ( string localName, string namespaceURI ) : XmlNodeList
GetNamespaceOfPrefix ( string prefix ) : string
GetPrefixOfNamespace ( string namespaceURI ) : string
HasAttribute ( string name ) : bool
HasAttribute ( string localName, string namespaceURI ) : bool
Normalize ( ) : void
RemoveAttribute ( string name ) : void
RemoveAttribute ( string localName, string namespaceURI ) : void
RemoveAttributeAt ( int i ) : XmlNode
RemoveAttributeNode ( XmlAttribute oldAttr ) : XmlAttribute
RemoveAttributeNode ( string localName, string namespaceURI ) : XmlAttribute
ReplaceChild ( XmlNode newChild, XmlNode oldChild ) : XmlNode
SetAttribute ( string localName, string namespaceURI, string value ) : string
SetAttribute ( string name, string value ) : void
SetAttributeNode ( XmlAttribute newAttr ) : XmlAttribute
SetAttributeNode ( string localName, string namespaceURI ) : XmlAttribute
Supports ( string feature, string version ) : bool
WriteContentTo ( XmlWriter w ) : void
WriteTo ( XmlWriter w ) : void
this ( string name ) : XmlElement
this ( string localname, string ns ) : XmlElement

Private Methods

Method Description
DomElement ( Element node ) : System

Method Details

CreateNavigator() public method

public CreateNavigator ( ) : XPathNavigator
return System.Xml.XPath.XPathNavigator

GetAttribute() public method

public GetAttribute ( string name ) : string
name string
return string

GetAttribute() public method

public GetAttribute ( string localName, string namespaceURI ) : string
localName string
namespaceURI string
return string

GetAttributeNode() public method

public GetAttributeNode ( string name ) : XmlAttribute
name string
return System.Xml.XmlAttribute

GetAttributeNode() public method

public GetAttributeNode ( string localName, string namespaceURI ) : XmlAttribute
localName string
namespaceURI string
return System.Xml.XmlAttribute

GetElementsByTagName() public method

public GetElementsByTagName ( string name ) : XmlNodeList
name string
return System.Xml.XmlNodeList

GetElementsByTagName() public method

public GetElementsByTagName ( string localName, string namespaceURI ) : XmlNodeList
localName string
namespaceURI string
return System.Xml.XmlNodeList

GetNamespaceOfPrefix() public method

public GetNamespaceOfPrefix ( string prefix ) : string
prefix string
return string

GetPrefixOfNamespace() public method

public GetPrefixOfNamespace ( string namespaceURI ) : string
namespaceURI string
return string

HasAttribute() public method

public HasAttribute ( string name ) : bool
name string
return bool

HasAttribute() public method

public HasAttribute ( string localName, string namespaceURI ) : bool
localName string
namespaceURI string
return bool

Normalize() public method

public Normalize ( ) : void
return void

RemoveAttribute() public method

public RemoveAttribute ( string name ) : void
name string
return void

RemoveAttribute() public method

public RemoveAttribute ( string localName, string namespaceURI ) : void
localName string
namespaceURI string
return void

RemoveAttributeAt() public method

public RemoveAttributeAt ( int i ) : XmlNode
i int
return System.Xml.XmlNode

RemoveAttributeNode() public method

public RemoveAttributeNode ( XmlAttribute oldAttr ) : XmlAttribute
oldAttr System.Xml.XmlAttribute
return System.Xml.XmlAttribute

RemoveAttributeNode() public method

public RemoveAttributeNode ( string localName, string namespaceURI ) : XmlAttribute
localName string
namespaceURI string
return System.Xml.XmlAttribute

ReplaceChild() public method

public ReplaceChild ( XmlNode newChild, XmlNode oldChild ) : XmlNode
newChild System.Xml.XmlNode
oldChild System.Xml.XmlNode
return System.Xml.XmlNode

SetAttribute() public method

public SetAttribute ( string localName, string namespaceURI, string value ) : string
localName string
namespaceURI string
value string
return string

SetAttribute() public method

public SetAttribute ( string name, string value ) : void
name string
value string
return void

SetAttributeNode() public method

public SetAttributeNode ( XmlAttribute newAttr ) : XmlAttribute
newAttr System.Xml.XmlAttribute
return System.Xml.XmlAttribute

SetAttributeNode() public method

public SetAttributeNode ( string localName, string namespaceURI ) : XmlAttribute
localName string
namespaceURI string
return System.Xml.XmlAttribute

Supports() public method

public Supports ( string feature, string version ) : bool
feature string
version string
return bool

WriteContentTo() public method

public WriteContentTo ( XmlWriter w ) : void
w System.Xml.XmlWriter
return void

WriteTo() public method

public WriteTo ( XmlWriter w ) : void
w System.Xml.XmlWriter
return void

this() public method

public this ( string name ) : XmlElement
name string
return System.Xml.XmlElement

this() public method

public this ( string localname, string ns ) : XmlElement
localname string
ns string
return System.Xml.XmlElement