Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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 | |
---|---|---|
![]() |
AnyAttributes | Gets the collection of XML attributes for the element. |
![]() |
AnyElements | Gets the collection of child XML elements for the element. (Inherited from OpenElementElement) |
Top
Public Methods
(see also Protected Methods )
Name | Description | |
---|---|---|
![]() |
Equals | Overloaded. (Inherited from Object ) |
![]() |
GetHashCode | (Inherited from Object ) |
![]() |
GetType | (Inherited from Object ) |
![]() |
GetXml | (Inherited from OpenElementElement ) |
![]() |
LoadXml | (Inherited from OpenElementElement ) |
![]() ![]() |
ReferenceEquals | (Inherited from Object ) |
![]() |
ToString | (Inherited from Object ) |
Top
Protected Methods
Name | Description | |
---|---|---|
![]() |
Finalize | (Inherited from Object ) |
![]() |
GetXmlAttributes | Overridden. Appends the attributes of the OpenElement to the specified XML element. |
![]() |
GetXmlElements | (Inherited from OpenElementElement ) |
![]() |
LoadXmlAttributes | Overridden. Adds the attributes of the specified XML element to the AnyAttributes property. |
![]() |
LoadXmlElements | (Inherited from OpenElementElement ) |
![]() |
MemberwiseClone | (Inherited from Object ) |
Top