The XMLFormatter type exposes the following members.
Back to Top
Back to Top
Constructors
| Name | Description | |
|---|---|---|
| XMLFormatter | Initializes a new instance of the XMLFormatter class |
Methods
| Name | Description | |
|---|---|---|
| (Inherited from | ||
Allows an (Inherited from | ||
| Format(String) |
Formats the specified XML.
| |
| Format(XmlDocument) |
Formats the specified XML.
| |
Serves as a hash function for a particular type. (Inherited from | ||
Gets the (Inherited from | ||
| HasRootTags | ||
| Indent(String, Boolean ) |
Indents the specified XML.
| |
| Indent(XmlDocument, Boolean ) |
Indents the specified XML.
| |
| IsValidXmlString | ||
Creates a shallow copy of the current (Inherited from | ||
| RemoveAllNamespaces |
Removes the Xml Namespace from the specified XElement.
| |
| RemoveAllTags | ||
| RemoveFirstNode | ||
| RemoveInvalidXmlChars | ||
| RemoveRootTags | ||
| RemoveXMLAttributes(String) | ||
| RemoveXMLAttributes(XDocument) | ||
| RemoveXMLDeclaration(String) |
Removes the Xml Declaration from the specified XML.
| |
| RemoveXMLDeclaration(XmlDocument) |
Removes the Xml Declaration from the specified XML.
| |
| RemoveXMLNamespace | ||
| (Inherited from |
See Also