Share via


OpenElement Members

Provides the default implementation for a class that represents an XML element that allows any attribute or child element.

The following tables list the members exposed by the OpenElement type.

Protected Constructors

  Name Description
OpenElement  

Top

Public Properties

  Name Description
public property AnyAttributes Gets the collection of XML attributes for the element.
public property AnyElements  Gets the collection of child XML elements for the element.(inherited from OpenElementElement)

Top

Public Methods

(see also Protected Methods )

  Name Description
public method Equals  (inherited from Object )
public method GetHashCode  (inherited from Object )
public method GetType  (inherited from Object )
public method GetXml  When overridden in a derived class, generates an XML representation of the OpenElementElement. (inherited from OpenElementElement)
public method LoadXml  When overridden in a derived class, loads the contents of the specified XML element into properties of the OpenElementElement. (inherited from OpenElementElement)
public method ToString  (inherited from Object )

Top

Protected Methods

  Name Description
protected method Finalize  (inherited from Object )
protected method GetXmlAttributes Overridden. Appends the attributes of the OpenElement to the specified XML element.
protected method GetXmlElements  Appends the child elements of the OpenElementElement to the specified XML element. (inherited from OpenElementElement)
protected method LoadXmlAttributes Overridden. Adds the attributes of the specified XML element to the AnyAttributes property.
protected method LoadXmlElements  Adds the contents of the specified XML element to the AnyElements property. (inherited from OpenElementElement)
protected method MemberwiseClone  (inherited from Object )

Top

See Also

Reference

OpenElement Class
Microsoft.Web.Services2.Xml Namespace