C# 클래스 iTextSharp.text.xml.XMLUtil

파일 보기 프로젝트 열기: mapo80/iTextSharp-Monotouch

공개 메소드들

메소드 설명
EscapeXML ( String s, bool onlyASCII ) : String
FindInArray ( char needle, char haystack, int start ) : int
GetEncodingName ( byte b4 ) : String
IsValidCharacterValue ( String s ) : bool
IsValidCharacterValue ( int c ) : bool
Unescape ( String s ) : int
UnescapeXML ( String s ) : String

메소드 상세

EscapeXML() 공개 정적인 메소드

public static EscapeXML ( String s, bool onlyASCII ) : String
s String
onlyASCII bool
리턴 String

FindInArray() 공개 정적인 메소드

public static FindInArray ( char needle, char haystack, int start ) : int
needle char
haystack char
start int
리턴 int

GetEncodingName() 공개 정적인 메소드

public static GetEncodingName ( byte b4 ) : String
b4 byte
리턴 String

IsValidCharacterValue() 공개 정적인 메소드

public static IsValidCharacterValue ( String s ) : bool
s String
리턴 bool

IsValidCharacterValue() 공개 정적인 메소드

public static IsValidCharacterValue ( int c ) : bool
c int
리턴 bool

Unescape() 공개 정적인 메소드

public static Unescape ( String s ) : int
s String
리턴 int

UnescapeXML() 공개 정적인 메소드

public static UnescapeXML ( String s ) : String
s String
리턴 String