C# Class Pomona.Documentation.Xml.Serialization.XDocNode

Afficher le fichier Open project: Pomona/Pomona

Méthodes publiques

Méthode Description
Equals ( object obj ) : bool
GetHashCode ( ) : int
ToString ( ) : string

Méthodes protégées

Méthode Description
AddOrReplaceElement ( string name, System.Xml.Linq.XElement addedNode ) : void
GetAttributeOrDefault ( string name ) : string
GetOrAddElement ( string name ) : System.Xml.Linq.XElement
XDocNode ( System.Xml.Linq.XNode node ) : System

Method Details

AddOrReplaceElement() protected méthode

protected AddOrReplaceElement ( string name, System.Xml.Linq.XElement addedNode ) : void
name string
addedNode System.Xml.Linq.XElement
Résultat void

Equals() public méthode

public Equals ( object obj ) : bool
obj object
Résultat bool

GetAttributeOrDefault() protected méthode

protected GetAttributeOrDefault ( string name ) : string
name string
Résultat string

GetHashCode() public méthode

public GetHashCode ( ) : int
Résultat int

GetOrAddElement() protected méthode

protected GetOrAddElement ( string name ) : System.Xml.Linq.XElement
name string
Résultat System.Xml.Linq.XElement

ToString() public méthode

public ToString ( ) : string
Résultat string

XDocNode() protected méthode

protected XDocNode ( System.Xml.Linq.XNode node ) : System
node System.Xml.Linq.XNode
Résultat System