Uses of Class
com.fasterxml.aalto.util.XmlCharTypes
Packages that use XmlCharTypes
Package
Description
Package that contains implementations of asynchronous (non-blocking)
parser.
-
Uses of XmlCharTypes in com.fasterxml.aalto.async
Fields in com.fasterxml.aalto.async declared as XmlCharTypesModifier and TypeFieldDescriptionprotected 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.inFields in com.fasterxml.aalto.in declared as XmlCharTypesModifier and TypeFieldDescriptionprotected final XmlCharTypesStreamScanner._charTypesThis is a simple container object that is used to access the decoding tables for characters.private static XmlCharTypesInputCharTypes.sAsciiCharTypesprivate static final XmlCharTypesReaderScanner.sCharTypesAlthough java chars are basically UTF-16 in memory, the closest match for char types is Latin1.private static XmlCharTypesInputCharTypes.sLatin1CharTypesprivate static final XmlCharTypesInputCharTypes.sUtf8CharTypesMethods in com.fasterxml.aalto.in that return XmlCharTypesModifier and TypeMethodDescriptionstatic final XmlCharTypesInputCharTypes.getAsciiCharTypes()ReaderConfig.getCharTypes()static final XmlCharTypesInputCharTypes.getLatin1CharTypes()static final XmlCharTypesInputCharTypes.getUtf8CharTypes()Methods in com.fasterxml.aalto.in with parameters of type XmlCharTypesModifier and TypeMethodDescriptionprotected final 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.outFields in com.fasterxml.aalto.out declared as XmlCharTypesModifier and TypeFieldDescriptionprotected final XmlCharTypesByteXmlWriter._charTypesValidation tables used for verifying validity (and need for quoting)(package private) final XmlCharTypesCharXmlWriter.mCharTypesValidation tables used for verifying validity (and need for quoting)private static XmlCharTypesOutputCharTypes.sAsciiCharTypesprivate static XmlCharTypesOutputCharTypes.sLatin1CharTypesprivate static final XmlCharTypesOutputCharTypes.sUtf8CharTypesMethods in com.fasterxml.aalto.out that return XmlCharTypesModifier and TypeMethodDescriptionstatic final XmlCharTypesOutputCharTypes.getAsciiCharTypes()static final XmlCharTypesOutputCharTypes.getLatin1CharTypes()static final XmlCharTypesOutputCharTypes.getUtf8CharTypes()Constructors in com.fasterxml.aalto.out with parameters of type XmlCharTypesModifierConstructorDescriptionprotectedByteXmlWriter(WriterConfig cfg, OutputStream out, XmlCharTypes charTypes) SingleByteXmlWriter(WriterConfig cfg, OutputStream out, XmlCharTypes charTypes) -
Uses of XmlCharTypes in test
Fields in test declared as XmlCharTypes