Class CharBufferNode

java.lang.Object
nu.validator.saxtree.Node
nu.validator.saxtree.CharBufferNode
All Implemented Interfaces:
Locator
Direct Known Subclasses:
Characters, Comment, IgnorableWhitespace

public abstract class CharBufferNode extends Node
A common superclass for character buffer node classes.
Version:
$Id$
  • Field Details

    • buffer

      protected final char[] buffer
      The buffer.
  • Constructor Details

    • CharBufferNode

      CharBufferNode(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