org.gjt.xpp.x2impl.x2pullparser

Class X2Attribute

public class X2Attribute extends Object

used only internally by XPP

Author: Aleksander Slominski

Field Summary
StringlocalName
Stringprefix
StringqName
Stringuri
Stringvalue
booleanxmlnsAttrib
when true indicates that attribute is xmlns* related
Constructor Summary
X2Attribute()
Method Summary
StringtoString()

Field Detail

localName

public String localName

prefix

public String prefix

qName

public String qName

uri

public String uri

value

public String value

xmlnsAttrib

public boolean xmlnsAttrib
when true indicates that attribute is xmlns* related

Constructor Detail

X2Attribute

public X2Attribute()

Method Detail

toString

public String toString()
Copyright (c) 2003 IU Extreme! Lab http://www.extreme.indiana.edu/ All Rights Reserved.

Note this package is deprecated by XPP3 that implements XmlPull API