All Packages  Class Hierarchy  This Package  Previous  Next  Index

Interface org.w3c.dom.Element

public interface Element
extends Node

Method Index

 o attributes()
 o getElementsByTagName()
 o getTagName()
 o normalize()
 o setAttribute(Attribute)

Methods

 o getTagName
 public abstract String getTagName()
 o attributes
 public abstract AttributeList attributes()
 o setAttribute
 public abstract void setAttribute(Attribute newAttr)
 o normalize
 public abstract void normalize()
 o getElementsByTagName
 public abstract NodeIterator getElementsByTagName()

All Packages  Class Hierarchy  This Package  Previous  Next  Index