Current implementation:
@param id the attribute id of the node to search. @return the component associated to the specified node or null if not found. @see #findItsNatComponent(org.w3c.dom.Node)Document doc = getItsNatDocument().getDocument(); Element node = doc.getElementById(id); return findItsNatComponent(node);
|
|