nu.validator.saxtree
Class IgnorableWhitespace

java.lang.Object
  extended by nu.validator.saxtree.Node
      extended by nu.validator.saxtree.CharBufferNode
          extended by nu.validator.saxtree.IgnorableWhitespace
All Implemented Interfaces:
org.xml.sax.Locator

public final class IgnorableWhitespace
extends CharBufferNode


Field Summary
 
Fields inherited from class nu.validator.saxtree.CharBufferNode
buffer
 
Constructor Summary
IgnorableWhitespace(org.xml.sax.Locator locator, char[] buf, int start, int length)
           
 
Method Summary
 NodeType getNodeType()
           
 
Methods inherited from class nu.validator.saxtree.CharBufferNode
toString
 
Methods inherited from class nu.validator.saxtree.Node
detach, getAttributes, getColumnNumber, getData, getFirstChild, getLineNumber, getLocalName, getName, getNextSibling, getParentNode, getPrefixMappings, getPublicId, getPublicIdentifier, getQName, getSystemId, getSystemIdentifier, getTarget, getUri
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

IgnorableWhitespace

public IgnorableWhitespace(org.xml.sax.Locator locator,
                           char[] buf,
                           int start,
                           int length)
Method Detail

getNodeType

public NodeType getNodeType()
Specified by:
getNodeType in class Node


Copyright © 2011. All Rights Reserved.