Uses of Interface
org.simpleframework.xml.stream.Attribute
Packages that use Attribute
-
Uses of Attribute in org.simpleframework.xml.stream
Classes in org.simpleframework.xml.stream that implement AttributeModifier and TypeClassDescriptionprivate static classTheEntryobject is used to represent an attribute within a start element.(package private) classTheEventAttributeobject represents an attribute that is associated with an event node.private static classTheEntryobject is used to represent an attribute within a start element.private static classTheEntryobject is used to represent an attribute within a start element.Subclasses with type arguments of type Attribute in org.simpleframework.xml.streamModifier and TypeClassDescription(package private) classTheEventElementobject is used to represent an event that has been extracted from the XML document.Subinterfaces with type arguments of type Attribute in org.simpleframework.xml.streamModifier and TypeInterfaceDescription(package private) interfaceTheEventNodeobject is used to represent an event that has been extracted from the XML document.Methods in org.simpleframework.xml.stream that return types with arguments of type AttributeModifier and TypeMethodDescriptionEventToken.iterator()This is used to acquire theAttributeobjects that are associated with this event.Constructors in org.simpleframework.xml.stream with parameters of type AttributeModifierConstructorDescriptionInputAttribute(InputNode parent, Attribute attribute) Constructor for theInputAttributeobject.