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 class
TheEntry
object is used to represent an attribute within a start element.(package private) class
TheEventAttribute
object represents an attribute that is associated with an event node.private static class
TheEntry
object is used to represent an attribute within a start element.private static class
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 AttributeModifier and TypeMethodDescriptionEventToken.iterator()
This is used to acquire theAttribute
objects that are associated with this event.Constructors in org.simpleframework.xml.stream with parameters of type AttributeModifierConstructorDescriptionInputAttribute
(InputNode parent, Attribute attribute) Constructor for theInputAttribute
object.