SimpleXMLParser Public class
Diagram
flowchart LR classDef interfaceStyle stroke-dasharray: 5 5; classDef abstractStyle stroke-width:4px subgraph iTextSharp.text.xml.simpleparser iTextSharp.text.xml.simpleparser.SimpleXMLParser[[SimpleXMLParser]] end
Members
Methods
Public Static methods
Details
Methods
Parse [1/3]
Source code
public static void Parse(ISimpleXMLDocHandler doc, ISimpleXMLDocHandlerComment comment, TextReader r, bool html)
Arguments
|
Type |
Name |
Description |
|---|---|---|
|
|
doc |
|
|
|
comment |
|
|
|
r |
|
|
|
html |
Parse [2/3]
Source code
public static void Parse(ISimpleXMLDocHandler doc, Stream inp)
Arguments
|
Type |
Name |
Description |
|---|---|---|
|
|
doc |
|
|
|
inp |
Parse [3/3]
Source code
public static void Parse(ISimpleXMLDocHandler doc, TextReader r)
Arguments
|
Type |
Name |
Description |
|---|---|---|
|
|
doc |
|
|
|
r |
EscapeXML
Source code
public static string EscapeXML(string s, bool onlyASCII)
Arguments
|
Type |
Name |
Description |
|---|---|---|
|
|
s |
|
|
|
onlyASCII |
Generated with ModularDoc