C# 클래스 Windows.Data.Xml.Dom.XmlElement

상속: IXmlElement, IXmlNode, IXmlNodeSelector, IXmlNodeSerializer
파일 보기 프로젝트 열기: shiftkey/winrt-backport-hilarity 1 사용 예제들

공개 메소드들

메소드 설명
AppendChild ( [ newChild ) : IXmlNode
CloneNode ( [ deep ) : IXmlNode
GetAttribute ( [ attributeName ) : string
GetAttributeNS ( [ namespaceUri, [ localName ) : string
GetAttributeNode ( [ attributeName ) : XmlAttribute
GetAttributeNodeNS ( [ namespaceUri, [ localName ) : XmlAttribute
GetElementsByTagName ( [ tagName ) : XmlNodeList
GetXml ( ) : string
HasChildNodes ( ) : bool
InsertBefore ( [ newChild, [ referenceChild ) : IXmlNode
Normalize ( ) : void
RemoveAttribute ( [ attributeName ) : void
RemoveAttributeNS ( [ namespaceUri, [ localName ) : void
RemoveAttributeNode ( [ attributeNode ) : XmlAttribute
RemoveChild ( [ childNode ) : IXmlNode
ReplaceChild ( [ newChild, [ referenceChild ) : IXmlNode
SelectNodes ( [ xpath ) : XmlNodeList
SelectNodesNS ( [ xpath, [ namespaces ) : XmlNodeList
SelectSingleNode ( [ xpath ) : IXmlNode
SelectSingleNodeNS ( [ xpath, [ namespaces ) : IXmlNode
SetAttribute ( [ attributeName, [ attributeValue ) : void
SetAttributeNS ( [ namespaceUri, [ qualifiedName, [ value ) : void
SetAttributeNode ( [ newAttribute ) : XmlAttribute
SetAttributeNodeNS ( [ newAttribute ) : XmlAttribute

메소드 상세

AppendChild() 공개 메소드

public AppendChild ( [ newChild ) : IXmlNode
newChild [
리턴 IXmlNode

CloneNode() 공개 메소드

public CloneNode ( [ deep ) : IXmlNode
deep [
리턴 IXmlNode

GetAttribute() 공개 메소드

public GetAttribute ( [ attributeName ) : string
attributeName [
리턴 string

GetAttributeNS() 공개 메소드

public GetAttributeNS ( [ namespaceUri, [ localName ) : string
namespaceUri [
localName [
리턴 string

GetAttributeNode() 공개 메소드

public GetAttributeNode ( [ attributeName ) : XmlAttribute
attributeName [
리턴 XmlAttribute

GetAttributeNodeNS() 공개 메소드

public GetAttributeNodeNS ( [ namespaceUri, [ localName ) : XmlAttribute
namespaceUri [
localName [
리턴 XmlAttribute

GetElementsByTagName() 공개 메소드

public GetElementsByTagName ( [ tagName ) : XmlNodeList
tagName [
리턴 XmlNodeList

GetXml() 공개 메소드

public GetXml ( ) : string
리턴 string

HasChildNodes() 공개 메소드

public HasChildNodes ( ) : bool
리턴 bool

InsertBefore() 공개 메소드

public InsertBefore ( [ newChild, [ referenceChild ) : IXmlNode
newChild [
referenceChild [
리턴 IXmlNode

Normalize() 공개 메소드

public Normalize ( ) : void
리턴 void

RemoveAttribute() 공개 메소드

public RemoveAttribute ( [ attributeName ) : void
attributeName [
리턴 void

RemoveAttributeNS() 공개 메소드

public RemoveAttributeNS ( [ namespaceUri, [ localName ) : void
namespaceUri [
localName [
리턴 void

RemoveAttributeNode() 공개 메소드

public RemoveAttributeNode ( [ attributeNode ) : XmlAttribute
attributeNode [
리턴 XmlAttribute

RemoveChild() 공개 메소드

public RemoveChild ( [ childNode ) : IXmlNode
childNode [
리턴 IXmlNode

ReplaceChild() 공개 메소드

public ReplaceChild ( [ newChild, [ referenceChild ) : IXmlNode
newChild [
referenceChild [
리턴 IXmlNode

SelectNodes() 공개 메소드

public SelectNodes ( [ xpath ) : XmlNodeList
xpath [
리턴 XmlNodeList

SelectNodesNS() 공개 메소드

public SelectNodesNS ( [ xpath, [ namespaces ) : XmlNodeList
xpath [
namespaces [
리턴 XmlNodeList

SelectSingleNode() 공개 메소드

public SelectSingleNode ( [ xpath ) : IXmlNode
xpath [
리턴 IXmlNode

SelectSingleNodeNS() 공개 메소드

public SelectSingleNodeNS ( [ xpath, [ namespaces ) : IXmlNode
xpath [
namespaces [
리턴 IXmlNode

SetAttribute() 공개 메소드

public SetAttribute ( [ attributeName, [ attributeValue ) : void
attributeName [
attributeValue [
리턴 void

SetAttributeNS() 공개 메소드

public SetAttributeNS ( [ namespaceUri, [ qualifiedName, [ value ) : void
namespaceUri [
qualifiedName [
value [
리턴 void

SetAttributeNode() 공개 메소드

public SetAttributeNode ( [ newAttribute ) : XmlAttribute
newAttribute [
리턴 XmlAttribute

SetAttributeNodeNS() 공개 메소드

public SetAttributeNodeNS ( [ newAttribute ) : XmlAttribute
newAttribute [
리턴 XmlAttribute