Méthode | Description | |
---|---|---|
AppendChild ( |
||
CloneNode ( bool deep ) : |
||
InsertAfter ( |
||
InsertBefore ( |
||
RemoveChild ( |
||
ReplaceChild ( |
||
WriteTo ( |
Méthode | Description | |
---|---|---|
XmlUnspecifiedAttribute ( string prefix, string localName, string namespaceURI, |
Méthode | Description | |
---|---|---|
SetSpecified ( bool f ) : void |
public AppendChild ( |
||
newChild | ||
Résultat |
public InsertAfter ( |
||
newChild | ||
refChild | ||
Résultat |
public InsertBefore ( |
||
newChild | ||
refChild | ||
Résultat |
public RemoveChild ( |
||
oldChild | ||
Résultat |
public ReplaceChild ( |
||
newChild | ||
oldChild | ||
Résultat |
protected XmlUnspecifiedAttribute ( string prefix, string localName, string namespaceURI, |
||
prefix | string | |
localName | string | |
namespaceURI | string | |
doc | ||
Résultat | System |