C# Class BExIS.Xml.Models.Mapping.XmlMappingHeader

ファイルを表示 Open project: BEXIS2/Core Class Usage Examples

Public Methods

Method Description
AddToAttributes ( XmlNode xmlNode ) : void
AddToAttributes ( string name, string value ) : void
AddToDestination ( string xpath, string prefix = "", string parentSequence = "" ) : void
AddToPackages ( XmlNode xmlNode ) : void
AddToPackages ( string abbr, string url ) : void
AddToSchemas ( XmlNode xmlNode ) : void
AddToSchemas ( string abbr, string url ) : void
XmlMappingHeader ( ) : System

Method Details

AddToAttributes() public method

public AddToAttributes ( XmlNode xmlNode ) : void
xmlNode System.Xml.XmlNode
return void

AddToAttributes() public method

public AddToAttributes ( string name, string value ) : void
name string
value string
return void

AddToDestination() public method

public AddToDestination ( string xpath, string prefix = "", string parentSequence = "" ) : void
xpath string
prefix string
parentSequence string
return void

AddToPackages() public method

public AddToPackages ( XmlNode xmlNode ) : void
xmlNode System.Xml.XmlNode
return void

AddToPackages() public method

public AddToPackages ( string abbr, string url ) : void
abbr string
url string
return void

AddToSchemas() public method

public AddToSchemas ( XmlNode xmlNode ) : void
xmlNode System.Xml.XmlNode
return void

AddToSchemas() public method

public AddToSchemas ( string abbr, string url ) : void
abbr string
url string
return void

XmlMappingHeader() public method

public XmlMappingHeader ( ) : System
return System