com.ssx.xml.output
Interface Attribute


public interface Attribute

Represents an XML attribute


Method Summary
 String getName()
           
 Namespace getNamespace()
           
 String getValue()
           
 

Method Detail

getNamespace

public Namespace getNamespace()
Returns:
the Attribute namespace

getName

public String getName()
Returns:
the Attribute name

getValue

public String getValue()
Returns:
the Attribute value