Save This Page
Home » xmlbeans-2.4.0-src » org.apache.xmlbeans.xml.stream » [javadoc | source]
org.apache.xmlbeans.xml.stream
public interface: Attribute [javadoc | source]

All Known Implementing Classes:
    AttributeImpl, NormalAttributeImpl, XmlnsAttributeImpl

An interface that contains information about an attribute
Method from org.apache.xmlbeans.xml.stream.Attribute Summary:
getName,   getSchemaType,   getType,   getValue
Method from org.apache.xmlbeans.xml.stream.Attribute Detail:
 public XMLName getName()
    Get the XMLName of the current attribute.
 public XMLName getSchemaType()
    Get the attribute type of the current attribute
 public String getType()
    Get the attribute type of the current attribute
 public String getValue()
    Get the attribute value of the current attribute.