C# Class Mvp.Xml.Common.XmlNodeFactory.SerializableNode

Inheritance: System.Xml.XmlElement
Datei anzeigen Open project: Monobjc/monobjc-tools

Public Methods

Method Description
AppendChild ( XmlNode newChild ) : XmlNode
Clone ( ) : XmlNode
CloneNode ( bool deep ) : XmlNode
GetNamespaceOfPrefix ( string prefix ) : string
GetPrefixOfNamespace ( string namespaceURI ) : string
InsertAfter ( XmlNode newChild, XmlNode refChild ) : XmlNode
InsertBefore ( XmlNode newChild, XmlNode refChild ) : XmlNode
Normalize ( ) : void
PrependChild ( XmlNode newChild ) : XmlNode
RemoveAll ( ) : void
RemoveChild ( XmlNode oldChild ) : XmlNode
ReplaceChild ( XmlNode newChild, XmlNode oldChild ) : XmlNode
SerializableNode ( ) : System
Supports ( string feature, string version ) : bool
WriteContentTo ( XmlWriter w ) : void
WriteTo ( XmlWriter w ) : void
this ( string name ) : XmlElement
this ( string localname, string ns ) : XmlElement

Method Details

AppendChild() public method

public AppendChild ( XmlNode newChild ) : XmlNode
newChild System.Xml.XmlNode
return System.Xml.XmlNode

Clone() public method

public Clone ( ) : XmlNode
return System.Xml.XmlNode

CloneNode() public method

public CloneNode ( bool deep ) : XmlNode
deep bool
return System.Xml.XmlNode

GetNamespaceOfPrefix() public method

public GetNamespaceOfPrefix ( string prefix ) : string
prefix string
return string

GetPrefixOfNamespace() public method

public GetPrefixOfNamespace ( string namespaceURI ) : string
namespaceURI string
return string

InsertAfter() public method

public InsertAfter ( XmlNode newChild, XmlNode refChild ) : XmlNode
newChild System.Xml.XmlNode
refChild System.Xml.XmlNode
return System.Xml.XmlNode

InsertBefore() public method

public InsertBefore ( XmlNode newChild, XmlNode refChild ) : XmlNode
newChild System.Xml.XmlNode
refChild System.Xml.XmlNode
return System.Xml.XmlNode

Normalize() public method

public Normalize ( ) : void
return void

PrependChild() public method

public PrependChild ( XmlNode newChild ) : XmlNode
newChild System.Xml.XmlNode
return System.Xml.XmlNode

RemoveAll() public method

public RemoveAll ( ) : void
return void

RemoveChild() public method

public RemoveChild ( XmlNode oldChild ) : XmlNode
oldChild System.Xml.XmlNode
return System.Xml.XmlNode

ReplaceChild() public method

public ReplaceChild ( XmlNode newChild, XmlNode oldChild ) : XmlNode
newChild System.Xml.XmlNode
oldChild System.Xml.XmlNode
return System.Xml.XmlNode

SerializableNode() public method

public SerializableNode ( ) : System
return System

Supports() public method

public Supports ( string feature, string version ) : bool
feature string
version string
return bool

WriteContentTo() public method

public WriteContentTo ( XmlWriter w ) : void
w System.Xml.XmlWriter
return void

WriteTo() public abstract method

public abstract WriteTo ( XmlWriter w ) : void
w System.Xml.XmlWriter
return void

this() public method

public this ( string name ) : XmlElement
name string
return System.Xml.XmlElement

this() public method

public this ( string localname, string ns ) : XmlElement
localname string
ns string
return System.Xml.XmlElement