javax.xml.stream.events
public interface Attribute extends XMLEvent
| Method Summary | |
|---|---|
| QName | getDTDType()
Returns the type of this attribute. |
| QName | getName()
Returns the name of this attribute. |
| String | getValue()
Returns the normalized value of this attribute. |
| boolean | isSpecified()
Indicates whether this attribute was specified in the input source, or
just defaulted by the DTD. |