C# 클래스 SobekCM.Resource_Object.GenericXml.Reader.GenericXmlReader

파일 보기 프로젝트 열기: MarkVSullivan/SobekCM-Web-Application 1 사용 예제들

공개 메소드들

메소드 설명
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