iText 5

XMLUtil

XMLUtil Public class

Diagram

flowchart LR classDef interfaceStyle stroke-dasharray: 5 5; classDef abstractStyle stroke-width:4px subgraph iTextSharp.text.xml iTextSharp.text.xml.XMLUtil[[XMLUtil]] end

Members

Methods

Public Static methods

Returns

Name

string

EscapeXML

(string s, bool onlyASCII)

int

FindInArray

(char needle, char``[] haystack, int start)

string

GetEncodingName

(byte``[] b4)

bool

IsValidCharacterValue

(...)

int

Unescape

(string s)

string

UnescapeXML

(string s)

Details

Methods

EscapeXML

Source code

public static string EscapeXML(string s, bool onlyASCII)

Arguments

Type

Name

Description

string

s

bool

onlyASCII

UnescapeXML

Source code

public static string UnescapeXML(string s)

Arguments

Type

Name

Description

string

s

Unescape

Source code

public static int Unescape(string s)

Arguments

Type

Name

Description

string

s

IsValidCharacterValue [1/2]

Source code

public static bool IsValidCharacterValue(string s)

Arguments

Type

Name

Description

string

s

IsValidCharacterValue [2/2]

Source code

public static bool IsValidCharacterValue(int c)

Arguments

Type

Name

Description

int

c

FindInArray

Source code

public static int FindInArray(char needle, char[] haystack, int start)

Arguments

Type

Name

Description

char

needle

char``[]

haystack

int

start

GetEncodingName

Source code

public static string GetEncodingName(byte[] b4)

Arguments

Type

Name

Description

byte``[]

b4

Generated with ModularDoc