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  Overloaded. (Inherited from Object )
public method GetHashCode  (Inherited from Object )
public method GetType  (Inherited from Object )
public method GetXml  (Inherited from OpenElementElement )
public method LoadXml  (Inherited from OpenElementElement )
public method static ReferenceEquals  (Inherited from Object )
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  (Inherited from OpenElementElement )
protected method LoadXmlAttributes Overridden. Adds the attributes of the specified XML element to the AnyAttributes property.
protected method LoadXmlElements  (Inherited from OpenElementElement )
protected method MemberwiseClone  (Inherited from Object )

Top

See Also

Reference

OpenElement Class
Microsoft.Web.Services3.Xml Namespace