C# Class EppLib.Entities.EppExtension

Show file Open project: CodeMakerInc/EppLib.NET

Public Methods

Method Description
ToXml ( XmlDocument doc ) : XmlNode

Protected Methods

Method Description
AddXmlElement ( XmlDocument doc, XmlElement containingElement, String tagName, String value ) : XmlElement
AddXmlElement ( XmlDocument doc, XmlElement containingElement, String tagName, String value, string namespaceUri ) : XmlElement
CreateElement ( XmlDocument doc, string qualifiedName ) : XmlElement

Private Methods

Method Description
CreateElement ( XmlDocument doc, string qualifiedName, string namespaceURI ) : XmlElement

Method Details

AddXmlElement() protected method

protected AddXmlElement ( XmlDocument doc, XmlElement containingElement, String tagName, String value ) : XmlElement
doc System.Xml.XmlDocument
containingElement System.Xml.XmlElement
tagName String
value String
return System.Xml.XmlElement

AddXmlElement() protected method

protected AddXmlElement ( XmlDocument doc, XmlElement containingElement, String tagName, String value, string namespaceUri ) : XmlElement
doc System.Xml.XmlDocument
containingElement System.Xml.XmlElement
tagName String
value String
namespaceUri string
return System.Xml.XmlElement

CreateElement() protected method

protected CreateElement ( XmlDocument doc, string qualifiedName ) : XmlElement
doc System.Xml.XmlDocument
qualifiedName string
return System.Xml.XmlElement

ToXml() public abstract method

public abstract ToXml ( XmlDocument doc ) : XmlNode
doc System.Xml.XmlDocument
return System.Xml.XmlNode