C# Class System.Xml.XmlBoundElement

Inheritance: XmlElement
Afficher le fichier Open project: dotnet/corefx Class Usage Examples

Private Properties

Свойство Type Description
AutoFoliate void
Foliate void
RemoveAllChildren void
WriteBoundElementContentTo void
WriteBoundElementTo void
WriteRootBoundElementTo void
WriteTo void
XmlBoundElement System.Data

Méthodes publiques

Méthode Description
AppendChild ( XmlNode newChild ) : XmlNode
CloneNode ( bool deep ) : XmlNode
GetElementsByTagName ( string name ) : XmlNodeList
InsertAfter ( XmlNode newChild, XmlNode refChild ) : XmlNode
InsertBefore ( XmlNode newChild, XmlNode refChild ) : XmlNode
ReplaceChild ( XmlNode newChild, XmlNode oldChild ) : XmlNode
WriteContentTo ( XmlWriter w ) : void
WriteTo ( XmlWriter w ) : void

Private Methods

Méthode Description
AutoFoliate ( ) : void
Foliate ( ElementState newState ) : void
RemoveAllChildren ( ) : void
WriteBoundElementContentTo ( DataPointer dp, XmlWriter w ) : void
WriteBoundElementTo ( DataPointer dp, XmlWriter w ) : void
WriteRootBoundElementTo ( DataPointer dp, XmlWriter w ) : void
WriteTo ( DataPointer dp, XmlWriter w ) : void
XmlBoundElement ( string prefix, string localName, string namespaceURI, XmlDocument doc ) : System.Data

Method Details

AppendChild() public méthode

public AppendChild ( XmlNode newChild ) : XmlNode
newChild XmlNode
Résultat XmlNode

CloneNode() public méthode

public CloneNode ( bool deep ) : XmlNode
deep bool
Résultat XmlNode

GetElementsByTagName() public méthode

public GetElementsByTagName ( string name ) : XmlNodeList
name string
Résultat XmlNodeList

InsertAfter() public méthode

public InsertAfter ( XmlNode newChild, XmlNode refChild ) : XmlNode
newChild XmlNode
refChild XmlNode
Résultat XmlNode

InsertBefore() public méthode

public InsertBefore ( XmlNode newChild, XmlNode refChild ) : XmlNode
newChild XmlNode
refChild XmlNode
Résultat XmlNode

ReplaceChild() public méthode

public ReplaceChild ( XmlNode newChild, XmlNode oldChild ) : XmlNode
newChild XmlNode
oldChild XmlNode
Résultat XmlNode

WriteContentTo() public méthode

public WriteContentTo ( XmlWriter w ) : void
w XmlWriter
Résultat void

WriteTo() public méthode

public WriteTo ( XmlWriter w ) : void
w XmlWriter
Résultat void