Uses of Record Class
org.tquadrat.foundation.xml.parse.Attribute
Packages that use Attribute
-
Uses of Attribute in org.tquadrat.foundation.xml.parse
Fields in org.tquadrat.foundation.xml.parse with type parameters of type AttributeMethods in org.tquadrat.foundation.xml.parse that return AttributeModifier and TypeMethodDescriptionprivate static final Attribute
AdvancedContentHandler.composeAttribute
(Attributes attributes, int index) Composes anAttribute
instance from the data of the givenAttributes
instance at the given index.Methods in org.tquadrat.foundation.xml.parse that return types with arguments of type AttributeModifier and TypeMethodDescriptionAdvancedContentHandler.Element.getAttributes()
Returns the attributes of the element.Method parameters in org.tquadrat.foundation.xml.parse with type arguments of type AttributeModifier and TypeMethodDescriptionvoid
AdvancedContentHandler.HandlerMethod.process
(boolean terminateElement, String data, Map<String, Attribute> attributes, String path) Processes an XML element.Constructor parameters in org.tquadrat.foundation.xml.parse with type arguments of type Attribute