Package com.fasterxml.aalto.util


package com.fasterxml.aalto.util
  • Class
    Description
    This is a small utility class, whose main functionality is to allow simple reuse of raw byte/char buffers.
    Simple utility class that normalizes given character input character set names into canonical (within context of this processor) names
     
    Simple implementation of "null iterator", iterator that has nothing to iterate over.
     
     
    This class defines the basic high-level interface for symbol table implementations, especially regarding how they are obtained and reused.
    Simple read-only iterator that iterators over one specific item, passed in as constructor argument.
    Simple utility class used to efficiently accumulate and concatenate text passed in various forms
    Class conceptually similar to StringBuilder, but that allows for bit more efficient building, using segmented internal buffers, and direct access to these buffers.
     
    This class is used for canonicalization of namespace URIs.
    We'll use a bounded map, which should work well for most normal cases, but avoid excesses for degenerate cases (unique URIs used as idenfitiers etc).
     
     
    Simple utility class that encapsulates logic of determining validity of characters outside basic 7-bit range of Unicode, for XML 1.0
    This is a simple container class, mostly used to encapsulate details of character typing out of parser/scanner/writer classes, while still making int arrays auto-generated only if needed (esp.
    Simple constant container interface, shared by input and output sides.
    Simple utility class used for checking validity of xml names.