C# Class Nxdb.Dom.DomAttribute

Inheritance: System.Xml.XmlAttribute, IDomNode
Afficher le fichier Open project: daveaglick/Nxdb

Private Properties

Свойство Type Description
DomAttribute System

Méthodes publiques

Méthode Description
AppendChild ( XmlNode newChild ) : XmlNode
CreateNavigator ( ) : XPathNavigator
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
ReplaceChild ( XmlNode newChild, XmlNode oldChild ) : XmlNode
Supports ( string feature, string version ) : bool
WriteContentTo ( XmlWriter w ) : void
WriteTo ( XmlWriter w ) : void
this ( string name ) : XmlElement
this ( string localname, string ns ) : XmlElement

Méthodes protégées

Méthode Description
DomAttribute ( string prefix, string localName, string namespaceUri, XmlDocument document ) : System

Private Methods

Méthode Description
DomAttribute ( Node node ) : System

Method Details

AppendChild() public méthode

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

CreateNavigator() public méthode

public CreateNavigator ( ) : XPathNavigator
Résultat System.Xml.XPath.XPathNavigator

DomAttribute() protected méthode

protected DomAttribute ( string prefix, string localName, string namespaceUri, XmlDocument document ) : System
prefix string
localName string
namespaceUri string
document System.Xml.XmlDocument
Résultat System

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

ReplaceChild() public méthode

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

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

public 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