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

Inheritance: IXmlElement, IXmlNode, IXmlNodeSelector, IXmlNodeSerializer
Afficher le fichier Open project: shiftkey/winrt-backport-hilarity Class Usage Examples

Méthodes publiques

Méthode 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 méthode

public AppendChild ( [ newChild ) : IXmlNode
newChild [
Résultat IXmlNode

CloneNode() public méthode

public CloneNode ( [ deep ) : IXmlNode
deep [
Résultat IXmlNode

GetAttribute() public méthode

public GetAttribute ( [ attributeName ) : string
attributeName [
Résultat string

GetAttributeNS() public méthode

public GetAttributeNS ( [ namespaceUri, [ localName ) : string
namespaceUri [
localName [
Résultat string

GetAttributeNode() public méthode

public GetAttributeNode ( [ attributeName ) : XmlAttribute
attributeName [
Résultat XmlAttribute

GetAttributeNodeNS() public méthode

public GetAttributeNodeNS ( [ namespaceUri, [ localName ) : XmlAttribute
namespaceUri [
localName [
Résultat XmlAttribute

GetElementsByTagName() public méthode

public GetElementsByTagName ( [ tagName ) : XmlNodeList
tagName [
Résultat XmlNodeList

GetXml() public méthode

public GetXml ( ) : string
Résultat string

HasChildNodes() public méthode

public HasChildNodes ( ) : bool
Résultat bool

InsertBefore() public méthode

public InsertBefore ( [ newChild, [ referenceChild ) : IXmlNode
newChild [
referenceChild [
Résultat IXmlNode

Normalize() public méthode

public Normalize ( ) : void
Résultat void

RemoveAttribute() public méthode

public RemoveAttribute ( [ attributeName ) : void
attributeName [
Résultat void

RemoveAttributeNS() public méthode

public RemoveAttributeNS ( [ namespaceUri, [ localName ) : void
namespaceUri [
localName [
Résultat void

RemoveAttributeNode() public méthode

public RemoveAttributeNode ( [ attributeNode ) : XmlAttribute
attributeNode [
Résultat XmlAttribute

RemoveChild() public méthode

public RemoveChild ( [ childNode ) : IXmlNode
childNode [
Résultat IXmlNode

ReplaceChild() public méthode

public ReplaceChild ( [ newChild, [ referenceChild ) : IXmlNode
newChild [
referenceChild [
Résultat IXmlNode

SelectNodes() public méthode

public SelectNodes ( [ xpath ) : XmlNodeList
xpath [
Résultat XmlNodeList

SelectNodesNS() public méthode

public SelectNodesNS ( [ xpath, [ namespaces ) : XmlNodeList
xpath [
namespaces [
Résultat XmlNodeList

SelectSingleNode() public méthode

public SelectSingleNode ( [ xpath ) : IXmlNode
xpath [
Résultat IXmlNode

SelectSingleNodeNS() public méthode

public SelectSingleNodeNS ( [ xpath, [ namespaces ) : IXmlNode
xpath [
namespaces [
Résultat IXmlNode

SetAttribute() public méthode

public SetAttribute ( [ attributeName, [ attributeValue ) : void
attributeName [
attributeValue [
Résultat void

SetAttributeNS() public méthode

public SetAttributeNS ( [ namespaceUri, [ qualifiedName, [ value ) : void
namespaceUri [
qualifiedName [
value [
Résultat void

SetAttributeNode() public méthode

public SetAttributeNode ( [ newAttribute ) : XmlAttribute
newAttribute [
Résultat XmlAttribute

SetAttributeNodeNS() public méthode

public SetAttributeNodeNS ( [ newAttribute ) : XmlAttribute
newAttribute [
Résultat XmlAttribute