Package nu.validator.saxtree
Class SkippedEntity
- java.lang.Object
-
- nu.validator.saxtree.Node
-
- nu.validator.saxtree.SkippedEntity
-
- All Implemented Interfaces:
org.xml.sax.Locator
public final class SkippedEntity extends Node
A skipped entity.- Version:
- $Id$
- Author:
- hsivonen
-
-
Constructor Summary
Constructors Constructor Description SkippedEntity(org.xml.sax.Locator locator, java.lang.String name)
Constructor.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
getName()
Returns the name.NodeType
getNodeType()
Return the node type.-
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
-
-
-
-
Method Detail
-
getNodeType
public NodeType getNodeType()
Description copied from class:Node
Return the node type.- Specified by:
getNodeType
in classNode
- Returns:
- the node type
- See Also:
Node.getNodeType()
-
-