C# Class BExIS.Xml.Helpers.XmlWriter

Afficher le fichier Open project: BEXIS2/Core

Protected Properties

Свойство Type Description
_mode XmlNodeMode
_tempXDoc System.Xml.Linq.XDocument

Méthodes publiques

Méthode Description
ToXDocument ( XmlDocument xmlDocument ) : System.Xml.Linq.XDocument

ToXmlDocument ( System.Xml.Linq.XDocument xDocument ) : XmlDocument

Méthodes protégées

Méthode Description
CreateXElement ( string name, System.Xml.XmlNodeType type ) : System.Xml.Linq.XElement

Exist ( string xpath ) : bool

Exist ( string name, System.Xml.Linq.XElement source ) : bool

Exist ( string name, int number, System.Xml.Linq.XElement source ) : bool

Exist ( string name, int number, long id ) : bool

Exist ( string name, long id ) : bool

Get ( string xpath ) : System.Xml.Linq.XElement

Get ( string name, System.Xml.Linq.XElement source ) : System.Xml.Linq.XElement

Get ( string name, int number, System.Xml.Linq.XElement source ) : System.Xml.Linq.XElement

Get ( string name, int number, long id ) : System.Xml.Linq.XElement

Get ( string name, long id ) : System.Xml.Linq.XElement

GetChildren ( string name, System.Xml.Linq.XElement source ) : List

Method Details

CreateXElement() protected méthode

protected CreateXElement ( string name, System.Xml.XmlNodeType type ) : System.Xml.Linq.XElement
name string
type System.Xml.XmlNodeType
Résultat System.Xml.Linq.XElement

Exist() protected méthode

protected Exist ( string xpath ) : bool
xpath string
Résultat bool

Exist() protected méthode

protected Exist ( string name, System.Xml.Linq.XElement source ) : bool
name string
source System.Xml.Linq.XElement
Résultat bool

Exist() protected méthode

protected Exist ( string name, int number, System.Xml.Linq.XElement source ) : bool
name string
number int
source System.Xml.Linq.XElement
Résultat bool

Exist() protected méthode

protected Exist ( string name, int number, long id ) : bool
name string
number int
id long
Résultat bool

Exist() protected méthode

protected Exist ( string name, long id ) : bool
name string
id long
Résultat bool

Get() protected méthode

protected Get ( string xpath ) : System.Xml.Linq.XElement
xpath string
Résultat System.Xml.Linq.XElement

Get() protected méthode

protected Get ( string name, System.Xml.Linq.XElement source ) : System.Xml.Linq.XElement
name string
source System.Xml.Linq.XElement
Résultat System.Xml.Linq.XElement

Get() protected méthode

protected Get ( string name, int number, System.Xml.Linq.XElement source ) : System.Xml.Linq.XElement
name string
number int
source System.Xml.Linq.XElement
Résultat System.Xml.Linq.XElement

Get() protected méthode

protected Get ( string name, int number, long id ) : System.Xml.Linq.XElement
name string
number int
id long
Résultat System.Xml.Linq.XElement

Get() protected méthode

protected Get ( string name, long id ) : System.Xml.Linq.XElement
name string
id long
Résultat System.Xml.Linq.XElement

GetChildren() protected méthode

protected GetChildren ( string name, System.Xml.Linq.XElement source ) : List
name string
source System.Xml.Linq.XElement
Résultat List

ToXDocument() public static méthode

public static ToXDocument ( XmlDocument xmlDocument ) : System.Xml.Linq.XDocument
xmlDocument System.Xml.XmlDocument
Résultat System.Xml.Linq.XDocument

ToXmlDocument() public static méthode

public static ToXmlDocument ( System.Xml.Linq.XDocument xDocument ) : XmlDocument
xDocument System.Xml.Linq.XDocument
Résultat System.Xml.XmlDocument

Property Details

_mode protected_oe property

protected XmlNodeMode _mode
Résultat XmlNodeMode

_tempXDoc protected_oe property

protected XDocument,System.Xml.Linq _tempXDoc
Résultat System.Xml.Linq.XDocument