Uses of Class
org.apache.pivot.xml.Element.Attribute
-
Packages that use Element.Attribute Package Description org.apache.pivot.xml Contains classes that facilitate interaction with an XML DOM. -
-
Uses of Element.Attribute in org.apache.pivot.xml
Methods in org.apache.pivot.xml that return Element.Attribute Modifier and Type Method Description Element.AttributeElement.AttributeSequence. get(int index)Returns the attribute at a given index.Element.AttributeElement.AttributeSequence. update(int index, Element.Attribute item)Methods in org.apache.pivot.xml that return types with arguments of type Element.Attribute Modifier and Type Method Description java.util.Iterator<Element.Attribute>Element.AttributeSequence. iterator()Sequence<Element.Attribute>Element.AttributeSequence. remove(int index, int count)Removes a range of attributes from the sequence.Methods in org.apache.pivot.xml with parameters of type Element.Attribute Modifier and Type Method Description intElement.AttributeSequence. add(Element.Attribute attribute)Adds an attribute to the sequence.voidElementListener.Adapter. attributeValueChanged(Element.Attribute attribute, java.lang.String previousValue)Deprecated.default voidElementListener. attributeValueChanged(Element.Attribute attribute, java.lang.String previousValue)Called when an attribute's value has changed.voidElementListener.Listeners. attributeValueChanged(Element.Attribute attribute, java.lang.String previousValue)intElement.AttributeSequence. indexOf(Element.Attribute attribute)Determines the index of an attribute.voidElement.AttributeSequence. insert(Element.Attribute attribute, int index)Inserts an attribute into the sequence at a specific location.intElement.AttributeSequence. remove(Element.Attribute attribute)Removes an attribute from the sequence.Element.AttributeElement.AttributeSequence. update(int index, Element.Attribute item)Method parameters in org.apache.pivot.xml with type arguments of type Element.Attribute Modifier and Type Method Description voidElementListener.Adapter. attributesRemoved(Element element, int index, Sequence<Element.Attribute> attributes)Deprecated.default voidElementListener. attributesRemoved(Element element, int index, Sequence<Element.Attribute> attributes)Called when attributes have been removed from an element.voidElementListener.Listeners. attributesRemoved(Element element, int index, Sequence<Element.Attribute> attributes)
-