Свойство | Type | Description | |
---|---|---|---|
_mode | XmlNodeMode | ||
_tempXDoc | System.Xml.Linq.XDocument |
Méthode | Description | |
---|---|---|
ToXDocument ( |
|
|
ToXmlDocument ( System.Xml.Linq.XDocument xDocument ) : |
|
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 |
|
protected CreateXElement ( string name, System.Xml.XmlNodeType type ) : System.Xml.Linq.XElement | ||
name | string | |
type | System.Xml.XmlNodeType | |
Résultat | System.Xml.Linq.XElement |
protected Exist ( string name, System.Xml.Linq.XElement source ) : bool | ||
name | string | |
source | System.Xml.Linq.XElement | |
Résultat | bool |
protected Exist ( string name, int number, System.Xml.Linq.XElement source ) : bool | ||
name | string | |
number | int | |
source | System.Xml.Linq.XElement | |
Résultat | bool |
protected Exist ( string name, int number, long id ) : bool | ||
name | string | |
number | int | |
id | long | |
Résultat | bool |
protected Exist ( string name, long id ) : bool | ||
name | string | |
id | long | |
Résultat | bool |
protected Get ( string xpath ) : System.Xml.Linq.XElement | ||
xpath | string | |
Résultat | System.Xml.Linq.XElement |
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 |
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 |
protected Get ( string name, int number, long id ) : System.Xml.Linq.XElement | ||
name | string | |
number | int | |
id | long | |
Résultat | System.Xml.Linq.XElement |
protected Get ( string name, long id ) : System.Xml.Linq.XElement | ||
name | string | |
id | long | |
Résultat | System.Xml.Linq.XElement |
protected GetChildren ( string name, System.Xml.Linq.XElement source ) : List |
||
name | string | |
source | System.Xml.Linq.XElement | |
Résultat | List |
public static ToXDocument ( |
||
xmlDocument | ||
Résultat | System.Xml.Linq.XDocument |
public static ToXmlDocument ( System.Xml.Linq.XDocument xDocument ) : |
||
xDocument | System.Xml.Linq.XDocument | |
Résultat |