All Packages  Class Hierarchy  This Package  Previous  Next  Index

Interface org.w3c.dom.Element

public interface Element
extends Node

Method Index

 o getAttributes()
 o getElementsByTagName(String)
 o getTagName()
 o setAttribute(Attribute)
 o setAttributes(AttributeList)
 o setTagName(String)

Methods

 o setTagName
 public abstract void setTagName(String tagName)
 o getTagName
 public abstract String getTagName()
 o setAttributes
 public abstract void setAttributes(AttributeList attributes)
 o getAttributes
 public abstract AttributeList getAttributes()
 o setAttribute
 public abstract void setAttribute(Attribute newAttr)
 o getElementsByTagName
 public abstract NodeEnumerator getElementsByTagName(String name)

All Packages  Class Hierarchy  This Package  Previous  Next  Index