C# Class System.Xml.XmlAttributeCollection

Inheritance: XmlNamedNodeMap, ICollection
Mostra file Open project: gbarnett/shared-source-cli-2.0 Class Usage Examples

Private Properties

Property Type Description
AddNode XmlNode
Detach void
FindNodeOffset int
FindNodeOffsetNS int
ICollection void
InsertNodeAt XmlNode
InsertParentIntoElementIdAttrMap void
InternalAppendAttribute XmlAttribute
PrepareParentInElementIdAttrMap bool
RemoveDuplicateAttribute int
RemoveNodeAt XmlNode
RemoveParentFromElementIdAttrMap void
ResetParentInElementIdAttrMap void
XmlAttributeCollection System
this XmlAttribute
this XmlAttribute
this XmlAttribute

Public Methods

Method Description
Append ( XmlAttribute node ) : XmlAttribute
CopyTo ( XmlAttribute array, int index ) : void
InsertAfter ( XmlAttribute newNode, XmlAttribute refNode ) : XmlAttribute
InsertBefore ( XmlAttribute newNode, XmlAttribute refNode ) : XmlAttribute
Prepend ( XmlAttribute node ) : XmlAttribute
Remove ( XmlAttribute node ) : XmlAttribute
RemoveAll ( ) : void
RemoveAt ( int i ) : XmlAttribute
SetNamedItem ( XmlNode node ) : XmlNode

Private Methods

Method Description
AddNode ( XmlNode node ) : XmlNode
Detach ( XmlAttribute attr ) : void
FindNodeOffset ( XmlAttribute node ) : int
FindNodeOffsetNS ( XmlAttribute node ) : int
ICollection ( Array array, int index ) : void
InsertNodeAt ( int i, XmlNode node ) : XmlNode
InsertParentIntoElementIdAttrMap ( XmlAttribute attr ) : void
InternalAppendAttribute ( XmlAttribute node ) : XmlAttribute
PrepareParentInElementIdAttrMap ( string attrPrefix, string attrLocalName ) : bool
RemoveDuplicateAttribute ( XmlAttribute attr ) : int
RemoveNodeAt ( int i ) : XmlNode
RemoveParentFromElementIdAttrMap ( XmlAttribute attr ) : void
ResetParentInElementIdAttrMap ( string oldVal, string newVal ) : void
XmlAttributeCollection ( XmlNode parent ) : System
this ( int i ) : XmlAttribute
this ( string name ) : XmlAttribute
this ( string localName, string namespaceURI ) : XmlAttribute

Method Details

Append() public method

public Append ( XmlAttribute node ) : XmlAttribute
node XmlAttribute
return XmlAttribute

CopyTo() public method

public CopyTo ( XmlAttribute array, int index ) : void
array XmlAttribute
index int
return void

InsertAfter() public method

public InsertAfter ( XmlAttribute newNode, XmlAttribute refNode ) : XmlAttribute
newNode XmlAttribute
refNode XmlAttribute
return XmlAttribute

InsertBefore() public method

public InsertBefore ( XmlAttribute newNode, XmlAttribute refNode ) : XmlAttribute
newNode XmlAttribute
refNode XmlAttribute
return XmlAttribute

Prepend() public method

public Prepend ( XmlAttribute node ) : XmlAttribute
node XmlAttribute
return XmlAttribute

Remove() public method

public Remove ( XmlAttribute node ) : XmlAttribute
node XmlAttribute
return XmlAttribute

RemoveAll() public method

public RemoveAll ( ) : void
return void

RemoveAt() public method

public RemoveAt ( int i ) : XmlAttribute
i int
return XmlAttribute

SetNamedItem() public method

public SetNamedItem ( XmlNode node ) : XmlNode
node XmlNode
return XmlNode