Java com.itextpdf.tool.xml.parser XMLParser fields, constructors, methods, implement or subclass

Example usage for Java com.itextpdf.tool.xml.parser XMLParser fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for com.itextpdf.tool.xml.parser XMLParser.

The text is from its open source code.

Constructor

XMLParser(final XMLParserListener listener)
Constructs a new Parser with HTML parsing set to true and the default jvm charset.
XMLParser(final boolean isHtml, final XMLParserListener listener, final Charset charset)
Construct a XMLParser with the given XMLParserConfig.

Method

voidparse(final InputStream in)
Parse an InputStream with default encoding set
voidparse(final Reader reader)
Parse an Reader
voidparse(final InputStream in, final boolean detectEncoding)
Parse an InputStream that optionally detects encoding from the stream
voidparse(final InputStream in, final Charset charSet)
Parses an InputStream using the given encoding