Public Member Functions | |
BrowserJNDIXMLContext (String name, String elements, String xml) | |
BrowserJNDIXMLContext (String name, XMLTreeNode node) | |
NamingEnumeration | list (Name name) throws NamingException |
Object | lookup (Name name) throws NamingException |
Static Protected Member Functions | |
void | initParser () |
Private Attributes | |
XMLTreeNode | node |
Hashtable | nestedElements |
Static Private Attributes | |
boolean | parserInited = false |
SAXParserFactory | factory |
SAXParser | saxParser |
|
Selected node becomes a XMLTreeNode. This node contains the attributes (names AND values) of the next CDBTree level. (throught parsing of the xml String) |
|
|
|
|
|
Reimplemented from com::cosylab::cdb::jdal::JNDIContext.
|
|
This methos returns either a new JNDI_Context or a new JNDI_XMLContxt obj. Reimplemented from com::cosylab::cdb::browser::BrowserJNDIContext.
|
|
|
|
|
|
|
|
|
|
|