Show / Hide Table of Contents

Class XmlDeclaration

An XML Declaration.

Inheritance
System.Object
Node
XmlDeclaration
Inherited Members
Node.Attr(String)
Node.Attributes
Node.Attr(String, String)
Node.HasAttr(String)
Node.RemoveAttr(String)
Node.BaseUri
Node.AbsUrl(String)
Node.ChildNode(Int32)
Node.ChildNodes
Node.ChildNodesCopy()
Node.ChildNodeSize
Node.Parent
Node.OwnerDocument
Node.Remove()
Node.Before(String)
Node.Before(Node)
Node.After(String)
Node.After(Node)
Node.Wrap(String)
Node.Unwrap()
Node.ReplaceWith(Node)
Node.SiblingNodes
Node.NextSibling
Node.PreviousSibling
Node.SiblingIndex
Node.OuterHtml
Node.Equals(Object)
Node.GetHashCode()
Namespace: Supremes.Nodes
Assembly: Supremes.dll
Syntax
public sealed class XmlDeclaration : Node

Properties

WholeDeclaration

Get the unencoded XML declaration.

Declaration
public string WholeDeclaration { get; }
Property Value
Type Description
System.String

XML declaration

Methods

ToString()

Converts the value of this instance to a string.

Declaration
public override string ToString()
Returns
Type Description
System.String
Overrides
Node.ToString()
Back to top Generated by DocFX