

Public Member Functions | |
| JNDIXMLNodesEnumeration (XMLTreeNode node) | |
| Object | next () throws NamingException |
| boolean | hasMore () throws NamingException |
| void | close () throws NamingException |
| boolean | hasMoreElements () |
| Object | nextElement () |
Protected Attributes | |
| XMLTreeNode | node |
| Enumeration | nestedNames = null |
| Iterator | nodesIter |
| Iterator | fieldsIter |
| com::cosylab::cdb::jdal::JNDIXMLContext::JNDIXMLNodesEnumeration::JNDIXMLNodesEnumeration | ( | XMLTreeNode | node | ) | [inline] |
Constructor for CDBNamesList.
References fieldsIter, com::cosylab::cdb::jdal::XMLTreeNode::getFieldMap(), com::cosylab::cdb::jdal::XMLTreeNode::getNodesMap(), and nodesIter.
| void com::cosylab::cdb::jdal::JNDIXMLContext::JNDIXMLNodesEnumeration::close | ( | ) | throws NamingException [inline] |
| boolean com::cosylab::cdb::jdal::JNDIXMLContext::JNDIXMLNodesEnumeration::hasMore | ( | ) | throws NamingException [inline] |
References fieldsIter, nestedNames, and nodesIter.
Referenced by hasMoreElements().
| boolean com::cosylab::cdb::jdal::JNDIXMLContext::JNDIXMLNodesEnumeration::hasMoreElements | ( | ) | [inline] |
References hasMore().
| Object com::cosylab::cdb::jdal::JNDIXMLContext::JNDIXMLNodesEnumeration::next | ( | ) | throws NamingException [inline] |
References fieldsIter, nestedNames, and nodesIter.
Referenced by nextElement().
| Object com::cosylab::cdb::jdal::JNDIXMLContext::JNDIXMLNodesEnumeration::nextElement | ( | ) | [inline] |
References next().
Iterator com::cosylab::cdb::jdal::JNDIXMLContext::JNDIXMLNodesEnumeration::fieldsIter [protected] |
Referenced by hasMore(), JNDIXMLNodesEnumeration(), and next().
Enumeration com::cosylab::cdb::jdal::JNDIXMLContext::JNDIXMLNodesEnumeration::nestedNames = null [protected] |
Iterator com::cosylab::cdb::jdal::JNDIXMLContext::JNDIXMLNodesEnumeration::nodesIter [protected] |
Referenced by hasMore(), JNDIXMLNodesEnumeration(), and next().
1.6.2