Uses of Interface
org.loboevolution.html.node.Attr
Packages that use Attr
Package
Description
-
Uses of Attr in org.loboevolution.apache.xml.dtm.ref
Classes in org.loboevolution.apache.xml.dtm.ref that implement AttrModifier and TypeClassDescriptionclassDTMNodeProxypresents a DOM Node API front-end to the DTM model.Methods in org.loboevolution.apache.xml.dtm.ref that return AttrModifier and TypeMethodDescriptionfinal AttrDTMNodeProxy.createAttribute(String name) Creates an attribute object with a specified name.final AttrDTMNodeProxy.createAttributeNS(String namespaceURI, String qualifiedName) createAttributeNS.final AttrDTMNodeProxy.getAttributeNode(String name) getAttributeNode.final AttrDTMNodeProxy.getAttributeNodeNS(String namespaceURI, String localName) getAttributeNodeNS.DTMNamedNodeMap.getNamedItem(String name) getNamedItem.DTMNamedNodeMap.getNamedItemNS(String namespaceURI, String localName) getNamedItemNS.DTMNamedNodeMap.item(int i) item.final AttrDTMNodeProxy.removeAttributeNode(Attr oldAttr) removeAttributeNode.DTMNamedNodeMap.removeNamedItem(String name) removeNamedItem.DTMNamedNodeMap.removeNamedItemNS(String namespaceURI, String localName) removeNamedItemNS.final AttrDTMNodeProxy.setAttributeNode(Attr newAttr) setAttributeNode.final AttrDTMNodeProxy.setAttributeNodeNS(Attr newAttr) setAttributeNodeNS.DTMNamedNodeMap.setNamedItem(Node attr) Methods in org.loboevolution.apache.xml.dtm.ref with parameters of type AttrModifier and TypeMethodDescriptionfinal AttrDTMNodeProxy.removeAttributeNode(Attr oldAttr) removeAttributeNode.final AttrDTMNodeProxy.setAttributeNode(Attr newAttr) setAttributeNode.final AttrDTMNodeProxy.setAttributeNodeNS(Attr newAttr) setAttributeNodeNS.voidDTMNodeProxy.setIdAttributeNode(Attr at, boolean makeId) setIdAttributeNode. -
Uses of Attr in org.loboevolution.apache.xml.dtm.ref.dom2dtm
Classes in org.loboevolution.apache.xml.dtm.ref.dom2dtm that implement AttrModifier and TypeClassDescriptionclassThis is a kluge to let us shove a declaration for xml: into the DOM2DTM model. -
Uses of Attr in org.loboevolution.html.dom.nodeimpl
Classes in org.loboevolution.html.dom.nodeimpl that implement AttrMethods in org.loboevolution.html.dom.nodeimpl that return AttrModifier and TypeMethodDescriptionDocumentImpl.createAttribute(String name) Creates an attribute object with a specified name.DocumentImpl.createAttributeNS(String nUri, String qName) createAttributeNS.ElementImpl.getAttributeNode(String name) getAttributeNode.ElementImpl.getAttributeNodeNS(String namespaceURI, String localName) getAttributeNodeNS.ElementImpl.removeAttributeNode(Attr oldAttr) removeAttributeNode.ElementImpl.setAttributeNode(Attr newAttr) setAttributeNode.ElementImpl.setAttributeNodeNS(Attr newAttr) setAttributeNodeNS.Methods in org.loboevolution.html.dom.nodeimpl with parameters of type AttrModifier and TypeMethodDescriptionElementImpl.removeAttributeNode(Attr oldAttr) removeAttributeNode.ElementImpl.setAttributeNode(Attr newAttr) setAttributeNode.ElementImpl.setAttributeNodeNS(Attr newAttr) setAttributeNodeNS.voidElementImpl.setIdAttributeNode(Attr idAttr, boolean isId) setIdAttributeNode. -
Uses of Attr in org.loboevolution.html.js.xml
Methods in org.loboevolution.html.js.xml that return AttrModifier and TypeMethodDescriptionXMLDocument.createAttribute(String name) Creates an attribute object with a specified name.XMLDocument.createAttributeNS(String namespaceURI, String qualifiedName) createAttributeNS. -
Uses of Attr in org.loboevolution.html.node
Methods in org.loboevolution.html.node that return AttrModifier and TypeMethodDescriptionDocument.createAttribute(String localName) Creates an attribute object with a specified name.Document.createAttributeNS(String namespace, String qualifiedName) createAttributeNS.Element.getAttributeNode(String name) getAttributeNode.Element.getAttributeNodeNS(String namespaceURI, String localName) getAttributeNodeNS.Element.removeAttributeNode(Attr attr) removeAttributeNode.Element.setAttributeNode(Attr attr) setAttributeNode.Element.setAttributeNodeNS(Attr attr) setAttributeNodeNS.Methods in org.loboevolution.html.node with parameters of type AttrModifier and TypeMethodDescriptionElement.removeAttributeNode(Attr attr) removeAttributeNode.Element.setAttributeNode(Attr attr) setAttributeNode.Element.setAttributeNodeNS(Attr attr) setAttributeNodeNS.voidElement.setIdAttributeNode(Attr idAttr, boolean isId) setIdAttributeNode. -
Uses of Attr in org.loboevolution.svg.dom
Methods in org.loboevolution.svg.dom that return AttrModifier and TypeMethodDescriptionSVGElementWrapper.getAttributeNode(String name) SVGElementWrapper.getAttributeNodeNS(String namespaceURI, String localName) SVGElementWrapper.removeAttributeNode(Attr attr) SVGElementWrapper.setAttributeNode(Attr attr) SVGElementWrapper.setAttributeNodeNS(Attr attr) Methods in org.loboevolution.svg.dom with parameters of type AttrModifier and TypeMethodDescriptionSVGElementWrapper.removeAttributeNode(Attr attr) SVGElementWrapper.setAttributeNode(Attr attr) SVGElementWrapper.setAttributeNodeNS(Attr attr) voidSVGElementWrapper.setIdAttributeNode(Attr idAttr, boolean isId)