|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
A fragment of a standard deployment descriptor.
Method Summary | |
void |
addXpathListener(String xpath,
XpathListener xpl)
Register a listener for a given xpath |
String[] |
getAttributeNames()
Returns the list of attributes associated with this element |
String |
getAttributeValue(String attrName)
Get the value for a given attribute |
DDBean[] |
getChildBean(String xpath)
Get the child elements with the specified xpath |
String |
getId()
Returns the tool specific attribute ID |
DDBeanRoot |
getRoot()
Get the root element |
String |
getText()
Returns the XML text for this bean |
String[] |
getText(String xpath)
Get the text for the given xpath |
String |
getXpath()
Returns the original xpath string provided by the DConfigBean |
void |
removeXpathListener(String xpath,
XpathListener xpl)
Unregister a listener for a given xpath |
Method Detail |
public String getXpath()
public String getText()
public String getId()
public DDBeanRoot getRoot()
public DDBean[] getChildBean(String xpath)
xpath
- the xpath of the children
public String[] getText(String xpath)
xpath
- the xpath
public void addXpathListener(String xpath, XpathListener xpl)
xpath
- the xpathxpl
- the listenerpublic void removeXpathListener(String xpath, XpathListener xpl)
xpath
- the xpathxpl
- the listenerpublic String[] getAttributeNames()
public String getAttributeValue(String attrName)
attrName
- the attribute name
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |