public interface IXmlParser
| Modifier and Type | Method and Description |
|---|---|
IDocumentNode |
parse(InputStream XmlStream,
String charset)
Parses XML provided as an
InputStream and an encoding. |
IDocumentNode |
parse(String Xml)
Parses XML provided as a
String. |
IDocumentNode parse(InputStream XmlStream, String charset) throws IOException
InputStream and an encoding.XmlStream - the Xml streamcharset - the character set. If null then parser should detect encoding from stream.IOException - Signals that an I/O exception has occurred.IDocumentNode parse(String Xml)
String.Xml - the Xml stringCopyright © 1998–2020 iText Group NV. All rights reserved.