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 TypeClassDescriptionclass
DTMNodeProxy
presents a DOM Node API front-end to the DTM model.Methods in org.loboevolution.apache.xml.dtm.ref that return AttrModifier and TypeMethodDescriptionfinal Attr
DTMNodeProxy.createAttribute
(String name) Creates an attribute object with a specified name.final Attr
DTMNodeProxy.createAttributeNS
(String namespaceURI, String qualifiedName) createAttributeNS.final Attr
DTMNodeProxy.getAttributeNode
(String name) getAttributeNode.final Attr
DTMNodeProxy.getAttributeNodeNS
(String namespaceURI, String localName) getAttributeNodeNS.DTMNamedNodeMap.getNamedItem
(String name) getNamedItem.DTMNamedNodeMap.getNamedItemNS
(String namespaceURI, String localName) getNamedItemNS.DTMNamedNodeMap.item
(int i) item.final Attr
DTMNodeProxy.removeAttributeNode
(Attr oldAttr) removeAttributeNode.DTMNamedNodeMap.removeNamedItem
(String name) removeNamedItem.DTMNamedNodeMap.removeNamedItemNS
(String namespaceURI, String localName) removeNamedItemNS.final Attr
DTMNodeProxy.setAttributeNode
(Attr newAttr) setAttributeNode.final Attr
DTMNodeProxy.setAttributeNodeNS
(Attr newAttr) setAttributeNodeNS.DTMNamedNodeMap.setNamedItem
(Node attr) Methods in org.loboevolution.apache.xml.dtm.ref with parameters of type AttrModifier and TypeMethodDescriptionfinal Attr
DTMNodeProxy.removeAttributeNode
(Attr oldAttr) removeAttributeNode.final Attr
DTMNodeProxy.setAttributeNode
(Attr newAttr) setAttributeNode.final Attr
DTMNodeProxy.setAttributeNodeNS
(Attr newAttr) setAttributeNodeNS.void
DTMNodeProxy.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 TypeClassDescriptionclass
This 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.void
ElementImpl.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.void
Element.setIdAttributeNode
(Attr idAttr, boolean isId) setIdAttributeNode.