Uses of Class
com.japisoft.editix.editor.jsx.domapi.Attr
-
Uses of Attr in com.japisoft.editix.editor.jsx.domapi
Methods in com.japisoft.editix.editor.jsx.domapi that return Attr Modifier and Type Method Description Attr
Document. createAttribute(java.lang.String name)
Attr
Document. createAttributeNS(java.lang.String namespaceURI, java.lang.String qualifiedName)
Attr
Element. getAttributeNode(java.lang.String name)
Attr
Element. getAttributeNodeNS(java.lang.String namespace, java.lang.String name)
Attr
NamedNodeMap. getNamedItem(java.lang.String name)
Attr
NamedNodeMap. getNamedItemNS(java.lang.String namespace, java.lang.String localName)
Attr
NamedNodeMap. item(int index)
Methods in com.japisoft.editix.editor.jsx.domapi with parameters of type Attr Modifier and Type Method Description void
NamedNodeMap. setNamedItem(Attr att)
void
NamedNodeMap. setNamedItemNS(Attr att)