|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.basex.query.up.NamePool
public final class NamePool
This class serves as a container for updated names.
Field Summary | |
---|---|
int |
size
Number of entries. |
Constructor Summary | |
---|---|
NamePool()
|
Method Summary | |
---|---|
void |
add(QNm name,
Type type)
Adds an entry to the pool and increases its number of occurrence. |
void |
remove(ANode node)
Adds an entry to the pool and decreases its number of occurrence. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public int size
Constructor Detail |
---|
public NamePool()
Method Detail |
---|
public void add(QNm name, Type type)
name
- nametype
- node typepublic void remove(ANode node)
node
- node
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |