Uses of Class
org.basex.api.dom.BXAttr
Packages that use BXAttr
-
Uses of BXAttr in org.basex.api.dom
Methods in org.basex.api.dom that return BXAttrModifier and TypeMethodDescriptionBXDoc.createAttribute(String name) BXDoc.createAttributeNS(String uri, String name) BXElem.getAttributeNode(String name) BXElem.getAttributeNodeNS(String uri, String name) BXElem.removeAttributeNode(Attr oldAttr) BXElem.setAttributeNode(Attr node) BXElem.setAttributeNodeNS(Attr node)