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 |
|---|---|
|
|
( |
|
|
( |
|
|
( |
|
|
( |
|
|
( |
|
|
( |
Details
Methods
EscapeXML
Source code
public static string EscapeXML(string s, bool onlyASCII)
Arguments
|
Type |
Name |
Description |
|---|---|---|
|
|
s |
|
|
|
onlyASCII |
UnescapeXML
Source code
public static string UnescapeXML(string s)
Arguments
|
Type |
Name |
Description |
|---|---|---|
|
|
s |
Unescape
Source code
public static int Unescape(string s)
Arguments
|
Type |
Name |
Description |
|---|---|---|
|
|
s |
IsValidCharacterValue [1/2]
Source code
public static bool IsValidCharacterValue(string s)
Arguments
|
Type |
Name |
Description |
|---|---|---|
|
|
s |
IsValidCharacterValue [2/2]
Source code
public static bool IsValidCharacterValue(int c)
Arguments
|
Type |
Name |
Description |
|---|---|---|
|
|
c |
FindInArray
Source code
public static int FindInArray(char needle, char[] haystack, int start)
Arguments
|
Type |
Name |
Description |
|---|---|---|
|
|
needle |
|
|
|
haystack |
|
|
|
start |
GetEncodingName
Source code
public static string GetEncodingName(byte[] b4)
Arguments
|
Type |
Name |
Description |
|---|---|---|
|
|
b4 |
Generated with ModularDoc