Property | Type | Description | |
---|---|---|---|
AutoFoliate | void | ||
Foliate | void | ||
RemoveAllChildren | void | ||
WriteBoundElementContentTo | void | ||
WriteBoundElementTo | void | ||
WriteRootBoundElementTo | void | ||
WriteTo | void | ||
XmlBoundElement | System.Data |
Method | Description | |
---|---|---|
AppendChild ( |
||
CloneNode ( bool deep ) : |
||
GetElementsByTagName ( string name ) : |
||
InsertAfter ( |
||
InsertBefore ( |
||
ReplaceChild ( |
||
WriteContentTo ( |
||
WriteTo ( |
Method | Description | |
---|---|---|
AutoFoliate ( ) : void | ||
Foliate ( ElementState newState ) : void | ||
RemoveAllChildren ( ) : void | ||
WriteBoundElementContentTo ( |
||
WriteBoundElementTo ( |
||
WriteRootBoundElementTo ( |
||
WriteTo ( |
||
XmlBoundElement ( string prefix, string localName, string namespaceURI, |
public AppendChild ( |
||
newChild | ||
return |
public GetElementsByTagName ( string name ) : |
||
name | string | |
return |
public InsertAfter ( |
||
newChild | ||
refChild | ||
return |
public InsertBefore ( |
||
newChild | ||
refChild | ||
return |
public ReplaceChild ( |
||
newChild | ||
oldChild | ||
return |