C# Класс SobekCM.Resource_Object.GenericXml.Reader.GenericXmlReader

Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
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

Приватные методы

Метод Описание
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

Описание методов

GetExistingPaths() публичный Метод

public GetExistingPaths ( string XmlFile ) : List
XmlFile string
Результат List

GetMappedValues() публичный Метод

public GetMappedValues ( string XmlFile, string MappingFile ) : List
XmlFile string
MappingFile string
Результат List

GetValues() публичный Метод

public GetValues ( string XmlFile, string MappingFile ) : List
XmlFile string
MappingFile string
Результат List

ProcessFile() публичный Метод

public ProcessFile ( string XmlFile, string MappingFile ) : GenericXmlReaderResults
XmlFile string
MappingFile string
Результат SobekCM.Resource_Object.GenericXml.Results.GenericXmlReaderResults

cleaned_xml_string_from_file() публичный Метод

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
Результат string