Class CharWName

java.lang.Object
com.fasterxml.aalto.out.WName
com.fasterxml.aalto.out.CharWName

final class CharWName extends WName
This class is similar to PName, in that it implements an efficient representation of prefixed names, but one used on output (Writer) side.

Note: unlike with Reader-side prefixed names, here we can not assume that components are intern()ed.

  • Field Details

    • _chars

      final char[] _chars
  • Constructor Details

    • CharWName

      public CharWName(String localName)
    • CharWName

      public CharWName(String prefix, String localName)
  • Method Details