nu.validator.saxtree
Class SkippedEntity
java.lang.Object
nu.validator.saxtree.Node
nu.validator.saxtree.SkippedEntity
- All Implemented Interfaces:
- Locator
public final class SkippedEntity
- extends Node
A skipped entity.
- Version:
- $Id$
- Author:
- hsivonen
| Methods inherited from class nu.validator.saxtree.Node |
detach, getAttributes, getColumnNumber, getData, getFirstChild, getLineNumber, getLocalName, getNextSibling, getParentNode, getPrefixMappings, getPreviousSibling, getPublicId, getPublicIdentifier, getQName, getSystemId, getSystemIdentifier, getTarget, getUri |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SkippedEntity
public SkippedEntity(Locator locator,
String name)
- Constructor.
- Parameters:
locator - the locatorname - the name
getNodeType
public NodeType getNodeType()
- Description copied from class:
Node
- Return the node type.
- Specified by:
getNodeType in class Node
- Returns:
- the node type
- See Also:
Node.getNodeType()
getName
public String getName()
- Returns the name.
- Overrides:
getName in class Node
- Returns:
- the name
Copyright © 2012. All Rights Reserved.