org.millscript.commons.xml.tokenizer
Class AttributeImpl

java.lang.Object
  extended by org.millscript.commons.util.maplet.IMaplet<Name,java.lang.String>
      extended by org.millscript.commons.xml.tokenizer.AttributeImpl
All Implemented Interfaces:
java.io.Serializable, org.millscript.commons.util.Maplet<Name,java.lang.String>, Attribute

public class AttributeImpl
extends org.millscript.commons.util.maplet.IMaplet<Name,java.lang.String>
implements Attribute

This class provides a default Attribute implementation.

See Also:
Serialized Form

Constructor Summary
AttributeImpl(Name n, java.lang.String v)
          Constructs a new attribute with the specified Name and value.
 
Method Summary
 
Methods inherited from class org.millscript.commons.util.maplet.IMaplet
equals, getKey, getValue, hashCode, toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface org.millscript.commons.util.Maplet
getKey, getValue
 

Constructor Detail

AttributeImpl

public AttributeImpl(Name n,
                     java.lang.String v)
Constructs a new attribute with the specified Name and value.

Parameters:
n - the attributes Name
v - the attributes value


Copyright © 2005-2007 Open World Ltd. All Rights Reserved.