org.jbind.xml.dom3.types
Interface IDomAttrsMap

All Superinterfaces:
IDomNamedNodeMap, IDomObject, org.w3c.dom.NamedNodeMap
All Known Implementing Classes:
DomAttrsMap

public interface IDomAttrsMap
extends IDomNamedNodeMap


Method Summary
 IDomElement getOwnerElement()
           
 void removeAttribute(java.lang.String aNamespace, java.lang.String aName)
           
 void setDefaultAttrCreator(IDefaultAttrCreator aCreator)
           
 
Methods inherited from interface org.jbind.xml.dom3.types.IDomNamedNodeMap
iterNodes, removeNode
 
Methods inherited from interface org.w3c.dom.NamedNodeMap
getLength, getNamedItem, getNamedItemNS, item, removeNamedItem, removeNamedItemNS, setNamedItem, setNamedItemNS
 
Methods inherited from interface org.jbind.xml.dom3.types.IDomObject
getOwnerDocument, isReadOnly
 

Method Detail

getOwnerElement

public IDomElement getOwnerElement()

setDefaultAttrCreator

public void setDefaultAttrCreator(IDefaultAttrCreator aCreator)

removeAttribute

public void removeAttribute(java.lang.String aNamespace,
                            java.lang.String aName)
                     throws XmlException
Throws:
XmlException