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

Exibir arquivo Open project: Pomona/Pomona

Public Methods

Method Description
Equals ( object obj ) : bool
GetHashCode ( ) : int
ToString ( ) : string

Protected Methods

Method 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 method

protected AddOrReplaceElement ( string name, System.Xml.Linq.XElement addedNode ) : void
name string
addedNode System.Xml.Linq.XElement
return void

Equals() public method

public Equals ( object obj ) : bool
obj object
return bool

GetAttributeOrDefault() protected method

protected GetAttributeOrDefault ( string name ) : string
name string
return string

GetHashCode() public method

public GetHashCode ( ) : int
return int

GetOrAddElement() protected method

protected GetOrAddElement ( string name ) : System.Xml.Linq.XElement
name string
return System.Xml.Linq.XElement

ToString() public method

public ToString ( ) : string
return string

XDocNode() protected method

protected XDocNode ( System.Xml.Linq.XNode node ) : System
node System.Xml.Linq.XNode
return System