|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.xbis.DefaultQName
org.xbis.DefaultNameMap.LinkedQName
Linkable form of name information. This extension of the basic name information is used to construct a singly-linked list of names.
Constructor Summary | |
protected |
DefaultNameMap.LinkedQName(java.lang.String local,
java.lang.Object ns,
int handle)
Constructor. |
Method Summary | |
protected int |
getHandle()
Get handle assigned to name. |
protected DefaultNameMap.LinkedQName |
getNext()
Get next in list. |
protected void |
setNext(DefaultNameMap.LinkedQName next)
Set next in list. |
Methods inherited from class org.xbis.DefaultQName |
getLocalName, getNamespace |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
protected DefaultNameMap.LinkedQName(java.lang.String local, java.lang.Object ns, int handle)
local
- local namens
- namespace for namehandle
- handle assigned to nameMethod Detail |
protected DefaultNameMap.LinkedQName getNext()
null
if end of listprotected void setNext(DefaultNameMap.LinkedQName next)
next
- next instance in list (null
if end of list)protected int getHandle()
|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |