Uses of Class
org.apache.batik.util.io.NormalizingReader
-
Packages that use NormalizingReader Package Description org.apache.batik.css.parser Provides a CSS parser conform to the SAC API.org.apache.batik.parser Provides a set of parsers and objects to manipulate SVG attributes.org.apache.batik.util.io org.apache.batik.xml -
-
Uses of NormalizingReader in org.apache.batik.css.parser
Fields in org.apache.batik.css.parser declared as NormalizingReader Modifier and Type Field Description protected NormalizingReaderScanner. readerThe reader. -
Uses of NormalizingReader in org.apache.batik.parser
Fields in org.apache.batik.parser declared as NormalizingReader Modifier and Type Field Description protected NormalizingReaderAbstractParser. readerThe normalizing reader.protected NormalizingReaderAbstractScanner. readerThe reader. -
Uses of NormalizingReader in org.apache.batik.util.io
Subclasses of NormalizingReader in org.apache.batik.util.io Modifier and Type Class Description classStreamNormalizingReaderThis class represents a NormalizingReader which handles streams of bytes.classStringNormalizingReaderThis class represents a NormalizingReader which handles Strings. -
Uses of NormalizingReader in org.apache.batik.xml
Subclasses of NormalizingReader in org.apache.batik.xml Modifier and Type Class Description classXMLStreamNormalizingReaderThis class represents a normalizing reader with encoding detection management.Fields in org.apache.batik.xml declared as NormalizingReader Modifier and Type Field Description protected NormalizingReaderXMLScanner. readerThe reader.
-