Uses of Interface
org.w3c.dom.Attr

Packages that use Attr
org.w3c.dom The Document Object Model (DOM™) is a Recommendation of the World Wide Web Consortium, defining programming interfaces for XML (and, optionally, HTML) documents. 
 

Uses of Attr in org.w3c.dom
 

Methods in org.w3c.dom that return Attr
 Attr Element.getAttributeNode(java.lang.String name)
          Retrieves an Attr node by name.
 Attr Element.setAttributeNode(Attr newAttr)
          Adds a new attribute.
 Attr Element.removeAttributeNode(Attr oldAttr)
          Removes the specified attribute.
 Attr Document.createAttribute(java.lang.String name)
          Creates an Attr of the given name.
 

Methods in org.w3c.dom with parameters of type Attr
 Attr Element.setAttributeNode(Attr newAttr)
          Adds a new attribute.
 Attr Element.removeAttributeNode(Attr oldAttr)
          Removes the specified attribute.
 



Submit Feedback to xml-feedback@java.sun.com
Copyright © 1998-2000 Sun Microsystems, Inc. All Rights Reserved.

Sun Microsystems, Inc.
901 San Antonio Road
Palo Alto, California, 94303, U.S.A.