All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class hplb.xml.AttrImpl

java.lang.Object
   |
   +----hplb.xml.AttrImpl

public final class AttrImpl
extends Object
implements Attribute
Author:
Anders Kristensen

Variable Index

 o name
 o specified
 o value

Constructor Index

 o AttrImpl(String, Node, boolean)
 o AttrImpl(String, String)

Method Index

 o getName()
 o getSpecified()
 o getValue()
 o setSpecified(boolean)
 o setValue(Node)
 o toString()

Variables

 o name
 protected String name
 o value
 protected Node value
 o specified
 protected boolean specified

Constructors

 o AttrImpl
 public AttrImpl(String name,
                 String value)
 o AttrImpl
 public AttrImpl(String name,
                 Node value,
                 boolean specified)

Methods

 o getName
 public String getName()
 o getValue
 public Node getValue()
 o setValue
 public void setValue(Node arg)
 o getSpecified
 public boolean getSpecified()
 o setSpecified
 public void setSpecified(boolean arg)
 o toString
 public String toString()
Overrides:
toString in class Object

All Packages  Class Hierarchy  This Package  Previous  Next  Index