org.basex.query.up
Class NamePool
java.lang.Object
org.basex.query.up.NamePool
public final class NamePool
- extends Object
This class serves as a container for updated names.
- Author:
- Workgroup DBIS, University of Konstanz 2005-10, ISC License, Christian Gruen
Method Summary |
void |
add(QNm name,
Type type)
Adds an entry to the pool. |
void |
remove(Nod nod)
Removes an entry from the pool. |
NamePool
public NamePool()
add
public void add(QNm name,
Type type)
- Adds an entry to the pool.
- Parameters:
name
- nametype
- node type
remove
public void remove(Nod nod)
- Removes an entry from the pool.
- Parameters:
nod
- node