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

Inheritance: System.Xml.XmlElement
Afficher le fichier Open project: Monobjc/monobjc-tools

Méthodes publiques

Méthode 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 méthode

public AppendChild ( XmlNode newChild ) : XmlNode
newChild System.Xml.XmlNode
Résultat System.Xml.XmlNode

Clone() public méthode

public Clone ( ) : XmlNode
Résultat System.Xml.XmlNode

CloneNode() public méthode

public CloneNode ( bool deep ) : XmlNode
deep bool
Résultat System.Xml.XmlNode

GetNamespaceOfPrefix() public méthode

public GetNamespaceOfPrefix ( string prefix ) : string
prefix string
Résultat string

GetPrefixOfNamespace() public méthode

public GetPrefixOfNamespace ( string namespaceURI ) : string
namespaceURI string
Résultat string

InsertAfter() public méthode

public InsertAfter ( XmlNode newChild, XmlNode refChild ) : XmlNode
newChild System.Xml.XmlNode
refChild System.Xml.XmlNode
Résultat System.Xml.XmlNode

InsertBefore() public méthode

public InsertBefore ( XmlNode newChild, XmlNode refChild ) : XmlNode
newChild System.Xml.XmlNode
refChild System.Xml.XmlNode
Résultat System.Xml.XmlNode

Normalize() public méthode

public Normalize ( ) : void
Résultat void

PrependChild() public méthode

public PrependChild ( XmlNode newChild ) : XmlNode
newChild System.Xml.XmlNode
Résultat System.Xml.XmlNode

RemoveAll() public méthode

public RemoveAll ( ) : void
Résultat void

RemoveChild() public méthode

public RemoveChild ( XmlNode oldChild ) : XmlNode
oldChild System.Xml.XmlNode
Résultat System.Xml.XmlNode

ReplaceChild() public méthode

public ReplaceChild ( XmlNode newChild, XmlNode oldChild ) : XmlNode
newChild System.Xml.XmlNode
oldChild System.Xml.XmlNode
Résultat System.Xml.XmlNode

SerializableNode() public méthode

public SerializableNode ( ) : System
Résultat System

Supports() public méthode

public Supports ( string feature, string version ) : bool
feature string
version string
Résultat bool

WriteContentTo() public méthode

public WriteContentTo ( XmlWriter w ) : void
w System.Xml.XmlWriter
Résultat void

WriteTo() public abstract méthode

public abstract WriteTo ( XmlWriter w ) : void
w System.Xml.XmlWriter
Résultat void

this() public méthode

public this ( string name ) : XmlElement
name string
Résultat System.Xml.XmlElement

this() public méthode

public this ( string localname, string ns ) : XmlElement
localname string
ns string
Résultat System.Xml.XmlElement