Added Methods |
TypeInfo getSchemaTypeInfo()
|
The type information associated with this element. |
void setIdAttribute(String, boolean)
|
Declares the attribute specified by name to be of type ID, i.e. |
void setIdAttributeNS(String, String, boolean)
|
Declares the attribute specified by local name and namespace URI to be
of type ID, i.e. |
void setIdAttributeNode(Attr, boolean)
|
Declares the attribute specified by node to be of type ID, i.e. |
Changed Methods |
String getAttributeNS(String, String)
|
Change in exceptions thrown from no exceptions to org.w3c.dom.DOMException .
|
Retrieves an attribute value by local name and namespace URI. |
Attr getAttributeNodeNS(String, String)
|
Change in exceptions thrown from no exceptions to org.w3c.dom.DOMException .
|
Retrieves an Attr node by local name and namespace URI. |
NodeList getElementsByTagNameNS(String, String)
|
Change in exceptions thrown from no exceptions to org.w3c.dom.DOMException .
|
Returns a NodeList of all the descendant
Elements with a given local name and namespace URI in
document order. |
boolean hasAttributeNS(String, String)
|
Change in exceptions thrown from no exceptions to org.w3c.dom.DOMException .
|
Returns true when an attribute with a given local name and
namespace URI is specified on this element or has a default value,
false otherwise. |