C# Class SobekCM.Resource_Object.Metadata_Modules.EAD.Container_Info

Exibir arquivo Open project: MarkVSullivan/SobekCM-Web-Application Class Usage Examples

Public Methods

Method Description
Container_Info ( ) : System

Constructor for a new instance of the Container_Info class

Read ( XmlTextReader Reader ) : void

Reads the information about this container in the container list from the EAD XML Reader

recursively_add_container_information ( StringBuilder Builder ) : void

Recursively adds the child component's information to the StringBuilder, in HTML format

Method Details

Container_Info() public method

Constructor for a new instance of the Container_Info class
public Container_Info ( ) : System
return System

Read() public method

Reads the information about this container in the container list from the EAD XML Reader
public Read ( XmlTextReader Reader ) : void
Reader System.Xml.XmlTextReader EAD XML Text Reader
return void

recursively_add_container_information() public method

Recursively adds the child component's information to the StringBuilder, in HTML format
public recursively_add_container_information ( StringBuilder Builder ) : void
Builder StringBuilder Builder of all the HTML-formatted componenet information for this component
return void