All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class hplb.xml.ElementImpl

java.lang.Object
   |
   +----hplb.xml.NodeImpl
           |
           +----hplb.xml.ElementImpl

public class ElementImpl
extends NodeImpl
implements Element
Author:
Anders Kristensen

Variable Index

 o attrs
 o tagName

Constructor Index

 o ElementImpl(String, AttributeList)

Method Index

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

Variables

 o tagName
 protected String tagName
 o attrs
 protected AttributeList attrs

Constructors

 o ElementImpl
 public ElementImpl(String tagName,
                    AttributeList attributes)

Methods

 o getTagName
 public String getTagName()
 o attributes
 public AttributeList attributes()
 o setAttribute
 public void setAttribute(Attribute newAttr)
 o normalize
 public void normalize()
 o getElementsByTagName
 public NodeIterator getElementsByTagName()
 o toString
 public String toString()
Overrides:
toString in class Object

All Packages  Class Hierarchy  This Package  Previous  Next  Index