C# 클래스 Nxdb.Dom.DomElement

상속: System.Xml.XmlElement, IDomNode
파일 보기 프로젝트 열기: daveaglick/Nxdb

공개 메소드들

메소드 설명
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

비공개 메소드들

메소드 설명
DomElement ( Element node ) : System

메소드 상세

CreateNavigator() 공개 메소드

public CreateNavigator ( ) : XPathNavigator
리턴 System.Xml.XPath.XPathNavigator

GetAttribute() 공개 메소드

public GetAttribute ( string name ) : string
name string
리턴 string

GetAttribute() 공개 메소드

public GetAttribute ( string localName, string namespaceURI ) : string
localName string
namespaceURI string
리턴 string

GetAttributeNode() 공개 메소드

public GetAttributeNode ( string name ) : XmlAttribute
name string
리턴 System.Xml.XmlAttribute

GetAttributeNode() 공개 메소드

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

GetElementsByTagName() 공개 메소드

public GetElementsByTagName ( string name ) : XmlNodeList
name string
리턴 System.Xml.XmlNodeList

GetElementsByTagName() 공개 메소드

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

GetNamespaceOfPrefix() 공개 메소드

public GetNamespaceOfPrefix ( string prefix ) : string
prefix string
리턴 string

GetPrefixOfNamespace() 공개 메소드

public GetPrefixOfNamespace ( string namespaceURI ) : string
namespaceURI string
리턴 string

HasAttribute() 공개 메소드

public HasAttribute ( string name ) : bool
name string
리턴 bool

HasAttribute() 공개 메소드

public HasAttribute ( string localName, string namespaceURI ) : bool
localName string
namespaceURI string
리턴 bool

Normalize() 공개 메소드

public Normalize ( ) : void
리턴 void

RemoveAttribute() 공개 메소드

public RemoveAttribute ( string name ) : void
name string
리턴 void

RemoveAttribute() 공개 메소드

public RemoveAttribute ( string localName, string namespaceURI ) : void
localName string
namespaceURI string
리턴 void

RemoveAttributeAt() 공개 메소드

public RemoveAttributeAt ( int i ) : XmlNode
i int
리턴 System.Xml.XmlNode

RemoveAttributeNode() 공개 메소드

public RemoveAttributeNode ( XmlAttribute oldAttr ) : XmlAttribute
oldAttr System.Xml.XmlAttribute
리턴 System.Xml.XmlAttribute

RemoveAttributeNode() 공개 메소드

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

ReplaceChild() 공개 메소드

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

SetAttribute() 공개 메소드

public SetAttribute ( string localName, string namespaceURI, string value ) : string
localName string
namespaceURI string
value string
리턴 string

SetAttribute() 공개 메소드

public SetAttribute ( string name, string value ) : void
name string
value string
리턴 void

SetAttributeNode() 공개 메소드

public SetAttributeNode ( XmlAttribute newAttr ) : XmlAttribute
newAttr System.Xml.XmlAttribute
리턴 System.Xml.XmlAttribute

SetAttributeNode() 공개 메소드

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

Supports() 공개 메소드

public Supports ( string feature, string version ) : bool
feature string
version string
리턴 bool

WriteContentTo() 공개 메소드

public WriteContentTo ( XmlWriter w ) : void
w System.Xml.XmlWriter
리턴 void

WriteTo() 공개 메소드

public WriteTo ( XmlWriter w ) : void
w System.Xml.XmlWriter
리턴 void

this() 공개 메소드

public this ( string name ) : XmlElement
name string
리턴 System.Xml.XmlElement

this() 공개 메소드

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