Package org.apache.xmlbeans.xml.stream
Interface Attribute
public interface Attribute
An interface that contains information about an attribute
-
Method Summary
Modifier and Type Method Description XMLName
getName()
Get the XMLName of the current attribute.XMLName
getSchemaType()
Get the attribute type of the current attributeString
getType()
Get the attribute type of the current attributeString
getValue()
Get the attribute value of the current attribute.
-
Method Details
-
getName
XMLName getName()Get the XMLName of the current attribute.- See Also:
XMLName
-
getValue
String getValue()Get the attribute value of the current attribute. -
getType
String getType()Get the attribute type of the current attribute -
getSchemaType
XMLName getSchemaType()Get the attribute type of the current attribute
-