C# Class iTextSharp.text.xml.XMLUtil

ファイルを表示 Open project: mapo80/iTextSharp-Monotouch

Public Methods

Method Description
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

Method Details

EscapeXML() public static method

public static EscapeXML ( String s, bool onlyASCII ) : String
s String
onlyASCII bool
return String

FindInArray() public static method

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

GetEncodingName() public static method

public static GetEncodingName ( byte b4 ) : String
b4 byte
return String

IsValidCharacterValue() public static method

public static IsValidCharacterValue ( String s ) : bool
s String
return bool

IsValidCharacterValue() public static method

public static IsValidCharacterValue ( int c ) : bool
c int
return bool

Unescape() public static method

public static Unescape ( String s ) : int
s String
return int

UnescapeXML() public static method

public static UnescapeXML ( String s ) : String
s String
return String