public interface AttributesEx extends Attributes
| Modifier and Type | Method and Description |
|---|---|
String |
getDefault(int i)
Returns the default value of the specified attribute, or null
if no default value is known.
|
String |
getIdAttributeName()
Returns the name of the ID attribute for the associated element,
if one was declared.
|
boolean |
isSpecified(int i)
Returns true if the attribute was specified in the document.
|
boolean isSpecified(int i)
i - the index of the attribute in the list.String getDefault(int i)
i - the index of the attribute in the list.String getIdAttributeName()
Copyright © 2017–2019 Eclipse Foundation. All rights reserved.