Interface org.w3c.dom.Element
| Added Methods | |
|---|---|
| TypeInfogetSchemaTypeInfo() | |
| voidsetIdAttribute(String, | |
| voidsetIdAttributeNS(String, | |
| voidsetIdAttributeNode(Attr, | |
| Changed Methods | ||
|---|---|---|
| StringgetAttributeNS(String, | Change in exceptions thrown from no exceptions to org.w3c.dom.DOMException. | |
| AttrgetAttributeNodeNS(String, | Change in exceptions thrown from no exceptions to org.w3c.dom.DOMException. | |
| NodeListgetElementsByTagNameNS(String, | Change in exceptions thrown from no exceptions to org.w3c.dom.DOMException. | |
| booleanhasAttributeNS(String, | Change in exceptions thrown from no exceptions to org.w3c.dom.DOMException. | |
