net.sf.jsefa.xml.lowlevel.model
Interface Attribute

All Known Implementing Classes:
AttributeImpl

public interface Attribute

An attribute of a xml element.

Author:
Norman Lahme-Huetig

Method Summary
 QName getName()
          Returns the name of the attribute.
 String getValue()
          Returns the value of the attribute.
 

Method Detail

getName

QName getName()
Returns the name of the attribute.

Returns:
the attribute name

getValue

String getValue()
Returns the value of the attribute.

Returns:
the attribute value


Copyright © 2014. All rights reserved.