Package org.apache.xmlbeans.xml.stream
Interface Attribute
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description XMLName
getName()
Get the XMLName of the current attribute.XMLName
getSchemaType()
Get the attribute type of the current attributejava.lang.String
getType()
Get the attribute type of the current attributejava.lang.String
getValue()
Get the attribute value of the current attribute.
-
-
-
Method Detail
-
getValue
java.lang.String getValue()
Get the attribute value of the current attribute.
-
getType
java.lang.String getType()
Get the attribute type of the current attribute
-
getSchemaType
XMLName getSchemaType()
Get the attribute type of the current attribute
-
-