IXmlValue Properties | 
The IXmlValue type exposes the following members.
| Name | Description | |
|---|---|---|
| IsAttribute | 
            Determine if this value is an element attribute.
              | |
| IsContent | 
            Determine if this value is an element's content.
              | |
| IsEmpty | 
            Determine if the value is empty.
              | |
| IsMutable | 
            Determine if this value can be modified.
              | |
| Parent | 
            Get or set the parent element of this value.
              | |
| Value | 
            Get the value as an object.
              |