Classes | Public Member Functions | Static Protected Member Functions

com.cosylab.cdb.browser.BrowserJNDIXMLContext Class Reference

Inheritance diagram for com.cosylab.cdb.browser.BrowserJNDIXMLContext:
com.cosylab.cdb.browser.BrowserJNDIContext com.cosylab.cdb.jdal.JNDIContext

List of all members.

Classes

class  JNDI_XMLNodesEnumeration

Public Member Functions

 BrowserJNDIXMLContext (String name, String elements, String xml, Logger logger)
 BrowserJNDIXMLContext (String name, XMLTreeNode node, Logger logger)
NamingEnumeration list (Name name) throws NamingException
Object lookup (Name name) throws NamingException

Static Protected Member Functions

static void initParser ()

Detailed Description

Author:
dvitas

Constructor & Destructor Documentation

com.cosylab.cdb.browser.BrowserJNDIXMLContext.BrowserJNDIXMLContext ( String  name,
String  elements,
String  xml,
Logger  logger 
)

Selected node becomes a XMLTreeNode. This node contains the attributes (names AND values) of the next CDBTree level. (throught parsing of the xml String)

References com.cosylab.cdb.jdal.XMLTreeNode.getFieldMap(), com.cosylab.cdb.browser.BrowserJNDIXMLContext.initParser(), com.cosylab.cdb.jdal.XMLHandler.m_errorString, and com.cosylab.cdb.jdal.XMLHandler.m_rootNode.

Referenced by com.cosylab.cdb.browser.BrowserJNDIXMLContext.lookup().

com.cosylab.cdb.browser.BrowserJNDIXMLContext.BrowserJNDIXMLContext ( String  name,
XMLTreeNode  node,
Logger  logger 
)

Member Function Documentation

static void com.cosylab.cdb.browser.BrowserJNDIXMLContext.initParser (  )  [static, protected]
NamingEnumeration com.cosylab.cdb.browser.BrowserJNDIXMLContext.list ( Name  name  )  throws NamingException
Object com.cosylab.cdb.browser.BrowserJNDIXMLContext.lookup ( Name  name  )  throws NamingException

The documentation for this class was generated from the following file:
 All Classes Namespaces Files Functions Variables Enumerations Properties