Method | Description | |
---|---|---|
AppendChild ( |
||
CreateNavigator ( ) : |
||
GetNamespaceOfPrefix ( string prefix ) : string | ||
GetPrefixOfNamespace ( string namespaceURI ) : string | ||
InsertAfter ( |
||
InsertBefore ( |
||
Normalize ( ) : void | ||
PrependChild ( |
||
RemoveAll ( ) : void | ||
ReplaceChild ( |
||
Supports ( string feature, string version ) : bool | ||
WriteTo ( |
||
this ( string name ) : |
||
this ( string localname, string ns ) : |
Method | Description | |
---|---|---|
DomProcessingInstruction ( |
public AppendChild ( |
||
newChild | ||
return |
public CreateNavigator ( ) : |
||
return |
public GetNamespaceOfPrefix ( string prefix ) : string | ||
prefix | string | |
return | string |
public GetPrefixOfNamespace ( string namespaceURI ) : string | ||
namespaceURI | string | |
return | string |
public InsertAfter ( |
||
newChild | ||
refChild | ||
return |
public InsertBefore ( |
||
newChild | ||
refChild | ||
return |
public PrependChild ( |
||
newChild | ||
return |
public ReplaceChild ( |
||
newChild | ||
oldChild | ||
return |
public Supports ( string feature, string version ) : bool | ||
feature | string | |
version | string | |
return | bool |
public this ( string name ) : |
||
name | string | |
return |
public this ( string localname, string ns ) : |
||
localname | string | |
ns | string | |
return |