Uses of Interface
org.loboevolution.html.node.Attr
Package
Description
-
Uses of Attr in org.loboevolution.apache.xml.dtm.ref
Modifier and TypeClassDescriptionclass
DTMNodeProxy
presents a DOM Node API front-end to the DTM model.Modifier 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) Modifier 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
Modifier 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
Modifier 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.Modifier 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
Modifier 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
Modifier 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.Modifier and TypeMethodDescriptionElement.removeAttributeNode
(Attr attr) removeAttributeNode.Element.setAttributeNode
(Attr attr) setAttributeNode.Element.setAttributeNodeNS
(Attr attr) setAttributeNodeNS.void
Element.setIdAttributeNode
(Attr idAttr, boolean isId) setIdAttributeNode.