boolean | isDeclared(int index) |
boolean | isDeclared(java.lang.String qName) |
boolean | isDeclared(java.lang.String uri, java.lang.String localName) |
boolean | isSpecified(int index) Returns true unless the attribute value was provided by DTD defaulting. |
boolean | isSpecified(java.lang.String uri, java.lang.String localName) Returns true unless the attribute value was provided by DTD defaulting. |
boolean | isSpecified(java.lang.String qName) Returns true unless the attribute value was provided by DTD defaulting. |
public boolean isDeclared(int index)
java.lang.ArrayIndexOutOfBoundsException
- When the supplied index does not identify an attribute.public boolean isDeclared(java.lang.String uri, java.lang.String localName)
java.lang.IllegalArgumentException
- When the supplied names do not identify an attribute.public boolean isDeclared(java.lang.String qName)
java.lang.IllegalArgumentException
- When the supplied names do not identify an attribute.public boolean isSpecified(int index)
java.lang.ArrayIndexOutOfBoundsException
- When the
supplied index does not identify an attribute.public boolean isSpecified(java.lang.String uri, java.lang.String localName)
java.lang.IllegalArgumentException
- When the
supplied names do not identify an attribute.public boolean isSpecified(java.lang.String qName)
java.lang.IllegalArgumentException
- When the
supplied name does not identify an attribute.