C# Class iTextSharp.text.xml.XMLUtil

Afficher le fichier Open project: mapo80/iTextSharp-Monotouch

Méthodes publiques

Méthode 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 méthode

public static EscapeXML ( String s, bool onlyASCII ) : String
s String
onlyASCII bool
Résultat String

FindInArray() public static méthode

public static FindInArray ( char needle, char haystack, int start ) : int
needle char
haystack char
start int
Résultat int

GetEncodingName() public static méthode

public static GetEncodingName ( byte b4 ) : String
b4 byte
Résultat String

IsValidCharacterValue() public static méthode

public static IsValidCharacterValue ( String s ) : bool
s String
Résultat bool

IsValidCharacterValue() public static méthode

public static IsValidCharacterValue ( int c ) : bool
c int
Résultat bool

Unescape() public static méthode

public static Unescape ( String s ) : int
s String
Résultat int

UnescapeXML() public static méthode

public static UnescapeXML ( String s ) : String
s String
Résultat String