javax.xml.stream.events

Interface Attribute

public interface Attribute extends XMLEvent

Method Summary
StringgetDTDType()
QNamegetName()
StringgetValue()
booleanisSpecified()

Method Detail

getDTDType

public String getDTDType()

getName

public QName getName()

getValue

public String getValue()

isSpecified

public boolean isSpecified()