Methods Summary |
---|
public void | addXpathListener(java.lang.String xpath, XpathListener xpl)Register a listener for a specific XPath.
|
public java.lang.String[] | getAttributeNames()Returns the list of attribute names associated with the XML element.
|
public java.lang.String | getAttributeValue(java.lang.String attrName)Returns the string value of the named attribute.
|
public javax.enterprise.deploy.model.DDBean[] | getChildBean(java.lang.String xpath)Return a list of DDBeans based upon the XPath.
|
public java.lang.String | getId()Returns a tool-specific reference for attribute ID on an
element in the deployment descriptor. This attribute is
defined for J2EE 1.2 and 1.3 components.
|
public DDBeanRoot | getRoot()Return the root element for this DDBean.
|
public java.lang.String | getText()Returns the XML text for by this bean.
|
public java.lang.String[] | getText(java.lang.String xpath)Return a list of text values for a given XPath in the
deployment descriptor.
|
public java.lang.String | getXpath()Returns the original xpath string provided by the DConfigBean.
|
public void | removeXpathListener(java.lang.String xpath, XpathListener xpl)Unregister a listener for a specific XPath.
|