Microsoft.Web.Services3.Xml Namespace

The set of classes that are used to generate the XML in a SOAP message.

ClassDescription
AttributeListRepresents a collection of XML attributes.
ElementListRepresents a collection of XML elements.
OpenAttributeDateTimeElementRepresents the AttributedDateTime XML type.
OpenAttributeElementProvides the default implementation for a class that represents an XML element that allows any attribute.
OpenAttributeQNameElementProvides the base implementation for any WS-Addressing elements that are of type xs:QName.
OpenAttributeUriElementProvides the base implementation for an element that is an attributed URI.
OpenAttributeUriStringProvides the base implementation for an element that is an attributed URI string.
OpenElementProvides the default implementation for a class that represents an XML element that allows any attribute or child element.
OpenElementElementProvides the default implementation for a class that represents an XML element that allows any element as a child.
QualifiedNameRepresents an XML qualified name and its namespace prefix.
QualifiedNameElementProvides the default implementation for a class that represents an XML element that contains an XML qualified name and its namespace prefix.
WSESoapHeaderRepresents a SOAP header.
XmlElementCollectionA strongly-typed collection of XML elements.
XmlSerializerCacheStores XmlSerializer objects in a hash table that is keyed by the full type name plus an optional default XML namespace.

InterfaceDescription
IXmlElementProvides a common interface for classes that can be loaded and saved as XmlElement objects.
Show: