C# Class Windows.Data.Xml.Dom.XmlElement

Inheritance: IXmlElement, IXmlNode, IXmlNodeSelector, IXmlNodeSerializer
Show file Open project: shiftkey/winrt-backport-hilarity Class Usage Examples

Public Methods

Method Description
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

Method Details

AppendChild() public method

public AppendChild ( [ newChild ) : IXmlNode
newChild [
return IXmlNode

CloneNode() public method

public CloneNode ( [ deep ) : IXmlNode
deep [
return IXmlNode

GetAttribute() public method

public GetAttribute ( [ attributeName ) : string
attributeName [
return string

GetAttributeNS() public method

public GetAttributeNS ( [ namespaceUri, [ localName ) : string
namespaceUri [
localName [
return string

GetAttributeNode() public method

public GetAttributeNode ( [ attributeName ) : XmlAttribute
attributeName [
return XmlAttribute

GetAttributeNodeNS() public method

public GetAttributeNodeNS ( [ namespaceUri, [ localName ) : XmlAttribute
namespaceUri [
localName [
return XmlAttribute

GetElementsByTagName() public method

public GetElementsByTagName ( [ tagName ) : XmlNodeList
tagName [
return XmlNodeList

GetXml() public method

public GetXml ( ) : string
return string

HasChildNodes() public method

public HasChildNodes ( ) : bool
return bool

InsertBefore() public method

public InsertBefore ( [ newChild, [ referenceChild ) : IXmlNode
newChild [
referenceChild [
return IXmlNode

Normalize() public method

public Normalize ( ) : void
return void

RemoveAttribute() public method

public RemoveAttribute ( [ attributeName ) : void
attributeName [
return void

RemoveAttributeNS() public method

public RemoveAttributeNS ( [ namespaceUri, [ localName ) : void
namespaceUri [
localName [
return void

RemoveAttributeNode() public method

public RemoveAttributeNode ( [ attributeNode ) : XmlAttribute
attributeNode [
return XmlAttribute

RemoveChild() public method

public RemoveChild ( [ childNode ) : IXmlNode
childNode [
return IXmlNode

ReplaceChild() public method

public ReplaceChild ( [ newChild, [ referenceChild ) : IXmlNode
newChild [
referenceChild [
return IXmlNode

SelectNodes() public method

public SelectNodes ( [ xpath ) : XmlNodeList
xpath [
return XmlNodeList

SelectNodesNS() public method

public SelectNodesNS ( [ xpath, [ namespaces ) : XmlNodeList
xpath [
namespaces [
return XmlNodeList

SelectSingleNode() public method

public SelectSingleNode ( [ xpath ) : IXmlNode
xpath [
return IXmlNode

SelectSingleNodeNS() public method

public SelectSingleNodeNS ( [ xpath, [ namespaces ) : IXmlNode
xpath [
namespaces [
return IXmlNode

SetAttribute() public method

public SetAttribute ( [ attributeName, [ attributeValue ) : void
attributeName [
attributeValue [
return void

SetAttributeNS() public method

public SetAttributeNS ( [ namespaceUri, [ qualifiedName, [ value ) : void
namespaceUri [
qualifiedName [
value [
return void

SetAttributeNode() public method

public SetAttributeNode ( [ newAttribute ) : XmlAttribute
newAttribute [
return XmlAttribute

SetAttributeNodeNS() public method

public SetAttributeNodeNS ( [ newAttribute ) : XmlAttribute
newAttribute [
return XmlAttribute