Home | History | Annotate | Download | only in dom

Lines Matching refs:tagname

71      * @param tagName The name of the element type to instantiate. For XML,
77 * <code>nodeName</code> attribute set to <code>tagName</code>, and
85 public Element createElement(String tagName)
192 * @param tagname The name of the tag to match on. The special value "*"
193 * matches all tags. For XML, the <code>tagname</code> parameter is
199 public NodeList getElementsByTagName(String tagname);
353 * <td valign='top' rowspan='1' colspan='1'><code>Element.tagName</code></td>