C# 클래스 PHPAnalysis.Parsing.XmlHelper

파일 보기 프로젝트 열기: jtvn/Eir-CTLLTL

공개 메소드들

메소드 설명
ContainsIllegalCharacters ( string toCheck ) : bool
ReplaceIllegalXmlCharacters ( string inputString ) : string

Method to replace Illegal XML characters, such that we can actually parse the files and analyse them!

메소드 상세

ContainsIllegalCharacters() 공개 정적인 메소드

public static ContainsIllegalCharacters ( string toCheck ) : bool
toCheck string
리턴 bool

ReplaceIllegalXmlCharacters() 공개 정적인 메소드

Method to replace Illegal XML characters, such that we can actually parse the files and analyse them!
public static ReplaceIllegalXmlCharacters ( string inputString ) : string
inputString string XML string with illegal characters
리턴 string