org.w3c.tidy
Class DOMAttrMapImpl
org.w3c.tidy.DOMAttrMapImpl
- public class DOMAttrMapImpl
DOMAttrMapImpl
(c) 1998-2000 (W3C) MIT, INRIA, Keio University
See Tidy.java for the copyright notice.
Derived from
HTML Tidy Release 4 Aug 2000
- Version:
- 1.4, 1999/09/04 DOM support
- Author:
- Dave Raggett , Andy Quick (translation to Java)
DOMAttrMapImpl
protected DOMAttrMapImpl(AttVal first)
getNamedItem
public Node getNamedItem(String name)
- See Also:
org.w3c.dom.NamedNodeMap#getNamedItem
setNamedItem
public Node setNamedItem(Node arg)
throws DOMException
- See Also:
org.w3c.dom.NamedNodeMap#setNamedItem
removeNamedItem
public Node removeNamedItem(String name)
throws DOMException
- See Also:
org.w3c.dom.NamedNodeMap#removeNamedItem
item
public Node item(int index)
- See Also:
org.w3c.dom.NamedNodeMap#item
getLength
public int getLength()
- See Also:
org.w3c.dom.NamedNodeMap#getLength
getNamedItemNS
public Node getNamedItemNS(String namespaceURI,
String localName)
- DOM2 - not implemented.
setNamedItemNS
public Node setNamedItemNS(Node arg)
throws DOMException
- DOM2 - not implemented.
- Throws:
DOMException
-
removeNamedItemNS
public Node removeNamedItemNS(String namespaceURI,
String localName)
throws DOMException
- DOM2 - not implemented.
- Throws:
DOMException
-
Copyright © 1998-2000 World Wide Web Consortium (Massachusetts Institute of Technology, Institut National de Recherche en Informatique et en Automatique, Keio University). All Rights reserved.