nu.validator.saxtree
Class SkippedEntity

java.lang.Object
  extended by nu.validator.saxtree.Node
      extended by nu.validator.saxtree.SkippedEntity
All Implemented Interfaces:
Locator

public final class SkippedEntity
extends Node


Field Summary
private  String name
           
 
Constructor Summary
SkippedEntity(Locator locator, String name)
           
 
Method Summary
 String getName()
          Returns the name.
 NodeType getNodeType()
           
(package private)  void visit(TreeParser treeParser)
           
 
Methods inherited from class nu.validator.saxtree.Node
detach, getAttributes, getColumnNumber, getData, getFirstChild, getLineNumber, getLocalName, getNextSibling, getParentNode, getPrefixMappings, getPublicId, getPublicIdentifier, getQName, getSystemId, getSystemIdentifier, getTarget, getUri, revisit, setNextSibling, setParentNode
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

name

private final String name
Constructor Detail

SkippedEntity

public SkippedEntity(Locator locator,
                     String name)
Method Detail

visit

void visit(TreeParser treeParser)
     throws SAXException
Specified by:
visit in class Node
Throws:
SAXException

getNodeType

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

getName

public String getName()
Returns the name.

Overrides:
getName in class Node
Returns:
the name