Uses of Interface
org.teavm.jso.dom.xml.Attr
Packages that use Attr
-
Uses of Attr in org.teavm.jso.dom.xml
Methods in org.teavm.jso.dom.xml that return AttrModifier and TypeMethodDescriptionDocument.createAttribute(String name)
Document.createAttributeNS(String namespaceURI, String qualifiedName)
Element.getAttributeNode(String name)
Element.getAttributeNodeNS(String namespaceURI, String localName)
Element.removeAttributeNode(Attr oldAttr)
Element.setAttributeNode(Attr newAttr)
Element.setAttributeNodeNS(Attr newAttr)
Methods in org.teavm.jso.dom.xml that return types with arguments of type AttrMethods in org.teavm.jso.dom.xml with parameters of type AttrModifier and TypeMethodDescriptionElement.removeAttributeNode(Attr oldAttr)
Element.setAttributeNode(Attr newAttr)
Element.setAttributeNodeNS(Attr newAttr)