XopContentsNode Members

Represents the text content of an XML node in an XOP package of a SOAP message that is Message Transmission Optimization Mechanism (MTOM)-encoded.

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

Public Properties

  Name Description
public property Attributes  (Inherited from XmlNode )
public property BaseURI  (Inherited from XmlNode )
public property BinaryData Gets or sets the binary data for the XML node.
public property BinaryStream Gets or sets the stream for the XML node.
public property ChildNodes  (Inherited from XmlNode )
public property Data Overridden. Gets or sets the contents of the XML node as text.
public property FirstChild  (Inherited from XmlNode )
public property HasChildNodes  (Inherited from XmlNode )
public property HideData Gets or sets a value indicating whether the data in the XML node is hidden.
public property InnerText  (Inherited from XmlCharacterData )
public property InnerXml  (Inherited from XmlNode )
public property IsReadOnly  (Inherited from XmlNode )
public property Item  Overloaded. (Inherited from XmlNode )
public property LastChild  (Inherited from XmlNode )
public property Length  (Inherited from XmlCharacterData )
public property LocalName  (Inherited from XmlText )
public property Locked Gets or sets a value indicating whether the XML node is locked.
public property Name  (Inherited from XmlText )
public property NamespaceURI  (Inherited from XmlNode )
public property NextSibling  (Inherited from XmlLinkedNode )
public property NodeType  (Inherited from XmlText )
public property OuterXml  (Inherited from XmlNode )
public property OwnerDocument  (Inherited from XmlNode )
public property ParentNode  (Inherited from XmlText )
public property Prefix  (Inherited from XmlNode )
public property PreviousSibling  (Inherited from XmlLinkedNode )
public property SchemaInfo  (Inherited from XmlNode )
public property Value  (Inherited from XmlText )

Top

Public Methods

(see also Protected Methods )

  Name Description
public method AppendChild  (Inherited from XmlNode )
public method AppendData  (Inherited from XmlCharacterData )
public method Clone  (Inherited from XmlNode )
public method CloneNode  (Inherited from XmlText )
public method CreateNavigator  (Inherited from XmlNode )
public method DeleteData  (Inherited from XmlCharacterData )
public method Equals  Overloaded. (Inherited from Object )
public method GetEnumerator  (Inherited from XmlNode )
public method GetHashCode  (Inherited from Object )
public method GetNamespaceOfPrefix  (Inherited from XmlNode )
public method GetPrefixOfNamespace  (Inherited from XmlNode )
public method GetType  (Inherited from Object )
public method InsertAfter  (Inherited from XmlNode )
public method InsertBefore  (Inherited from XmlNode )
public method InsertData  (Inherited from XmlCharacterData )
public method Normalize  (Inherited from XmlNode )
public method PrependChild  (Inherited from XmlNode )
public method static ReferenceEquals  (Inherited from Object )
public method RemoveAll  (Inherited from XmlNode )
public method RemoveChild  (Inherited from XmlNode )
public method ReplaceChild  (Inherited from XmlNode )
public method ReplaceData  (Inherited from XmlCharacterData )
public method SelectNodes  Overloaded. (Inherited from XmlNode )
public method SelectSingleNode  Overloaded. (Inherited from XmlNode )
public method SplitText  (Inherited from XmlText )
public method Substring  (Inherited from XmlCharacterData )
public method Supports  (Inherited from XmlNode )
public method ToString  (Inherited from Object )
public method WriteContentTo  (Inherited from XmlText )
public method WriteTo Overridden. Writes the XML node to the specified XML writer.

Top

Protected Methods

  Name Description
protected method Finalize  (Inherited from Object )
protected method MemberwiseClone  (Inherited from Object )

Top

Explicit Interface Implementations

  Name Description
System.Collections.IEnumerable.GetEnumerator  (Inherited from XmlNode )
System.ICloneable.Clone  (Inherited from XmlNode )

Top

See Also

Reference

XopContentsNode Class
Microsoft.Web.Services3.Mime Namespace