com.g11ntoolkit.parser.xml
Class LTAttributeNode

java.lang.Object
  |
  +--com.g11ntoolkit.parser.xml.LTAttributeNode

public class LTAttributeNode
extends java.lang.Object

An attribute node.

Version:
2005/06/20
Author:
Bill Rich, Wilandra Consulting LLC
Copyright © 2001-2005, Wilandra Consulting LLC. All rights reserved.

This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.

See License Agreement.


Field Summary
 java.lang.String localName
          Contains the local name attribute.
 LTAttributeNode next
          Contains the next attribute node.
 java.lang.String rawName
          Contains the raw name attribute.
 java.lang.String type
          Contains the type attribute.
 java.lang.String uri
          Contains the uri attribute.
 java.lang.String value
          Contains the value attribute.
 
Constructor Summary
LTAttributeNode(java.lang.String uri, java.lang.String localname, java.lang.String rawname, java.lang.String type, java.lang.String value)
          Constructs an attribute list node.
 
Method Summary
 java.lang.String toString()
          Returns a string representation of this object.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

uri

public java.lang.String uri
Contains the uri attribute.


localName

public java.lang.String localName
Contains the local name attribute.


rawName

public java.lang.String rawName
Contains the raw name attribute.


type

public java.lang.String type
Contains the type attribute.


value

public java.lang.String value
Contains the value attribute.


next

public LTAttributeNode next
Contains the next attribute node.

Constructor Detail

LTAttributeNode

public LTAttributeNode(java.lang.String uri,
                       java.lang.String localname,
                       java.lang.String rawname,
                       java.lang.String type,
                       java.lang.String value)
Constructs an attribute list node.

Parameters:
uri - a String specifying the uri for the node
localname - a String specifying the local name for the node
rawname - a String specifying the raw name for the node
type - a String specifying the type for the node
value - a String specifying the value for the node
Method Detail

toString

public java.lang.String toString()
Returns a string representation of this object.

Overrides:
toString in class java.lang.Object
Returns:
a String containing the contents of this object in a String form