Uses of Class
com.fasterxml.aalto.util.XmlCharTypes

Packages that use XmlCharTypes
com.fasterxml.aalto.in   
com.fasterxml.aalto.out   
 

Uses of XmlCharTypes in com.fasterxml.aalto.in
 

Subclasses of XmlCharTypes in com.fasterxml.aalto.in
 class InputCharTypes
           
 

Fields in com.fasterxml.aalto.in declared as XmlCharTypes
protected  XmlCharTypes ByteBasedScanner._charTypes
          This is a simple container object that is used to access the decoding tables for characters.
 

Methods in com.fasterxml.aalto.in that return XmlCharTypes
static XmlCharTypes InputCharTypes.getAsciiCharTypes()
           
 XmlCharTypes ReaderConfig.getCharTypes()
           
static XmlCharTypes InputCharTypes.getLatin1CharTypes()
           
static XmlCharTypes InputCharTypes.getUtf8CharTypes()
           
 

Methods in com.fasterxml.aalto.in with parameters of type XmlCharTypes
protected  PName ByteBasedScanner.addUtfPName(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
 class OutputCharTypes
           
 

Fields in com.fasterxml.aalto.out declared as XmlCharTypes
protected  XmlCharTypes ByteXmlWriter.mCharTypes
          Validation tables used for verifying validity (and need for quoting)
 

Methods in com.fasterxml.aalto.out that return XmlCharTypes
static XmlCharTypes OutputCharTypes.getAsciiCharTypes()
           
static XmlCharTypes OutputCharTypes.getLatin1CharTypes()
           
static XmlCharTypes OutputCharTypes.getUtf8CharTypes()
           
 

Constructors in com.fasterxml.aalto.out with parameters of type XmlCharTypes
ByteXmlWriter(WriterConfig cfg, OutputStream out, XmlCharTypes charTypes)
           
SingleByteXmlWriter(WriterConfig cfg, OutputStream out, XmlCharTypes charTypes)
           
 



Copyright © 2011 Fasterxml.com. All Rights Reserved.