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 AttributeAdvancedContentHandler.composeAttribute(Attributes attributes, int index) Composes anAttributeinstance from the data of the givenAttributesinstance 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 TypeMethodDescriptionvoidAdvancedContentHandler.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
