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 class
DocumentReader.Entry
TheEntry
object is used to represent an attribute within a start element.(package private) class
EventAttribute
TheEventAttribute
object represents an attribute that is associated with an event node.private static class
PullReader.Entry
TheEntry
object is used to represent an attribute within a start element.private static class
StreamReader.Entry
TheEntry
object 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 theAttribute
objects 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 theInputAttribute
object.
-