Class Characters

All Implemented Interfaces:
Locator

public final class Characters extends CharBufferNode
A run of characters
Version:
$Id$
  • Constructor Details

    • Characters

      public Characters(Locator locator, char[] buf, int start, int length)
      The constructor.
      Parameters:
      locator - the locator
      buf - the buffer
      start - the offset in the buffer
      length - the length
  • Method Details