Class IgnorableWhitespace

All Implemented Interfaces:
Locator

public final class IgnorableWhitespace extends CharBufferNode
A run ignorable whitespace.
Version:
$Id$
Author:
hsivonen
  • Constructor Details

    • IgnorableWhitespace

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