All Packages Class Hierarchy This Package Previous Next Index
Interface org.w3c.dom.Element
- public interface Element
- extends Node
-
attributes()
-
-
getElementsByTagName()
-
-
getTagName()
-
-
normalize()
-
-
setAttribute(Attribute)
-
getTagName
public abstract String getTagName()
attributes
public abstract AttributeList attributes()
setAttribute
public abstract void setAttribute(Attribute newAttr)
normalize
public abstract void normalize()
getElementsByTagName
public abstract NodeIterator getElementsByTagName()
All Packages Class Hierarchy This Package Previous Next Index