Package org.apache.xmlbeans.xml.stream
Interface Attribute
public interface Attribute
An interface that contains information about an attribute
- Since:
- Weblogic XML Input Stream 1.0
- See Also:
-
Method Details
-
getName
XMLName getName()Get the XMLName of the current attribute.- See Also:
-
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
-