Class ByteWName

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

public final class ByteWName extends WName
This class is used to represent all names that are to be serialized to byte streams, independent of specific encoding used (they will be stored on per-encoding symbol tables however).
  • Field Details

    • _bytes

      final byte[] _bytes
  • Constructor Details

    • ByteWName

      protected ByteWName(String ln, byte[] bytes)
    • ByteWName

      protected ByteWName(String prefix, String ln, byte[] bytes)
  • Method Details