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