C# Class BExIS.Xml.Helpers.XmlWriter

Show file Open project: BEXIS2/Core

Protected Properties

Property Type Description
_mode XmlNodeMode
_tempXDoc System.Xml.Linq.XDocument

Public Methods

Method Description
ToXDocument ( XmlDocument xmlDocument ) : System.Xml.Linq.XDocument

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

Protected Methods

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

protected CreateXElement ( string name, System.Xml.XmlNodeType type ) : System.Xml.Linq.XElement
name string
type System.Xml.XmlNodeType
return System.Xml.Linq.XElement

Exist() protected method

protected Exist ( string xpath ) : bool
xpath string
return bool

Exist() protected method

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

Exist() protected method

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

Exist() protected method

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

Exist() protected method

protected Exist ( string name, long id ) : bool
name string
id long
return bool

Get() protected method

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

Get() protected method

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

Get() protected method

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

Get() protected method

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

Get() protected method

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

GetChildren() protected method

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

ToXDocument() public static method

public static ToXDocument ( XmlDocument xmlDocument ) : System.Xml.Linq.XDocument
xmlDocument System.Xml.XmlDocument
return System.Xml.Linq.XDocument

ToXmlDocument() public static method

public static ToXmlDocument ( System.Xml.Linq.XDocument xDocument ) : XmlDocument
xDocument System.Xml.Linq.XDocument
return System.Xml.XmlDocument

Property Details

_mode protected property

protected XmlNodeMode _mode
return XmlNodeMode

_tempXDoc protected property

protected XDocument,System.Xml.Linq _tempXDoc
return System.Xml.Linq.XDocument