|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Object | +--com.g11ntoolkit.parser.xml.LTAttributeNode
An attribute node.
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 |
public java.lang.String uri
public java.lang.String localName
public java.lang.String rawName
public java.lang.String type
public java.lang.String value
public LTAttributeNode next
| Constructor Detail |
public LTAttributeNode(java.lang.String uri,
java.lang.String localname,
java.lang.String rawname,
java.lang.String type,
java.lang.String value)
uri - a String specifying the uri for the nodelocalname - a String specifying the local name for the noderawname - a String specifying the raw name for the nodetype - a String specifying the type for the nodevalue - a String specifying the value for the node| Method Detail |
public java.lang.String toString()
toString in class java.lang.ObjectString form
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||