dk.brics.xmlgraph
Class NoContentNode
java.lang.Object
dk.brics.xmlgraph.Node
dk.brics.xmlgraph.NoContentNode
- All Implemented Interfaces:
- Serializable, Cloneable
- Direct Known Subclasses:
- TextNode
public abstract class NoContentNode
- extends Node
Abstract superclass for nodes with no sub-nodes.
- See Also:
- Serialized Form
Constructor Summary |
NoContentNode(Origin origin)
Constructor for node objects with no sub-nodes. |
NoContentNode
public NoContentNode(Origin origin)
- Constructor for node objects with no sub-nodes.
- Parameters:
origin
- source information (null if not applicable)
clone
protected abstract NoContentNode clone()
- Description copied from class:
Node
- Clones this node.
- Specified by:
clone
in class Node
Copyright © 2005-2010 Anders Møller.