mscorlib(4.0.0.0) API with additions
System.Xml.XmlDeclaration Member List

This is the complete list of members for System.Xml.XmlDeclaration, including all inherited members.

AppendChild(XmlNode newChild)System.Xml.XmlNodevirtual
AttributesSystem.Xml.XmlNode
BaseURISystem.Xml.XmlNode
ChildNodesSystem.Xml.XmlNode
Clone()System.Xml.XmlNodevirtual
CloneNode(bool deep)System.Xml.XmlDeclarationvirtual
CreateNavigator()System.Xml.XmlNodevirtual
EncodingSystem.Xml.XmlDeclaration
FirstChildSystem.Xml.XmlNode
GetEnumerator()System.Xml.XmlNode
GetNamespaceOfPrefix(string prefix)System.Xml.XmlNodevirtual
GetPrefixOfNamespace(string namespaceURI)System.Xml.XmlNodevirtual
HasChildNodesSystem.Xml.XmlNode
InnerTextSystem.Xml.XmlDeclaration
InnerXmlSystem.Xml.XmlNode
InsertAfter(XmlNode newChild, XmlNode refChild)System.Xml.XmlNodevirtual
InsertBefore(XmlNode newChild, XmlNode refChild)System.Xml.XmlNodevirtual
IsReadOnlySystem.Xml.XmlNode
LastChildSystem.Xml.XmlNode
LocalNameSystem.Xml.XmlDeclaration
NameSystem.Xml.XmlDeclaration
NamespaceURISystem.Xml.XmlNode
NextSiblingSystem.Xml.XmlLinkedNode
NodeTypeSystem.Xml.XmlDeclaration
Normalize()System.Xml.XmlNodevirtual
OuterXmlSystem.Xml.XmlNode
OwnerDocumentSystem.Xml.XmlNode
ParentNodeSystem.Xml.XmlNode
PrefixSystem.Xml.XmlNode
PrependChild(XmlNode newChild)System.Xml.XmlNodevirtual
PreviousSiblingSystem.Xml.XmlLinkedNode
PreviousTextSystem.Xml.XmlNode
RemoveAll()System.Xml.XmlNodevirtual
RemoveChild(XmlNode oldChild)System.Xml.XmlNodevirtual
ReplaceChild(XmlNode newChild, XmlNode oldChild)System.Xml.XmlNodevirtual
SchemaInfoSystem.Xml.XmlNode
SelectNodes(string xpath)System.Xml.XmlNode
SelectNodes(string xpath, XmlNamespaceManager nsmgr)System.Xml.XmlNode
SelectSingleNode(string xpath)System.Xml.XmlNode
SelectSingleNode(string xpath, XmlNamespaceManager nsmgr)System.Xml.XmlNode
StandaloneSystem.Xml.XmlDeclaration
Supports(string feature, string version)System.Xml.XmlNodevirtual
this[string localname, string ns]System.Xml.XmlNode
this[string name]System.Xml.XmlNode
ValueSystem.Xml.XmlDeclaration
VersionSystem.Xml.XmlDeclaration
WriteContentTo(XmlWriter w)System.Xml.XmlDeclarationvirtual
WriteTo(XmlWriter w)System.Xml.XmlDeclarationvirtual
XmlDeclaration(string version, string encoding, string standalone, XmlDocument doc)System.Xml.XmlDeclarationprotected