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
-
attrs
-
-
tagName
-
-
ElementImpl(String, AttributeList)
-
-
attributes()
-
-
getElementsByTagName()
-
-
getTagName()
-
-
normalize()
-
-
setAttribute(Attribute)
-
-
toString()
-
tagName
protected String tagName
attrs
protected AttributeList attrs
ElementImpl
public ElementImpl(String tagName,
AttributeList attributes)
getTagName
public String getTagName()
attributes
public AttributeList attributes()
setAttribute
public void setAttribute(Attribute newAttr)
normalize
public void normalize()
getElementsByTagName
public NodeIterator getElementsByTagName()
toString
public String toString()
- Overrides:
- toString in class Object
All Packages Class Hierarchy This Package Previous Next Index