Uses of Interface
org.simpleframework.xml.stream.Attribute
-
Packages that use Attribute Package Description org.simpleframework.xml.stream -
-
Uses of Attribute in org.simpleframework.xml.stream
Classes in org.simpleframework.xml.stream that implement Attribute Modifier and Type Class Description private static classDocumentReader.EntryTheEntryobject is used to represent an attribute within a start element.(package private) classEventAttributeTheEventAttributeobject represents an attribute that is associated with an event node.private static classPullReader.EntryTheEntryobject is used to represent an attribute within a start element.private static classStreamReader.EntryTheEntryobject is used to represent an attribute within a start element.Methods in org.simpleframework.xml.stream that return types with arguments of type Attribute Modifier and Type Method Description java.util.Iterator<Attribute>EventToken. iterator()This is used to acquire theAttributeobjects that are associated with this event.Constructors in org.simpleframework.xml.stream with parameters of type Attribute Constructor Description InputAttribute(InputNode parent, Attribute attribute)Constructor for theInputAttributeobject.
-