C# Class SobekCM.Resource_Object.GenericXml.Reader.GenericXmlReader

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

Public Methods

Method Description
GetExistingPaths ( string XmlFile ) : List
GetMappedValues ( string XmlFile, string MappingFile ) : List
GetValues ( string XmlFile, string MappingFile ) : List
ProcessFile ( string XmlFile, string MappingFile ) : GenericXmlReaderResults
cleaned_xml_string_from_file ( string XmlFile, GenericXmlMappingSet mappingSet ) : string

Read the full contents of the XML file, removing any display-only tags from the content

Private Methods

Method Description
recursive_get_existing_paths ( XmlReader readerXml, Stack currentStack, string>.Dictionary pathExistenceCheck, List returnValue ) : void
recursive_get_mapped_values ( XmlReader readerXml, Stack currentStack, List returnValue, GenericXmlMappingSet MappingSet ) : void
recursive_get_values ( XmlReader readerXml, Stack currentStack, List returnValue ) : void
recursive_process_file ( XmlReader readerXml, Stack currentStack, GenericXmlMappingSet set, GenericXmlReaderResults returnValue ) : void

Method Details

GetExistingPaths() public method

public GetExistingPaths ( string XmlFile ) : List
XmlFile string
return List

GetMappedValues() public method

public GetMappedValues ( string XmlFile, string MappingFile ) : List
XmlFile string
MappingFile string
return List

GetValues() public method

public GetValues ( string XmlFile, string MappingFile ) : List
XmlFile string
MappingFile string
return List

ProcessFile() public method

public ProcessFile ( string XmlFile, string MappingFile ) : GenericXmlReaderResults
XmlFile string
MappingFile string
return SobekCM.Resource_Object.GenericXml.Results.GenericXmlReaderResults

cleaned_xml_string_from_file() public method

Read the full contents of the XML file, removing any display-only tags from the content
public cleaned_xml_string_from_file ( string XmlFile, GenericXmlMappingSet mappingSet ) : string
XmlFile string
mappingSet SobekCM.Resource_Object.GenericXml.Mapping.GenericXmlMappingSet
return string