Class Comment

All Implemented Interfaces:
Locator

public final class Comment extends CharBufferNode
A comment.
Version:
$Id$
Author:
hsivonen
  • Constructor Details

    • Comment

      public Comment(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