Uses of Class
com.fasterxml.aalto.util.XmlCharTypes
-
Packages that use XmlCharTypes Package Description com.fasterxml.aalto.async Package that contains implementations of asynchronous (non-blocking) parser.com.fasterxml.aalto.in com.fasterxml.aalto.out test -
-
Uses of XmlCharTypes in com.fasterxml.aalto.async
Fields in com.fasterxml.aalto.async declared as XmlCharTypes Modifier and Type Field Description protected XmlCharTypesAsyncByteScanner. _charTypesThis is a simple container object that is used to access the decoding tables for characters. -
Uses of XmlCharTypes in com.fasterxml.aalto.in
Subclasses of XmlCharTypes in com.fasterxml.aalto.in Modifier and Type Class Description classInputCharTypesFields in com.fasterxml.aalto.in declared as XmlCharTypes Modifier and Type Field Description protected XmlCharTypesStreamScanner. _charTypesThis is a simple container object that is used to access the decoding tables for characters.private static XmlCharTypesInputCharTypes. sAsciiCharTypesprivate static XmlCharTypesReaderScanner. sCharTypesAlthough java chars are basically UTF-16 in memory, the closest match for char types is Latin1.private static XmlCharTypesInputCharTypes. sLatin1CharTypesprivate static XmlCharTypesInputCharTypes. sUtf8CharTypesMethods in com.fasterxml.aalto.in that return XmlCharTypes Modifier and Type Method Description static XmlCharTypesInputCharTypes. getAsciiCharTypes()XmlCharTypesReaderConfig. getCharTypes()static XmlCharTypesInputCharTypes. getLatin1CharTypes()static XmlCharTypesInputCharTypes. getUtf8CharTypes()Methods in com.fasterxml.aalto.in with parameters of type XmlCharTypes Modifier and Type Method Description protected PNameByteBasedScanner. addUTFPName(ByteBasedPNameTable symbols, XmlCharTypes charTypes, int hash, int[] quads, int qlen, int lastQuadBytes)Conceptually, this method really does NOT belong here. -
Uses of XmlCharTypes in com.fasterxml.aalto.out
Subclasses of XmlCharTypes in com.fasterxml.aalto.out Modifier and Type Class Description classOutputCharTypesFields in com.fasterxml.aalto.out declared as XmlCharTypes Modifier and Type Field Description protected XmlCharTypesByteXmlWriter. _charTypesValidation tables used for verifying validity (and need for quoting)(package private) XmlCharTypesCharXmlWriter. mCharTypesValidation tables used for verifying validity (and need for quoting)private static XmlCharTypesOutputCharTypes. sAsciiCharTypesprivate static XmlCharTypesOutputCharTypes. sLatin1CharTypesprivate static XmlCharTypesOutputCharTypes. sUtf8CharTypesMethods in com.fasterxml.aalto.out that return XmlCharTypes Modifier and Type Method Description static XmlCharTypesOutputCharTypes. getAsciiCharTypes()static XmlCharTypesOutputCharTypes. getLatin1CharTypes()static XmlCharTypesOutputCharTypes. getUtf8CharTypes()Constructors in com.fasterxml.aalto.out with parameters of type XmlCharTypes Constructor Description ByteXmlWriter(WriterConfig cfg, java.io.OutputStream out, XmlCharTypes charTypes)SingleByteXmlWriter(WriterConfig cfg, java.io.OutputStream out, XmlCharTypes charTypes) -
Uses of XmlCharTypes in test
Fields in test declared as XmlCharTypes Modifier and Type Field Description (package private) XmlCharTypesTestPNamePerf. mCharTypes
-