Method | Description | |
---|---|---|
GetExistingPaths ( string XmlFile ) : List |
||
GetMappedValues ( string XmlFile, string MappingFile ) : List |
||
GetValues ( string XmlFile, string MappingFile ) : List |
||
ProcessFile ( string XmlFile, string MappingFile ) : |
||
cleaned_xml_string_from_file ( string XmlFile, |
Read the full contents of the XML file, removing any display-only tags from the content
|
Method | Description | |
---|---|---|
recursive_get_existing_paths ( XmlReader readerXml, Stack |
||
recursive_get_mapped_values ( XmlReader readerXml, Stack |
||
recursive_get_values ( XmlReader readerXml, Stack |
||
recursive_process_file ( XmlReader readerXml, Stack |
public GetExistingPaths ( string XmlFile ) : List |
||
XmlFile | string | |
return | List |
public GetMappedValues ( string XmlFile, string MappingFile ) : List |
||
XmlFile | string | |
MappingFile | string | |
return | List |
public GetValues ( string XmlFile, string MappingFile ) : List |
||
XmlFile | string | |
MappingFile | string | |
return | List |
public ProcessFile ( string XmlFile, string MappingFile ) : |
||
XmlFile | string | |
MappingFile | string | |
return |
public cleaned_xml_string_from_file ( string XmlFile, |
||
XmlFile | string | |
mappingSet | ||
return | string |